www/config.toml

40 lines
714 B
TOML
Raw Normal View History

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