From 18b50c220bad7979b30eeeb7ff7f25b8ce5d86ba Mon Sep 17 00:00:00 2001 From: Erik Winter Date: Mon, 6 Jan 2025 19:16:18 +0100 Subject: [PATCH] makefile --- .gitignore | 1 + Makefile | 2 ++ vrijkorteverhalen.nl/config.toml | 2 ++ 3 files changed, 5 insertions(+) create mode 100644 .gitignore create mode 100644 Makefile diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a48cf0d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +public diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..846ca77 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +build-vkv: + cd vrijkorteverhalen.nl && zola build diff --git a/vrijkorteverhalen.nl/config.toml b/vrijkorteverhalen.nl/config.toml index 929ea1c..13be014 100644 --- a/vrijkorteverhalen.nl/config.toml +++ b/vrijkorteverhalen.nl/config.toml @@ -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.