homepage: switch from terminimal to tabi
This commit is contained in:
parent
44f9f5641a
commit
420ef29fc4
62 changed files with 66 additions and 1794 deletions
78
config.toml
78
config.toml
|
@ -1,32 +1,68 @@
|
|||
base_url = "https://posixlycorrect.com"
|
||||
compile_sass = true
|
||||
build_search_index = true
|
||||
theme = "terminimal"
|
||||
theme = "tabi-lean"
|
||||
title = "posixlycorrect"
|
||||
|
||||
[markdown]
|
||||
highlight_code = true
|
||||
highlight_theme = "ayu-dark"
|
||||
default_language = "en"
|
||||
|
||||
[extra]
|
||||
accent_color = "orange"
|
||||
background_color = "dark"
|
||||
author = "Fabián Montero"
|
||||
logo_text = "[~] posixlycorrect"
|
||||
use_full_hack_font = true
|
||||
date_formats = [
|
||||
{ lang = "en", long = "%Y-%m-%d", short = "%Y-%m-%d", archive = "%Y-%m-%d" },
|
||||
]
|
||||
post_listing_date = "both"
|
||||
theme_switcher = false
|
||||
default_theme = "dark"
|
||||
skin = "posixlycorrect"
|
||||
browser_theme_color = "#131a21"
|
||||
compact_tags = true
|
||||
|
||||
remote_repository_url = "https://git.posixlycorrect.com/fabian/homepage"
|
||||
remote_repository_git_platform = "Codeberg"
|
||||
remote_repository_branch = "main"
|
||||
show_remote_changes = true
|
||||
show_remote_source = true
|
||||
|
||||
quick_navigation_buttons = true
|
||||
toc = true
|
||||
bottom_footnotes = true
|
||||
copy_button = true
|
||||
code_block_name_links = true
|
||||
katex = true
|
||||
mermaid = true
|
||||
show_reading_time = false
|
||||
|
||||
copyright = "© $CURRENT_YEAR Fabian Montero $SEPARATOR Unless otherwise noted, the content in this website is available under the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license."
|
||||
|
||||
author = "Fabian Montero"
|
||||
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 = "blog", url = "$BASE_URL/blog"},
|
||||
{name = "leaderboard", url = "$BASE_URL/leaderboard"},
|
||||
{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},
|
||||
{name = "ebooks↗", url = "https://calibre.posixlycorrect.com", newtab = true},
|
||||
{name = "photos↗", url = "https://photos.posixlycorrect.com", newtab = true},
|
||||
{name = "recipes↗", url = "https://food.posixlycorrect.com", newtab = true},
|
||||
menu = [
|
||||
{name = "about", url = "about"},
|
||||
{name = "lib", url = "lib"},
|
||||
{name = "blog", url = "blog"},
|
||||
{name = "leaderboard", url = "leaderboard" },
|
||||
{name = "wiki", url = "https://wiki.posixlycorrect.com"},
|
||||
{name = "git", url = "https://git.posixlycorrect.com", trailing_slash = false },
|
||||
{name = "notes", url = "https://notes.posixlycorrect.com"},
|
||||
{name = "ebooks", url = "https://calibre.posixlycorrect.com"},
|
||||
{name = "photos", url = "https://photos.posixlycorrect.com"},
|
||||
{name = "recipes", url = "https://food.posixlycorrect.com"},
|
||||
]
|
||||
|
||||
footer_menu = [
|
||||
{url = "https://public.posixlycorrect.com/pki/A8981D346F8F4130CA16A7775517E687FCCE0BB9.asc", name = "gpg key", trailing_slash = true},
|
||||
]
|
||||
|
||||
[markdown]
|
||||
external_links_class = "external"
|
||||
highlight_code = true
|
||||
highlight_theme = "ayu-dark"
|
||||
|
||||
[search]
|
||||
index_format = "elasticlunr_json" # Or the less efficient "elasticlunr_javascript".
|
||||
include_title = true
|
||||
include_description = true
|
||||
include_path = true
|
||||
include_content = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue