29 lines
756 B
TOML
29 lines
756 B
TOML
|
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},
|
||
|
{name = "meet", url = "$BASE_URL/meet"},
|
||
|
{name = "lib", url = "$BASE_URL/lib"},
|
||
|
{name = "analog photography", url = "$BASE_URL/analog-photography"},
|
||
|
]
|