mirror of
https://github.com/SebastianStork/blog.git
synced 2026-01-21 14:01:35 +01:00
Add basic scaffolding
Following https://www.getzola.org/themes/linkita/
This commit is contained in:
parent
f4654cfc1b
commit
83176c294a
7 changed files with 42 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue