www/config.toml
Julien Dessaux a20de7d29a
All checks were successful
/ all (push) Successful in 20s
chore(www): properly fix the rss feed generation issue
2025-04-28 08:29:42 +02:00

44 lines
819 B
TOML

baseURL = "/"
languageCode = "en-us"
title = "Yet Another SysAdmin Website"
description = "The personal space of yet another sysadmin"
enableRobotsTXT = true
enableGitInfo = false
paginate = 32
rssLimit = 16
[frontmatter]
date = ['date', 'lastmod']
lastmod = ['lastmod', 'date']
publishDate = ['date', 'lastmod']
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = false
tabWidth = 2
[permalinks]
blog = "/:section/:year/:month/:day/:slug/"
[imaging]
resampleFilter = "CatmullRom"
quality = 75
anchor = "smart"
[outputs]
home = ["HTML", "RSS", "JSON"]
[params]
copyright = "Julien (Adyxax) Dessaux"
github_repo = "https://git.adyxax.org/adyxax/www"
[taxonomies]
tag = "tags"