diff --git a/.gitignore b/.gitignore index 52419a5e..165e06f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ - -# Created by https://www.toptal.com/developers/gitignore/api/vim,adobe,windows,macos -# Edit at https://www.toptal.com/developers/gitignore?templates=vim,adobe,windows,macos +### Lektor ### +temp/ ### Adobe ### # Adobe Source Files @@ -31,7 +30,7 @@ Icon .Trashes .VolumeIcon.icns .com.apple.timemachine.donotpresent -.idea +.idea # Directories potentially created on remote AFP share .AppleDB @@ -86,5 +85,3 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk - -# End of https://www.toptal.com/developers/gitignore/api/vim,adobe,windows,macos diff --git a/wtf-eg.lektorproject b/wtf-eg.lektorproject index 7c1c5678..dce195e4 100644 --- a/wtf-eg.lektorproject +++ b/wtf-eg.lektorproject @@ -2,9 +2,10 @@ name = WTF Kooperative eG url = https://wtf-eg.de/ url_style = absolute +output_path = temp/builds/wtf-eg.de/ -[servers.preview] -name = preview +[servers.live] +name = live url = https://wtf-eg.de/ url_style = absolute enabled = yes