2018-05-17 14:47:47 -04:00
|
|
|
|
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 © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved."
|
2015-03-08 09:29:02 -04:00
|
|
|
|
paginate = 3
|
2019-02-17 05:28:24 -05:00
|
|
|
|
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/\\.*"]
|
2019-02-20 14:30:20 -05:00
|
|
|
|
|
|
|
|
|
[menu]
|
|
|
|
|
|
2019-02-21 08:05:15 -05:00
|
|
|
|
[[menu.main]]
|
|
|
|
|
identifier = "about"
|
|
|
|
|
name = "About"
|
|
|
|
|
url = "about/"
|
2019-03-08 11:28:41 -05:00
|
|
|
|
weight = 10
|
|
|
|
|
|