cupper-hugo-theme/exampleSite/config.toml

45 lines
1.0 KiB
TOML
Raw Normal View History

2019-02-01 01:19:20 +01:00
baseURL = "https://example.com"
languageCode = "en-us"
2019-02-13 06:13:39 +01:00
defaultContentLanguage = "en"
2019-02-01 01:19:20 +01:00
title = "Cupper"
2019-02-01 01:38:14 +01:00
theme = "cupper-hugo-theme"
2019-02-01 01:19:20 +01:00
googleAnalytics = "UA-123456789-1"
[taxonomies]
tag = "tags"
[permalinks]
post = "/:filename/"
[imaging]
quality = 99
[params]
2019-02-13 06:52:29 +01:00
description = "An accessibility-friendly Hugo theme, ported from the [original Cupper](https://github.com/ThePacielloGroup/cupper) project."
footer = "Made with [Hugo](https://gohugo.io/). Themed by [Cupper](https://github.com/zwbetz-gh/cupper-hugo-theme). Deployed to [Netlify](https://www.netlify.com/)."
# For more date formats see https://gohugo.io/functions/format/
dateFormat = "Jan 2, 2006"
2019-02-13 06:52:29 +01:00
codePenUser = "someUser"
2019-02-01 01:19:20 +01:00
[menu]
2019-02-08 22:49:18 +01:00
[[menu.nav]]
2019-02-01 01:19:20 +01:00
name = "Home"
url = "/"
weight = 1
2019-02-08 22:49:18 +01:00
[[menu.nav]]
2019-02-01 01:19:20 +01:00
name = "Blog"
url = "/post/"
weight = 2
2019-02-08 22:49:18 +01:00
[[menu.nav]]
2019-02-01 01:19:20 +01:00
name = "Tags"
url = "/tags/"
weight = 3
2019-02-08 22:49:18 +01:00
[[menu.nav]]
2019-02-01 01:19:20 +01:00
name = "About"
url = "/about/"
weight = 4
2019-02-08 22:49:18 +01:00
[[menu.nav]]
2019-02-01 01:19:20 +01:00
name = "RSS"
url = "/index.xml"
weight = 5