website/config.toml

105 lines
2.5 KiB
TOML
Raw Normal View History

baseURL = "https://foodogsquared.one/"
2019-08-14 08:36:03 +00:00
languageCode = "en-us"
2020-11-06 16:16:16 +00:00
title = "Gabriel Arazas"
2020-11-06 22:16:12 +00:00
enableGitInfo = true
paginate = 40
2020-11-06 11:44:15 +00:00
copyright = """
Unless explicitly stated, all content released here are licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
"""
2019-09-01 17:26:51 +00:00
canonifyURLs = true
2022-11-22 14:34:18 +00:00
summaryLength = 0
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]
[markup.asciidocExt.attributes]
toc = true
sectanchors = true
2021-01-20 07:01:56 +00:00
"figure-caption!" = true
2020-11-05 04:34:37 +00:00
2019-09-01 17:26:51 +00:00
[author]
2022-11-22 09:27:33 +00:00
[author.foo-dogsquared]
2020-11-05 04:34:37 +00:00
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"]
2022-11-22 14:34:18 +00:00
2019-09-03 07:42:40 +00:00
[mediaTypes."application/rss+xml"]
suffixes = ["rss"]
[outputFormats]
[outputFormats.RSS]
mediaType = "application/rss+xml"
baseName = "index"
isPlainText = false
2022-11-22 09:27:33 +00:00
2019-09-03 07:42:40 +00:00
[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"
2020-11-06 22:16:12 +00:00
name = "About me"
2019-09-01 17:26:51 +00:00
url = "about/"
2019-08-14 08:36:03 +00:00
2020-11-06 16:16:16 +00:00
[[menu.main]]
2022-11-22 14:34:18 +00:00
identifier = "posts"
name = "Posts"
url = "posts/"
2020-11-06 16:16:16 +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
2020-11-06 16:16:16 +00:00
[[menu.links]]
2022-11-22 14:34:18 +00:00
identifer = "posts"
name = "Posts"
url = "/posts/"
2020-11-06 16:16:16 +00:00
[[menu.links]]
2022-11-22 14:34:18 +00:00
identifier = "code"
2020-11-06 16:16:16 +00:00
name = "Code"
url = "https://github.com/foo-dogsquared/"
[[menu.links]]
2022-11-22 14:34:18 +00:00
identifer = "wiki"
name = "Wiki"
2020-11-06 16:16:16 +00:00
url = "https://github.com/foo-dogsquared/wiki"
[[menu.links]]
identifer = "music"
name = "Music"
url = "https://www.youtube.com/channel/UCuMiU9bzATu5oTp-vhOlL2Q"
2019-09-01 17:26:51 +00:00
[params]
mainSections = ["posts", "projects"]
2020-11-05 04:34:37 +00:00
toc = true
2020-11-06 22:16:12 +00:00
extraNotes = """
This site uses [Prism](https://prismjs.com/), [MathJax](https://www.mathjax.org/), [medium-zoom](https://github.com/francoischalifour/medium-zoom), and lots of modern CSS features for the life of me.
For analytics, it uses [GoatCounter](https://goatcounter.com/).
2020-11-06 22:16:12 +00:00
"""
2022-11-22 09:27:33 +00:00
[security.exec]
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^asciidoctor$']
[security.funcs]
getenv = [ "^LAST_COMMIT_DATE$" ]