Compare commits
2 Commits
78266ec4d8
...
f0b8a6276a
Author | SHA1 | Date |
---|---|---|
Erik Winter | f0b8a6276a | |
Erik Winter | 18b50c220b |
|
@ -0,0 +1 @@
|
|||
public
|
|
@ -0,0 +1,3 @@
|
|||
FROM nginx:alpine
|
||||
|
||||
COPY public/vrijkorteverhalen.nl /usr/share/nginx/html
|
|
@ -0,0 +1,22 @@
|
|||
# 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
|
|
@ -1,5 +1,5 @@
|
|||
# The base URL of the site; the only required configuration variable.
|
||||
base_url = "https://zola-pickles.pages.dev"
|
||||
base_url = "https://vrijkorteverhalen.nl"
|
||||
|
||||
# The site title and description; used in feeds by default.
|
||||
title = "VrijKorteVerhalen.nl"
|
||||
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue