reorganized code
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sebastian Frank
2019-03-18 13:34:52 +01:00
parent 6b34509d9a
commit b2e0d78a2c
120 changed files with 1034 additions and 1067 deletions

13
_example/config.yml Normal file
View File

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