mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-17 09:10:08 +00:00
20 lines
532 B
TOML
20 lines
532 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-learn-doc/edit/master/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"]
|