hugo-theme-relearn/exampleSite/config.toml

33 lines
855 B
TOML
Raw Normal View History

baseURL = "/"
languageCode = "en-US"
defaultContentLanguage = "en"
title = "Hugo Learn Documentation"
theme = "hugo-theme-learn"
themesdir = "../.."
metaDataFormat = "yaml"
defaultContentLanguageInSubdir= true
[params]
2017-07-30 16:18:35 +00:00
editURL = "https://github.com/matcornic/hugo-theme-learn/edit/master/docs/content/"
description = "Documentation for Hugo Learn Theme"
author = "Mathieu Cornic"
disableSearch = false # default to false
2017-07-31 21:35:41 +00:00
disableAssetBusting = false # default to false
ordersectionsby = "weight" # ordersectionsby = "title"
disableInlineCopyToClipBoard = true # default to false
[outputs]
home = [ "HTML", "RSS", "JSON"]
2017-07-31 20:54:17 +00:00
#[Languages]
#[Languages.en]
#title = "Documentation for Hugo Learn Theme"
#weight = 1
#languageName = "English"
#
#[Languages.fr]
#title = "Documentation du thème Hugo Learn"
#weight = 2
#languageName = "Français"