mark2web/example/config.yml
2019-02-12 20:04:07 +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"