Do some formatting

This commit is contained in:
SebastianStork 2025-10-19 23:35:49 +02:00
parent 4cf2a9dd29
commit 0684bab8cd
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
6 changed files with 17 additions and 24 deletions

View file

@ -1,23 +1,16 @@
base_url = "https://sstork.dev"
title = "sstork.dev"
description = ""
theme = "linkita"
default_language = "en"
author = "Sebastian Stork"
[languages.en]
title = "sstork.dev"
generate_feeds = true
feed_filenames = ["atom.xml"]
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
taxonomies = [{name = "tags", feed = true, paginate_by = 10}]
[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
[extra]
# Put all your custom variables here
highlight_theme = "material-dark"
render_emoji = true
bottom_footnotes = true