Add lektor project file
This commit is contained in:
parent
3d2299ac44
commit
13c82384d4
|
@ -0,0 +1,20 @@
|
|||
[project]
|
||||
name = chaoswest.tv
|
||||
url = https://chaoswest.tv/
|
||||
url_style = absolute
|
||||
excluded_assets = *.scss
|
||||
upscale = false
|
||||
output_path = temp/builds/chaoswest.tv/
|
||||
|
||||
[alternatives.de]
|
||||
name = Deutsch
|
||||
primary = yes
|
||||
locale = de_DE
|
||||
|
||||
[alternatives.en]
|
||||
name = Englisch
|
||||
locale = en_US
|
||||
url_prefix = /en/
|
||||
|
||||
[packages]
|
||||
lektor-scss = 1.4.1
|
Loading…
Reference in New Issue