friendenstein/config.toml

40 lines
771 B
TOML
Raw Normal View History

2023-07-04 03:17:22 +02:00
base_url = "https://anemone.pages.dev"
2023-07-04 02:37:44 +02:00
title = "anemone"
description = "Nearly no-Javascript, efficient, minimal theme."
default_language = "en"
compile_sass = false
minify_html = true
generate_feed = true
2022-11-21 22:15:50 +01:00
2023-07-04 02:37:44 +02:00
taxonomies = [
{ name = "tags" },
]
2022-11-21 22:15:50 +01:00
2023-07-04 02:37:44 +02:00
[markdown]
render_emoji = true
external_links_target_blank = true
smart_punctuation = true
highlight_code = false
highlight_theme = "gruvbox-dark"
2022-11-21 22:15:50 +01:00
2023-07-04 02:37:44 +02:00
[slugify]
paths = "on"
taxonomies = "on"
anchors = "on"
2022-11-21 22:15:50 +01:00
2023-07-04 02:37:44 +02:00
[link_checker]
internal_level = "warn"
[extra]
author = "Lyes 'Speyll'"
favicon = "favicon.ico"
image = ""
list_pages = false
twitter_card = true
header_nav = [
{ name = "/home/", url = "/" },
{ name = "/about/", url = "/about" },
{ name = "/journal/", url = "/journal" },
{ name = "/blog/", url = "/blog" },
2023-07-25 05:05:11 +02:00
]