46 lines
1 KiB
YAML
46 lines
1 KiB
YAML
baseURL: https://blog.xirion.net/
|
|
languageCode: en-gb
|
|
title: Xirion.net Blog
|
|
theme: PaperMod
|
|
copyright: "Source available on [Gitea](https://git.xirion.net/0x76/blog.xirion.net)"
|
|
|
|
enableRobotsTXT: true
|
|
buildDrafts: false
|
|
buildFuture: false
|
|
buildExpired: false
|
|
|
|
enableEmoji: true
|
|
|
|
minify:
|
|
disableXML: false
|
|
minifyOutput: true
|
|
|
|
markup:
|
|
highlight:
|
|
# anchorLineNos: true
|
|
codeFences: true
|
|
guessSyntax: true
|
|
lineNos: true
|
|
# noClasses: false
|
|
style: monokai
|
|
|
|
params:
|
|
env: production
|
|
description: "A blog about things"
|
|
ShowReadingTime: true
|
|
ShowToc: true
|
|
ShowBreadCrumbs: true
|
|
assets:
|
|
disableHLJS: true
|
|
|
|
homeInfoParams:
|
|
Title: "Xirion.net Blog"
|
|
content: >
|
|
Welcome to my blog! This is where you can find posts about various tech related things.
|
|
It will probably mostly consist of anything from my internal docs I thought was worth making public.
|
|
You can expect anything related to my homelab, be it hypervisors, kubernetes or networking.
|
|
|
|
taxonomies:
|
|
category: categories
|
|
tag: tags
|
|
series: series
|