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

19 lines
539 B
TOML

baseURL = "/"
languageCode = "en-US"
DefaultContentLanguage = "en"
title = "Hugo Learn Documentation"
theme = "hugo-theme-learn"
themesdir = "../.."
MetaDataFormat = "yaml"
[params]
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"]