hugo-theme-relearn/exampleSite/config.toml

20 lines
539 B
TOML
Raw Normal View History

baseURL = "/"
languageCode = "en-US"
DefaultContentLanguage = "en"
title = "Hugo Learn Documentation"
theme = "hugo-theme-learn"
themesdir = "../.."
MetaDataFormat = "yaml"
[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"
showVisitedLinks = true # default to false
disableSearch = false # default to false
ordersectionsby = "weight" # ordersectionsby = "title"
[outputs]
home = [ "HTML", "RSS", "JSON"]