anemone/config.toml

40 lines
1 KiB
TOML
Raw Normal View History

2023-07-04 02:17:22 +01:00
base_url = "https://anemone.pages.dev"
2023-07-04 01:37:44 +01:00
title = "anemone"
description = "A minimalist Zola theme that prioritizes clean CSS and avoids heavy JavaScript. Enjoy a seamless user experience with lightning-fast load times. Let your content take center stage in a clutter-free, elegant design that enhances readability. Responsive and efficient, anemone brings focus to your ideas."
2023-07-04 01:37:44 +01:00
default_language = "en"
compile_sass = false
minify_html = true
generate_feed = true
2022-11-21 21:15:50 +00:00
2023-07-04 01:37:44 +01:00
taxonomies = [
{ name = "tags" },
]
2022-11-21 21:15:50 +00:00
2023-07-04 01:37:44 +01:00
[markdown]
render_emoji = true
external_links_target_blank = true
smart_punctuation = true
highlight_code = false
highlight_theme = "gruvbox-dark"
2022-11-21 21:15:50 +00:00
2023-07-04 01:37:44 +01:00
[slugify]
paths = "on"
taxonomies = "on"
anchors = "on"
2022-11-21 21:15:50 +00:00
2023-07-04 01:37:44 +01: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 04:05:11 +01:00
]