blog/config.toml

29 lines
1 KiB
TOML

base_url = "https://sanchayanmaity.net"
title = "Coherent Musings"
theme = "after-dark"
output_dir = "public"
author = "Sanchayan Maity"
generate_sitemap = true
generate_robots_txt = true
compile_sass = true
build_search_index = false
[markdown]
highlight_code = true
highlight_theme = "monokai"
[extra]
author = "Sanchayan Maity"
codeblock = true
enable_search = false
latex = true
after_dark_menu = [
{url = "$BASE_URL/posts", name = "Posts"},
{url = "$BASE_URL/about", name = "About"},
{url = "$BASE_URL/resume", name = "Resume"},
{url = "https://git.sanchayanmaity.net/sanchayanmaity", name = "Forgejo"},
{url = "https://gitlab.freedesktop.org/SanchayanMaity", name = "GitLab"},
{url = "https://sanchayanmaity.com/@sanchayan", name = "Mastodon"},
{url = "https://www.last.fm/user/sanchayan_maity", name = "Last.fm"},
{url = "https://keyoxide.org/41B3422B03703BF5FD03FAFB6F6A0609C12038F3", name = "Keyoxide"},
]