website/config.toml

68 lines
1.5 KiB
TOML
Raw Normal View History

2019-09-03 07:42:40 +00:00
baseURL = "https://foo-dogsquared.github.io/blog/"
2019-08-14 08:36:03 +00:00
languageCode = "en-us"
2019-09-01 17:26:51 +00:00
title = "A Hack's Code"
summaryLength = 0
paginate = 40
2019-09-01 17:26:51 +00:00
copyright = "Unless explicitly stated, all content released here are licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0)."
canonifyURLs = true
2019-08-14 08:36:03 +00:00
2020-11-05 04:34:37 +00:00
[module]
[[module.imports]]
path = "github.com/foo-dogsquared/hugo-theme-more-contentful"
[[module.imports]]
path = "github.com/foo-dogsquared/hugo-web-feeds"
[markup]
[markup.asciidocExt]
extensions = ["asciidoctor-diagram"]
[markup.asciidocExt.attributes]
toc = true
sectanchors = true
2019-09-01 17:26:51 +00:00
[author]
2020-11-05 04:34:37 +00:00
[foo-dogsquared]
name = "Gabriel Arazas"
alias = "foo-dogsquared"
email = "foo.dogsquared@gmail.com"
2019-08-14 08:36:03 +00:00
2019-09-03 07:42:40 +00:00
[mediaTypes]
[mediaTypes."application/atom+xml"]
suffixes = ["atom"]
[mediaTypes."application/rss+xml"]
suffixes = ["rss"]
[outputFormats]
[outputFormats.RSS]
mediaType = "application/rss+xml"
baseName = "index"
isPlainText = false
[outputFormats.Atom]
mediaType = "application/atom+xml"
baseName = "index"
isPlainText = false
[outputs]
home = ["HTML", "ATOM", "RSS", "JSON"]
section = ["HTML", "ATOM", "RSS", "JSON"]
2019-09-01 17:26:51 +00:00
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "about/"
2019-08-14 08:36:03 +00:00
2019-09-01 17:26:51 +00:00
[[menu.main]]
identifier = "archives"
name = "Archives"
url = "archives/"
2019-08-14 08:36:03 +00:00
2019-09-01 17:26:51 +00:00
[params]
mainSections = ["posts", "projects"]
2020-11-05 04:34:37 +00:00
toc = true