forked from fabian/nix_config
initial commit
This commit is contained in:
commit
7a32292dda
91 changed files with 3095 additions and 0 deletions
28
posixlycorrect/config.toml
Normal file
28
posixlycorrect/config.toml
Normal file
|
@ -0,0 +1,28 @@
|
|||
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"},
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue