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" base_url = "https://sstork.dev"
title = "sstork.dev"
description = ""
theme = "linkita" theme = "linkita"
default_language = "en" default_language = "en"
author = "Sebastian Stork" author = "Sebastian Stork"
[languages.en]
title = "sstork.dev"
generate_feeds = true generate_feeds = true
feed_filenames = ["atom.xml"] taxonomies = [{name = "tags", feed = true, paginate_by = 10}]
# 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
[markdown] [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 highlight_code = true
highlight_theme = "material-dark"
[extra] render_emoji = true
# Put all your custom variables here bottom_footnotes = true

View file

@ -1,8 +1,7 @@
+++ +++
title = ""
description = ""
sort_by = "date" sort_by = "date"
paginate_by = 10 paginate_by = 10
[extra] [extra]
profile = "Sebastian Stork" profile = "Sebastian Stork"
+++ +++

View file

@ -1,4 +1,4 @@
+++ +++
render = false render = false
page_template = "pages.html" page_template = "pages.html"
+++ +++

View file

@ -1,7 +1,8 @@
+++ +++
title = "About me" title = "About"
description = ""
path = "about" path = "about"
+++ +++
## Hello, world! ## About me
## About this site

View file

@ -1,8 +1,8 @@
+++ +++
title = "Archive" title = "Archive"
description = ""
template = "archive.html" template = "archive.html"
transparent = true transparent = true
[extra] [extra]
date_format = "%m-%d" date_format = "%m-%d"
+++ +++

View file

@ -3,4 +3,4 @@ title = "Hello"
date = 2025-10-19 date = 2025-10-19
+++ +++
## Hello, world! ## Hello, world!