website
All checks were successful
the build was successful

This commit is contained in:
Sebastian Frank
2019-02-18 18:03:46 +01:00
parent 1187291938
commit db248328b9
41 changed files with 3437 additions and 3 deletions

14
website/config.yml Normal file
View File

@@ -0,0 +1,14 @@
Webserver:
Type: "apache" # generates .htaccess
Assets:
FromPath: "project-files"
ToPath: "project-files"
Action: "copy" # symlink, copy or move
FixTemplate: # change path in html templates, no <base> used
Find: "project-files/"
Replace: ""
OtherFiles:
Action: "copy"