Files
willfullyobtuse.com/config.toml
2022-11-08 08:18:38 -05:00

25 lines
547 B
TOML
Executable File

base_url = "https://jamesbrechtel.com"
compile_sass = true
build_search_index = true
theme = "apollo"
[markdown]
highlight_code = true
highlight_theme = "ayu-dark"
[extra]
theme = "dark"
socials = [
{ name = "twitter", url = "https://twitter.com/8brechtel", icon = "twitter" },
{ name = "github", url = "https://github.com/jbrechtel/", icon = "github" },
]
menu = [
{ name = "/posts", url = "/posts", weight = 1 },
{ name = "/projects", url = "/projects", weight = 2 },
{ name = "/about", url = "/about", weight = 3 },
]