website/config/_default/config.toml

53 lines
1.2 KiB
TOML
Raw Normal View History

2023-03-26 07:36:22 +00:00
baseURL = "https://www.foodogsquared.one"
title = "Gabriel Arazas"
2023-05-03 07:22:30 +00:00
languageCode = "en"
2023-03-26 07:36:22 +00:00
enableGitInfo = true
paginate = 40
copyright = "© foodogsquared"
summaryLength = 0
timeZone = "UTC"
[params]
mainSections = ["posts", "projects"]
toc = true
extraNotes = """
This site uses [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/).
"""
[taxonomies]
tag = "tags"
series = "series"
2023-03-26 07:36:22 +00:00
[[module.imports]]
path = "github.com/foo-dogsquared/hugo-theme-more-contentful"
[[module.imports]]
path = "github.com/foo-dogsquared/hugo-mod-web-feeds"
[mediaTypes."application/atom+xml"]
suffixes = ["atom"]
[mediaTypes."application/rss+xml"]
suffixes = ["rss"]
[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"]
[security.exec]
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^asciidoctor$']
[security.funcs]
getenv = [ "^LAST_COMMIT_DATE$" ]