41 lines
1.1 KiB
TOML
41 lines
1.1 KiB
TOML
base_url = "https://enoent.fr"
|
|
title = "enoent.fr"
|
|
description = "Random musings of a software engineer."
|
|
author = "Marc Plano-Lesay"
|
|
theme = "retro-future"
|
|
compile_sass = true
|
|
build_search_index = false
|
|
generate_feeds = true
|
|
default_language = "en"
|
|
|
|
taxonomies = [
|
|
{name = "tags", feed = true},
|
|
{name = "series", feed = false}
|
|
]
|
|
|
|
[markdown]
|
|
highlight_code = true
|
|
highlight_theme = "css"
|
|
render_emoji = false
|
|
extra_syntaxes_and_themes = []
|
|
highlight_line_numbers = true
|
|
|
|
[extra]
|
|
mermaid = true
|
|
bio = "Software engineer at Canva, building things with code and occasionally writing about it."
|
|
|
|
nav_links = [
|
|
{ name = "About", url = "/about" }
|
|
]
|
|
|
|
socials = [
|
|
{ name = "github", url = "https://github.com/Kernald", icon = "github" },
|
|
{ name = "mastodon", url = "https://androiddev.social/@kernald", icon = "mastodon" },
|
|
{ name = "twitter", url = "https://x.com/marcpl31", icon = "twitter" },
|
|
{ name = "forgejo", url = "https://git.enoent.fr/kernald/", icon = "forgejo" }
|
|
]
|
|
|
|
[extra.analytics]
|
|
service = "plausible"
|
|
id = "enoent.fr"
|
|
self_hosted_url = "https://analytics.enoent.fr"
|