54 lines
1.3 KiB
TOML
54 lines
1.3 KiB
TOML
base_url = "https://www.mat.services"
|
|
title = "mat.services"
|
|
description = "the personal website of matthew ess"
|
|
default_language = "en"
|
|
|
|
compile_sass = true
|
|
build_search_index = false
|
|
generate_feed = true
|
|
ignored_content = [
|
|
"**/_*.{png,svg}", # unoptimized images
|
|
]
|
|
|
|
# theme is inlined
|
|
# theme = "apollo"
|
|
|
|
taxonomies = [
|
|
{ name = "tags" },
|
|
]
|
|
|
|
[markdown]
|
|
highlight_code = true
|
|
highlight_theme = "zenburn"
|
|
extra_syntaxes_and_themes = [
|
|
"extra/syntax/"
|
|
]
|
|
render_emoji = false
|
|
external_links_target_blank = true
|
|
external_links_no_referrer = true
|
|
|
|
[extra]
|
|
favicon = "/image/favicon.svg"
|
|
stylesheets = []
|
|
|
|
fonts = [
|
|
{ path = "ia-writer-quattro", name = "iAWriterQuattroS" },
|
|
{ path = "ibm-plex-mono", name = "IBMPlexMono" },
|
|
{ path = "inria-sans", name = "InriaSans" }
|
|
]
|
|
|
|
menu = [
|
|
{ name = "/posts", url = "@/posts/_index.md" },
|
|
{ name = "/projects", url = "@/projects.md" },
|
|
{ name = "/about", url = "@/about.md" },
|
|
{ name = "git", url = "https://git.mat.services/mat", external = true },
|
|
]
|
|
|
|
me_links = [
|
|
{ name = "github", url = "https://github.com/matthewess" },
|
|
{ name = "gitlab", url = "https://gitlab.com/matthewess" },
|
|
{ name = "pijul nest", url = "https://nest.pijul.org/mat" },
|
|
{ name = "lobste.rs", url = "https://lobste.rs/u/mat" },
|
|
]
|
|
|