This commit is contained in:
Erik Winter 2025-01-06 19:16:18 +01:00
parent 78266ec4d8
commit 18b50c220b
3 changed files with 5 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
public

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
build-vkv:
cd vrijkorteverhalen.nl && zola build

View File

@ -14,6 +14,8 @@ theme = "zola-pickles"
# When set to "true", a feed is automatically generated.
generate_feeds = true
output_dir = '../public/vrijkorteverhalen.nl/'
# The filename to use for the feed. Used as the template filename, too.
# Defaults to "atom.xml", which has a built-in template that renders an Atom 1.0 feed.
# There is also a built-in template "rss.xml" that renders an RSS 2.0 feed.