forked from mattcone/markdown-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetlify.toml
42 lines (35 loc) · 849 Bytes
/
netlify.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[build]
publish = "_site/"
command = "JEKYLL_ENV=production jekyll build"
[build.processing]
skip_processing = false
[build.processing.css]
bundle = true
minify = true
[build.processing.js]
bundle = true
minify = true
[build.processing.html]
pretty_urls = false
[build.processing.images]
compress = true
[[redirects]]
from = "/assets/book/markdown-guide.pdf"
to = "/book/"
[[redirects]]
from = "/assets/book/markdown-guide.epub"
to = "/book/"
[[redirects]]
from = "/assets/book/markdown-guide.mobi"
to = "/book/"
[[redirects]]
from = "/tools/modako/"
to = "/tools/madoko/"
[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
X-Content-Type-Options = "nosniff"
Referrer-Policy = "strict-origin-when-cross-origin"
Permissions-Policy="interest-cohort=()"