website/config.toml

105 lines
2.5 KiB
TOML
Raw Normal View History

2020-11-06 16:16:16 +00:00
baseURL = "https://foo-dogsquared.github.io/"
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
2019-09-01 17:26:51 +00:00
summaryLength = 0
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
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
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]
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"
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]]
identifier = "blog"
name = "Blog"
url = "blog/"
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]]
identifer = "blog"
name = "Blog"
url = "/blog/"
2020-11-06 16:16:16 +00:00
[[menu.links]]
identifier = "Code"
name = "Code"
url = "https://github.com/foo-dogsquared/"
[[menu.links]]
identifer = "notes"
name = "Notes"
url = "https://github.com/foo-dogsquared/wiki"
[[menu.links]]
identifer = "music"
name = "Music"
url = "https://www.youtube.com/channel/UCuMiU9bzATu5oTp-vhOlL2Q"
[permalinks]
posts = "/blog/posts/:title/"
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
"""