-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
44 lines (38 loc) · 890 Bytes
/
config.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
baseURL = "/"
enableEmoji = true
googleAnalytics = "UA-60902806-4"
languageCode = "en-us"
theme = "fortpolio"
title = "Michael E. Nelson"
resume = ""
cv = ""
publishDir = "public"
# TODO: consume GitHub API
githubUsername = ""
enableRobotsTXT = "true"
SectionPagesMenu = "main"
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Resume"
url = "/michael-e-nelson-resume.pdf"
weight = 2
[deployment]
[[deployment.targets]]
name = "michaelnetbiz"
URL = "s3://michaelnet.biz?region=us-east-1"
[[deployment.matchers]]
pattern = "^.+\\.(js|css|svg|ttf)$"
# Cache static assets for 1 year.
cacheControl = "max-age=31536000, no-transform, public"
gzip = true
[[deployment.matchers]]
pattern = "^.+\\.(png|jpg)$"
cacheControl = "max-age=31536000, no-transform, public"
gzip = false
[[deployment.matchers]]
pattern = "^.+\\.(html|xml|json)$"
gzip = true