hugo-theme-relearn/exampleSite/config.toml
2017-08-20 23:43:46 +02:00

31 lines
No EOL
749 B
TOML

baseURL = "/"
languageCode = "en-US"
defaultContentLanguage = "en"
title = "Hugo Learn Documentation"
theme = "hugo-theme-learn"
themesdir = "../.."
metaDataFormat = "yaml"
defaultContentLanguageInSubdir= true
[params]
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
ordersectionsby = "weight" # ordersectionsby = "title"
[outputs]
home = [ "HTML", "RSS", "JSON"]
#[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"