From c3fe3f19a1ab64be77724f47b597e64ff7a24e3f Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 26 Apr 2022 20:54:51 +0200 Subject: [PATCH] prepare preview server --- README.md | 7 +++++++ chaoswest.tv.lektorproject | 12 +++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc14915..00b1666 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ Chaos West TV Website ======================= + Build instructions: +---------------------- +Create a webserver at localhost with ``make server`` or: +```bash +lektor server -f scss +``` + License: [MIT License](LICENSE) diff --git a/chaoswest.tv.lektorproject b/chaoswest.tv.lektorproject index fe3843f..392c71a 100644 --- a/chaoswest.tv.lektorproject +++ b/chaoswest.tv.lektorproject @@ -1,11 +1,21 @@ [project] name = chaoswest.tv -url = https://chaoswest.tv/ +url = https://m2.xn--see-br-0xa.se/ +# url = https://chaoswest.tv/ url_style = absolute excluded_assets = *.scss upscale = false output_path = temp/builds/chaoswest.tv/ +[servers.preview] +name = preview +url = https://m2.xn--see-br-0xa.se/ +url_style = absolute +enabled = yes +default = yes +locale = de_DE +target = rsync://m2@m2.xn--see-br-0xa.se/srv/www/m2.xn--see-br-0xa.se/ + [alternatives.de] name = Deutsch primary = yes