All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
I added the rel=me to the Mastodon link for verification I added profile pics but haven't actually used them on the pages anywhere I pulled in a lot of the CSS from the template so I could start to modify it
27 lines
698 B
TOML
Executable File
27 lines
698 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", rel = "me", url = "https://hachyderm.io/web/@eightball", icon = "mastodon" },
|
|
{ name = "github", rel = {}, url = "https://github.com/jbrechtel/", icon = "github" },
|
|
{ name = "twitter", rel = {}, 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 },
|
|
]
|