Add basic scaffolding

Following https://www.getzola.org/themes/linkita/
This commit is contained in:
SebastianStork 2025-10-19 22:40:05 +02:00
parent f4654cfc1b
commit 83176c294a
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
7 changed files with 42 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# The URL the site will be built for
base_url = "https://sstork.dev"
title = "sstork.dev"
description = ""
theme = "linkita"
default_language = "en"
author = "Sebastian Stork"
generate_feeds = true
feed_filenames = ["atom.xml"]
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true