mark2web/website/config.yml
Sebastian Frank 5624c7af87
Some checks failed
continuous-integration/drone/push Build is failing
disable brotli support without CGO
2019-03-21 16:12:55 +01:00

22 lines
424 B
YAML

Webserver:
Type: "apache" # generates .htaccess
Assets:
Compress: True
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"
Compress:
Brotli: True
GZIP: True
Extensions:
.html: text/html
.css: text/css
.js: text/javascript