mark2web/_website/config.yml

15 lines
291 B
YAML
Raw Normal View History

2019-02-18 18:03:46 +01:00
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"