mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
19 lines
539 B
TOML
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"]
|