11 lines
288 B
TOML
11 lines
288 B
TOML
|
[project]
|
||
|
name = "Stefan's Blog"
|
||
|
title = "My personal Blog"
|
||
|
|
||
|
[content]
|
||
|
path = "blog/"
|
||
|
style = "one-dark" # Supported styles are
|
||
|
# monokai, one-dark, solarized-dark, solarized-light, github-dark, xcode, nord
|
||
|
# taken from https://pygments.org/styles/
|
||
|
|