Files
willfullyobtuse.com/config.toml
James Brechtel eac3c78a64
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Adding now page
2023-01-05 22:20:18 -05:00

28 lines
715 B
TOML
Executable File

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