2018-05-17 20:47:47 +02:00
|
|
|
|
baseurl = "https://gohugo.io/"
|
2014-04-27 00:00:10 +02:00
|
|
|
|
title = "Hugo Themes"
|
|
|
|
|
author = "Steve Francia"
|
2019-02-21 20:44:53 +01:00
|
|
|
|
copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved."
|
2015-03-08 14:29:02 +01:00
|
|
|
|
paginate = 3
|
2019-02-17 11:28:24 +01:00
|
|
|
|
languageCode = "en"
|
|
|
|
|
DefaultContentLanguage = "en"
|
2019-03-08 17:28:41 +01:00
|
|
|
|
ignoreFiles = ["content/posts/\\.*","content/portfolio/\\.*","content/product/\\.*","content/sketch/\\.*","content/en/\\.*","content/fr/\\.*"]
|
2019-02-20 20:30:20 +01:00
|
|
|
|
|
|
|
|
|
[menu]
|
|
|
|
|
|
2019-02-21 14:05:15 +01:00
|
|
|
|
[[menu.main]]
|
|
|
|
|
identifier = "about"
|
|
|
|
|
name = "About"
|
|
|
|
|
url = "about/"
|
2019-03-08 17:28:41 +01:00
|
|
|
|
weight = 10
|
|
|
|
|
|