2023-07-04 02:17:22 +01:00
base_url = "https://anemone.pages.dev"
2024-02-24 18:14:56 +00:00
title = "anemone"
2023-07-29 04:37:37 +01:00
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
compile_sass = false
minify_html = true
2024-07-24 03:34:29 +01:00
generate_feeds = true
2023-08-08 03:35:07 +01:00
default_language = "en"
taxonomies = [
{ name = "tags" , feed = true } ,
]
[ languages . fr ]
weight = 2
languageName = "Français"
languageCode = "fr"
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 ]
2023-08-08 03:35:07 +01:00
author = "Speyll"
2023-10-03 16:56:08 +01:00
display_author = true
2023-10-05 22:38:45 +01:00
2023-07-04 01:37:44 +01:00
favicon = "favicon.ico"
image = ""
2023-10-05 22:38:45 +01:00
2023-10-05 22:41:01 +01:00
default_theme = "light"
2023-07-04 01:37:44 +01:00
list_pages = false
twitter_card = true
2023-11-07 23:19:50 +00:00
header_nav = [
{ url = "/" , name_en = "/home/" , name_fr = "/accueil/" } ,
{ url = "/about" , name_en = "/about/" , name_fr = "/concernant/" } ,
{ url = "/journal" , name_en = "/journal/" , name_fr = "/journal/" } ,
{ url = "/blog" , name_en = "/blog/" , name_fr = "/blog/" }
2024-01-23 22:49:18 +00:00
]
# Optional footer license text. It will only show, when using footer_content_license.
#footer_content_license = "Creative Commons Attribution 4.0 International"
#footer_content_license_link = "https://creativecommons.org/licenses/by/4.0/"