prepare preview server
This commit is contained in:
parent
74c0a85e94
commit
c3fe3f19a1
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue