mat.services/config.toml

54 lines
1.3 KiB
TOML
Raw Permalink Normal View History

2022-10-17 01:55:21 +00:00
base_url = "https://www.mat.services"
2022-08-08 04:31:56 +00:00
title = "mat.services"
2023-01-28 19:08:55 +00:00
description = "the personal website of mat ess"
2022-08-10 20:15:30 +00:00
default_language = "en"
2022-08-08 04:31:56 +00:00
compile_sass = true
build_search_index = false
2022-08-10 20:15:30 +00:00
generate_feed = true
2022-10-17 00:50:18 +00:00
ignored_content = [
"**/_*.{png,svg}", # unoptimized images
]
2022-08-10 20:15:30 +00:00
2022-08-27 18:27:41 +00:00
# theme is inlined
# theme = "apollo"
2022-08-08 04:31:56 +00:00
2022-08-13 04:47:49 +00:00
taxonomies = [
{ name = "tags" },
]
2022-08-08 04:31:56 +00:00
[markdown]
highlight_code = true
2022-08-13 04:47:49 +00:00
highlight_theme = "zenburn"
2022-10-23 15:15:14 +00:00
extra_syntaxes_and_themes = [
"extra/syntax/"
]
2022-08-10 20:15:30 +00:00
render_emoji = false
external_links_target_blank = true
external_links_no_referrer = true
2022-08-08 04:31:56 +00:00
[extra]
2022-08-14 00:09:45 +00:00
favicon = "/image/favicon.svg"
2022-08-10 20:15:30 +00:00
stylesheets = []
2022-10-17 01:26:11 +00:00
fonts = [
{ path = "ia-writer-quattro", name = "iAWriterQuattroS" },
{ path = "ibm-plex-mono", name = "IBMPlexMono" },
{ path = "inria-sans", name = "InriaSans" }
2022-08-10 20:15:30 +00:00
]
2022-08-08 04:31:56 +00:00
menu = [
2022-08-12 23:00:13 +00:00
{ name = "/posts", url = "@/posts/_index.md" },
{ name = "/projects", url = "@/projects.md" },
{ name = "/about", url = "@/about.md" },
2022-08-13 23:47:29 +00:00
{ name = "git", url = "https://git.mat.services/mat", external = true },
2022-08-08 04:31:56 +00:00
]
2022-08-14 02:05:48 +00:00
me_links = [
2022-11-16 04:07:42 +00:00
{ name = "pijul nest", url = "https://nest.pijul.com/mat" },
2022-08-14 02:05:48 +00:00
{ name = "lobste.rs", url = "https://lobste.rs/u/mat" },
2022-11-16 04:07:42 +00:00
{ name = "gitlab", url = "https://gitlab.com/matthewess" },
{ name = "github", url = "https://github.com/matthewess" },
2022-08-14 02:05:48 +00:00
]