2019-12-19 14:21:45 +01:00
|
|
|
baseURL = "/"
|
2021-03-11 18:53:14 +01:00
|
|
|
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
|
2021-03-11 18:53:14 +01:00
|
|
|
paginate = 32
|
2021-03-12 12:41:42 +01:00
|
|
|
rssLimit = 16
|
2019-12-19 14:21:45 +01:00
|
|
|
|
2024-02-26 00:15:50 +01:00
|
|
|
[frontmatter]
|
|
|
|
date = ['date', 'lastmod', ':git']
|
|
|
|
lastmod = [':git', 'lastmod', 'date']
|
|
|
|
publishDate = ['date', 'lastmod']
|
|
|
|
|
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
|
2023-01-22 21:54:23 +01:00
|
|
|
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"
|
|
|
|
|
2021-08-23 19:32:05 +02:00
|
|
|
[outputs]
|
|
|
|
home = ["HTML", "RSS", "JSON"]
|
|
|
|
|
2019-12-19 14:21:45 +01:00
|
|
|
[params]
|
|
|
|
copyright = "Julien (Adyxax) Dessaux"
|
2020-11-29 14:55:51 +01:00
|
|
|
github_repo = "https://git.adyxax.org/adyxax/www"
|
2019-12-19 14:21:45 +01:00
|
|
|
|
2021-03-11 18:53:14 +01:00
|
|
|
[taxonomies]
|
|
|
|
tag = "tags"
|