18 lines
486 B
TOML
18 lines
486 B
TOML
baseurl = "https://gohugo.io/"
|
||
title = "Hugo Themes"
|
||
author = "Steve Francia"
|
||
copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved."
|
||
paginate = 3
|
||
languageCode = "en"
|
||
DefaultContentLanguage = "en"
|
||
ignoreFiles = ["content/posts/\\.*","content/portfolio/\\.*","content/product/\\.*","content/sketch/\\.*","content/en/\\.*","content/fr/\\.*"]
|
||
|
||
[menu]
|
||
|
||
[[menu.main]]
|
||
identifier = "about"
|
||
name = "About"
|
||
url = "about/"
|
||
weight = 10
|
||
|