Files
blog/config.yaml
2026-05-18 16:51:39 +05:30

54 lines
966 B
YAML

baseURL: https://lavafroth.is-a.dev/
locale: en-us
pageinate: 5
relativeURLs: true
title: lavafroth
theme: paprika
taxonomies:
tag: tags
menu:
main:
- identifier: art
name: art
url: /art/
- identifier: about
name: about
url: /about/
- identifier: rss
name: rss
url: /index.xml
params:
description: "smol creator"
socials:
- platform: github
url: https://github.com/lavafroth
markup:
highlight:
anchorLineNos: false
codeFences: true
guessSyntax: false
hl_Lines: ""
hl_inline: false
lineAnchors: ""
lineNos: false
lineNumbersInTable: true
noClasses: false
noHl: false
style: monokai
tabWidth: 4
goldmark:
extensions:
passthrough:
delimiters:
block:
- - \[
- \]
- - $$
- $$
inline:
- - \(
- \)
- - $
- $
enable: true