Migrate from Bazel
This commit is contained in:
commit
016dbd0814
59 changed files with 7044 additions and 0 deletions
41
config.toml
Normal file
41
config.toml
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue