2017-07-30 16:02:07 +00:00
|
|
|
baseURL = "/"
|
|
|
|
languageCode = "en-US"
|
2017-07-31 20:32:06 +00:00
|
|
|
defaultContentLanguage = "en"
|
2017-07-30 16:02:07 +00:00
|
|
|
|
|
|
|
title = "Hugo Learn Documentation"
|
|
|
|
theme = "hugo-theme-learn"
|
|
|
|
themesdir = "../.."
|
2017-07-31 20:32:06 +00:00
|
|
|
metaDataFormat = "yaml"
|
|
|
|
defaultContentLanguageInSubdir= true
|
2017-07-30 16:02:07 +00:00
|
|
|
|
|
|
|
[params]
|
2017-07-30 16:18:35 +00:00
|
|
|
editURL = "https://github.com/matcornic/hugo-theme-learn/edit/master/docs/content/"
|
2017-07-30 16:02:07 +00:00
|
|
|
description = "Documentation for Hugo Learn Theme"
|
|
|
|
author = "Mathieu Cornic"
|
|
|
|
disableSearch = false # default to false
|
|
|
|
ordersectionsby = "weight" # ordersectionsby = "title"
|
|
|
|
|
|
|
|
[outputs]
|
|
|
|
home = [ "HTML", "RSS", "JSON"]
|
2017-07-31 20:32:06 +00:00
|
|
|
|
|
|
|
|
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"
|