www/config.toml

33 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
# Highlighting config
pygmentsCodeFences = true
pygmentsUseClasses = false
# Use the new Chroma Go highlighter in Hugo.
pygmentsUseClassic = false
#pygmentsOptions = "linenos=table"
# See https://help.farbox.com/pygments.html
pygmentsStyle = "tango"
[permalinks]
blog = "/:section/:year/:month/:day/:slug/"
[imaging]
resampleFilter = "CatmullRom"
quality = 75
anchor = "smart"
[params]
copyright = "Julien (Adyxax) Dessaux"
github_repo = "https://git.adyxax.org/adyxax/www"
2019-12-19 14:21:45 +01:00
[taxonomies]
tag = "tags"