www/config.toml

40 lines
739 B
TOML

baseURL = "/"
languageCode = "en-us"
title = "Yet Another SysAdmin Website"
description = "The personal space of yet another sysadmin"
enableRobotsTXT = true
enableGitInfo = true
paginate = 32
rssLimit = 16
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = false
style = 'solarized-dark'
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"