forked from fabian/nix_config
Add 'homepage/' from commit 'a07048bb01
'
git-subtree-dir: homepage git-subtree-mainline:557d85391c
git-subtree-split:a07048bb01
This commit is contained in:
commit
3abff4437a
82 changed files with 2643 additions and 0 deletions
27
homepage/posixlycorrect/config.toml
Normal file
27
homepage/posixlycorrect/config.toml
Normal file
|
@ -0,0 +1,27 @@
|
|||
base_url = "https://posixlycorrect.com"
|
||||
compile_sass = true
|
||||
build_search_index = true
|
||||
theme = "terminimal"
|
||||
title = "posixlycorrect"
|
||||
|
||||
[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 = "lib", url = "$BASE_URL/lib"},
|
||||
{name = "wiki↗", url = "https://wiki.posixlycorrect.com", newtab = true},
|
||||
{name = "git↗", url = "https://git.posixlycorrect.com", newtab = true},
|
||||
{name = "notes↗", url = "https://notes.posixlycorrect.com", newtab = true},
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue