Compare commits

..

No commits in common. "f0b8a6276aeeacc88a6f985719563e44365e2e19" and "78266ec4d83ae0bf134cedf8a34b27213d9c1799" have entirely different histories.

5 changed files with 1 additions and 31 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
public

View File

@ -1,3 +0,0 @@
FROM nginx:alpine
COPY public/vrijkorteverhalen.nl /usr/share/nginx/html

View File

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

View File

@ -1,22 +0,0 @@
# fly.toml app configuration file generated for websites on 2025-01-06T19:26:19+01:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'websites'
primary_region = 'ams'
[build]
[http_service]
internal_port = 80
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1

View File

@ -1,5 +1,5 @@
# The base URL of the site; the only required configuration variable.
base_url = "https://vrijkorteverhalen.nl"
base_url = "https://zola-pickles.pages.dev"
# The site title and description; used in feeds by default.
title = "VrijKorteVerhalen.nl"
@ -14,8 +14,6 @@ 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.