mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
31 lines
No EOL
749 B
TOML
31 lines
No EOL
749 B
TOML
baseURL = "/"
|
|
languageCode = "en-US"
|
|
defaultContentLanguage = "en"
|
|
|
|
title = "Hugo Learn Documentation"
|
|
theme = "hugo-theme-learn"
|
|
themesdir = "../.."
|
|
metaDataFormat = "yaml"
|
|
defaultContentLanguageInSubdir= true
|
|
|
|
[params]
|
|
editURL = "https://github.com/matcornic/hugo-theme-learn/edit/master/docs/content/"
|
|
description = "Documentation for Hugo Learn Theme"
|
|
author = "Mathieu Cornic"
|
|
disableSearch = false # default to false
|
|
ordersectionsby = "weight" # ordersectionsby = "title"
|
|
|
|
[outputs]
|
|
home = [ "HTML", "RSS", "JSON"]
|
|
|
|
|
|
#[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" |