release first version of website
This commit is contained in:
parent
05a6fbc283
commit
5e6f7ef869
2 changed files with 11 additions and 1 deletions
|
@ -11,6 +11,7 @@ div.start {
|
||||||
flex: 55%;
|
flex: 55%;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
max-height: 7dh;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,6 +6,15 @@ excluded_assets = *.scss
|
||||||
upscale = false
|
upscale = false
|
||||||
output_path = temp/builds/winkekatze.tv/
|
output_path = temp/builds/winkekatze.tv/
|
||||||
|
|
||||||
|
[servers.winkekatze]
|
||||||
|
name = winkekatze
|
||||||
|
url = https://winkekatze.tv/
|
||||||
|
url_style = absolute
|
||||||
|
enabled = yes
|
||||||
|
default = yes
|
||||||
|
locale = de_DE
|
||||||
|
target = rsync://winkekatze@winkekatze.tv/srv/www/winkekatze.tv/
|
||||||
|
|
||||||
[alternatives.de]
|
[alternatives.de]
|
||||||
name = Deutsch
|
name = Deutsch
|
||||||
primary = yes
|
primary = yes
|
||||||
|
|
Loading…
Reference in a new issue