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