mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 04:58:26 +00:00
Gabriel Arazas
4cf0601ab5
This is practically active for newer content from this point as the older content can be retrieved under the previous license anyways.
105 lines
2.4 KiB
TOML
105 lines
2.4 KiB
TOML
baseURL = "https://www.foodogsquared.one"
|
|
languageCode = "en-us"
|
|
title = "Gabriel Arazas"
|
|
enableGitInfo = true
|
|
paginate = 40
|
|
copyright = """
|
|
© foodogsquared
|
|
"""
|
|
canonifyURLs = true
|
|
summaryLength = 0
|
|
|
|
|
|
[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
|
|
"figure-caption!" = true
|
|
|
|
|
|
[author]
|
|
[author.foo-dogsquared]
|
|
name = "Gabriel Arazas"
|
|
alias = "foo-dogsquared"
|
|
email = "foo.dogsquared@gmail.com"
|
|
|
|
[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"]
|
|
|
|
[menu]
|
|
[[menu.main]]
|
|
identifier = "about"
|
|
name = "About me"
|
|
url = "about/"
|
|
|
|
[[menu.main]]
|
|
identifier = "posts"
|
|
name = "Posts"
|
|
url = "posts/"
|
|
|
|
[[menu.main]]
|
|
identifier = "archives"
|
|
name = "Archives"
|
|
url = "archives/"
|
|
|
|
[[menu.links]]
|
|
identifer = "posts"
|
|
name = "Posts"
|
|
url = "/posts/"
|
|
|
|
[[menu.links]]
|
|
identifier = "code"
|
|
name = "Code"
|
|
url = "https://github.com/foo-dogsquared/"
|
|
|
|
[[menu.links]]
|
|
identifer = "wiki"
|
|
name = "Wiki"
|
|
url = "https://github.com/foo-dogsquared/wiki"
|
|
|
|
[[menu.links]]
|
|
identifer = "music"
|
|
name = "Music"
|
|
url = "https://www.youtube.com/channel/UCuMiU9bzATu5oTp-vhOlL2Q"
|
|
|
|
[params]
|
|
mainSections = ["posts", "projects"]
|
|
toc = true
|
|
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/).
|
|
"""
|
|
[security.exec]
|
|
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^asciidoctor$']
|
|
|
|
[security.funcs]
|
|
getenv = [ "^LAST_COMMIT_DATE$" ]
|