mat.services/config.toml

52 lines
2.0 KiB
TOML
Raw Normal View History

2022-08-08 04:31:56 +00:00
base_url = "https://mat.services"
title = "mat.services"
2022-08-10 20:15:30 +00:00
description = "the personal website of matthew ess"
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-08-08 04:31:56 +00:00
theme = "apollo"
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-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 = []
use_cdn = false
2022-08-13 05:18:01 +00:00
# include hashes for SRI
2022-08-10 20:15:30 +00:00
cdns = [
2022-08-13 05:18:01 +00:00
{ url = "https://cdn.jsdelivr.net/npm/firacode@6.2.0/distr/fira_code.min.css", hash = "sWIpcFPnJFfPqQU7FWn8H9+Xax/h5ihI8hVjQTBa5WmUde6CZZLw9DUAaIyA6j5u" },
{ url = "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.5/dist/web/static/pretendard-std-dynamic-subset.min.css", hash = "UzN3sOqBetZN9G2CDFfxg1PNJ+Qrv8/HZIoBp6XsCD+2DOehpvXGqkj2WFCNge5Q" },
{ url = "https://cdn.jsdelivr.net/gh/codex-src/iA-Fonts@master/iA%20Writer%20Quattro/Webfonts/index.min.css", hash = "Vx6OU3QBwm96rTUebUtdfD/AW3d3uzT896pixaUYg9Nb87zqHuXmjmv9aGwBmFjP" },
2022-08-14 01:27:52 +00:00
# Disabling variable fonts to bring site weight down
# { url = "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.5/dist/web/variable/pretendardvariable-std.min.css", hash = "3OYJp8uUv2MJWyKGgrZOrSjf+WP+nD7ifpJ04kAsI02PYi+nghC4TF37YkN/2Qxt" },
# { url = "https://cdn.jsdelivr.net/gh/codex-src/iA-Fonts@master/iA%20Writer%20Quattro/Variable/index.min.css", hash = "sFJyxW2UhZcJ0SAweDcoU6dBgqox5PbLK5nZStQSQitBeRHigPu7OPWDvoIHEXeo" },
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 = [
{ 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" },
]