mark2web/example/config.yml

13 lines
275 B
YAML
Raw Normal View History

2019-02-12 12:52:46 +01:00
Webserver:
Type: "apache" # generates .htaccess
2019-02-11 15:00:27 +01:00
2019-02-12 12:52:46 +01:00
Assets:
2019-02-12 19:09:25 +01:00
FromPath: "assets"
ToPath: "assets"
Action: "copy" # symlink, copy or move
FixTemplate: # change path in html templates, no <base> used
Find: "\\.\\./assets/"
Replace: ""
2019-02-12 20:04:07 +01:00
OtherFiles:
Action: "copy"