mirror of
https://github.com/lavafroth/lavafroth.github.io.git
synced 2026-05-28 09:31:17 -03:00
54 lines
966 B
YAML
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
|