mark2web/example/config.yml
Sebastian Frank 70d7497eda
All checks were successful
continuous-integration/drone/push Build is passing
better project layout
2019-03-19 11:15:32 +01:00

13 lines
275 B
YAML

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"