mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
18 lines
408 B
TOML
18 lines
408 B
TOML
baseurl = "https://gohugo.io/"
|
||
title = "Hugo Themes"
|
||
author = "Steve Francia"
|
||
copyright = "Copyright © 2008–2018, Steve Francia and the Hugo Authors; all rights reserved."
|
||
canonifyurls = true
|
||
paginate = 3
|
||
languageCode = "en"
|
||
DefaultContentLanguage = "en"
|
||
|
||
[languages.en]
|
||
languageName = "English"
|
||
weight = 1
|
||
title = "Hugo Themes"
|
||
|
||
[languages.fr]
|
||
languageName = "Français"
|
||
weight = 2
|
||
title = "Thèmes Hugo" |