From 0684bab8cdc94e3c27130d7670d01ca33657208c Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 19 Oct 2025 23:35:49 +0200 Subject: [PATCH] Do some formatting --- config.toml | 21 +++++++-------------- content/_index.md | 5 ++--- content/pages/_index.md | 2 +- content/pages/about.md | 7 ++++--- content/posts/_index.md | 4 ++-- content/posts/hello.md | 2 +- 6 files changed, 17 insertions(+), 24 deletions(-) diff --git a/config.toml b/config.toml index 5f1e0a7..c81947a 100644 --- a/config.toml +++ b/config.toml @@ -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 diff --git a/content/_index.md b/content/_index.md index db3208f..b329e5c 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,8 +1,7 @@ +++ -title = "" -description = "" sort_by = "date" paginate_by = 10 + [extra] profile = "Sebastian Stork" -+++ \ No newline at end of file ++++ diff --git a/content/pages/_index.md b/content/pages/_index.md index 5ac5a92..48c7335 100644 --- a/content/pages/_index.md +++ b/content/pages/_index.md @@ -1,4 +1,4 @@ +++ render = false page_template = "pages.html" -+++ \ No newline at end of file ++++ diff --git a/content/pages/about.md b/content/pages/about.md index 5b9dea2..1bb4130 100644 --- a/content/pages/about.md +++ b/content/pages/about.md @@ -1,7 +1,8 @@ +++ -title = "About me" -description = "" +title = "About" path = "about" +++ -## Hello, world! \ No newline at end of file +## About me + +## About this site diff --git a/content/posts/_index.md b/content/posts/_index.md index 5c3990f..59201c1 100644 --- a/content/posts/_index.md +++ b/content/posts/_index.md @@ -1,8 +1,8 @@ +++ title = "Archive" -description = "" template = "archive.html" transparent = true + [extra] date_format = "%m-%d" -+++ \ No newline at end of file ++++ diff --git a/content/posts/hello.md b/content/posts/hello.md index 24fc1a8..4c51339 100644 --- a/content/posts/hello.md +++ b/content/posts/hello.md @@ -3,4 +3,4 @@ title = "Hello" date = 2025-10-19 +++ -## Hello, world! \ No newline at end of file +## Hello, world!