hugo-PaperMod/config.toml

18 lines
486 B
TOML
Raw Normal View History

baseurl = "https://gohugo.io/"
2014-04-26 18:00:10 -04:00
title = "Hugo Themes"
author = "Steve Francia"
2019-02-21 14:44:53 -05:00
copyright = "Copyright © 20082019, Steve Francia and the Hugo Authors; all rights reserved."
paginate = 3
languageCode = "en"
DefaultContentLanguage = "en"
2019-03-08 11:28:41 -05:00
ignoreFiles = ["content/posts/\\.*","content/portfolio/\\.*","content/product/\\.*","content/sketch/\\.*","content/en/\\.*","content/fr/\\.*"]
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "about/"
2019-03-08 11:28:41 -05:00
weight = 10