-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnetlify.toml
59 lines (45 loc) · 1.6 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[build]
command = "hugo --gc --minify -b $URL"
publish = "public"
[build.environment]
HUGO_VERSION = "0.101.0"
HUGO_ENABLEGITINFO = "true"
[context.production.environment]
HUGO_ENV = "production"
[context.deploy-preview]
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
[context.branch-deploy]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
[context.branch-deploy.processing.css]
# work around bug: https://answers.netlify.com/t/bug-bundle-css-option-produces-invalid-markup-when-link-attributes-contain-quotes/49680
bundle = false
[[plugins]]
package = "netlify-plugin-hugo-cache-resources"
[plugins.inputs]
debug = true
[[headers]]
for = "*.webmanifest"
[headers.values]
Content-Type = "application/manifest+json; charset=UTF-8"
[[headers]]
for = "index.xml"
[headers.values]
Content-Type = "application/rss+xml"
[[redirects]]
from = "/epicblog"
to = "https://bair.berkeley.edu/blog/2021/04/20/epic/"
[[redirects]]
from = "/epicpaper"
to = "https://arxiv.org/pdf/2006.13900.pdf"
[[redirects]]
from = "/epicsrc"
to = "https://github.com/HumanCompatibleAI/evaluating-rewards"
[[redirects]]
from = "/eagx-india-2023"
to = "https://docs.google.com/presentation/d/1pRFdIxqdgeELOJLQcwGBSvZ9FB1lA2S2ZGtJkWH5pI8/edit#slide=id.g44121111731f62b8_246"
[[redirects]]
from = "/eag-boston-2023"
to = "https://docs.google.com/presentation/d/11yM7FgI-GgXGKDUmobU21JMGy8msAaWpYtNASRg40hk/edit?usp=sharing"
[[redirects]]
from = "/nola-2023"
to = "https://docs.google.com/presentation/d/1ETnkRJLyCWv5nYl9G4ddGTjqegCrrj8-7r-IdvAb4Yw/edit?usp=sharing"