homepage/posixlycorrect/config.toml

32 lines
991 B
TOML
Raw Normal View History

2024-08-03 23:30:31 +02:00
base_url = "https://posixlycorrect.com"
compile_sass = true
build_search_index = true
theme = "terminimal"
title = "~"
[markdown]
highlight_code = true
highlight_theme = "ayu-dark"
[extra]
accent_color = "orange"
background_color = "dark"
author = "Fabián Montero"
logo_text = "[~] posixlycorrect"
use_full_hack_font = true
page_titles = "combined"
favicon = "/favicon.png"
favicon_mimetype = "image/png"
menu_items = [
{name = "about", url = "$BASE_URL/about"},
{name = "blog", url = "$BASE_URL/blog"},
{name = "wiki", url = "https://wiki.posixlycorrect.com", newtab = true},
2024-08-08 08:43:40 +02:00
{name = "git", url = "https://git.posixlycorrect.com", newtab = true},
2024-08-08 20:04:42 +02:00
{name = "pastebin", url = "https://send.posixlycorrect.com/", newtab = true},
2024-08-08 02:28:43 +02:00
{name = "comms", url = "$BASE_URL/comms"},
2024-08-03 23:30:31 +02:00
{name = "lib", url = "$BASE_URL/lib"},
2024-08-10 10:58:53 +02:00
{name = "stream", url = "https://stream.posixlycorrect.com/", newtab = true},
2024-08-08 02:28:43 +02:00
{name = "analog photo", url = "$BASE_URL/analog-photography"},
2024-08-03 23:30:31 +02:00
]