edgarluque.com/config.toml

33 lines
801 B
TOML
Raw Normal View History

2021-12-23 16:38:19 +00:00
# The URL the site will be built for
2024-06-18 09:23:52 +00:00
base_url = "https://edgl.devs"
2021-12-23 16:38:19 +00:00
title = "Edgar Luque"
description = "My personal website."
default_language = "en"
2023-06-27 09:49:55 +00:00
generate_feed = true
2021-12-23 16:38:19 +00:00
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
2021-12-23 16:58:31 +00:00
# todo, when debian updates zola, enable this again, there is a bug where minify removes newlines in pre.
2021-12-24 11:05:47 +00:00
minify_html = true
2021-12-23 16:38:19 +00:00
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
2021-12-24 11:02:07 +00:00
taxonomies = [
{ name = "categories", feed = true},
]
2021-12-23 16:38:19 +00:00
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
2022-01-06 08:46:38 +00:00
highlight_theme = "ayu-dark"
2021-12-23 16:38:19 +00:00
[extra]
# Put all your custom variables here