-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
89 lines (80 loc) · 2.05 KB
/
config.yaml
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
baseUrl: https://jay.jvf.cc/
languageCode: en-us
theme: terminal
paginate: 5
params:
# dir name of your blog content (default is `content/posts`)
contentTypeName: posts
# ["orange", "blue", "red", "green", "pink"]
themeColor: green
# if you set this to 0, only submenu trigger will be visible
showMenuItems: 5
# show selector to switch language
showLanguageSelector: false
# set theme to full screen width
fullWidthTheme: true
# center theme with default width
centerTheme: false
sectionPagesMenu: posts
languages:
en:
params:
languageName: English
title: Thoughts from Jay
subtitle: Jay Faulkner's Personal Blog
keywords: ''
menuMore: Show more
readMore: Read more
readOtherPosts: Read other posts
logo:
logoText: jay.jvf.cc
logoHomeLink: /
menu:
main:
- identifier: publications
name: Publications/Talks
url: /publications
weight: 97
- identifier: about
name: About Jay
url: /about
weight: 98
- identifier: socials
name: Find me at...
- identifier: mastodon
name: https://oldos.me/@Jay
url: https://oldos.me/@Jay
parent: socials
weight: 1
- identifier: youtube
name: YouTube.com/jayofdoom
url: https://www.youtube.com/jayofdoom
parent: socials
weight: 2
- identifier: Linkedin
name: LinkedIn.com/in/jayfaulkner
url: https://www.linkedin.com/in/jayfaulkner
parent: socials
weight: 3
- identifier: email
name: 'jay at jvf dot cc (email)'
url: mailto:jay-at-jvf-cc
parent: socials
weight: 99
deployment:
order: [".jpg$", ".gif$"]
targets:
name: "google jay.jvf.cc"
URL: "gs://jay.jvf.cc"
matchers:
- pattern: "^.+\\.(js|css|svg|ttf)$"
cacheControl: "max-age=31536000, no-transform, public"
gzip: true
- pattern: "^.+\\.(png|jpg)$"
cacheControl: "max-age=31536000, no-transform, public"
gzip: false
- pattern: "^sitemap\\.xml$"
contentType: "application/xml"
gzip: true
- pattern: "^.+\\.(html|xml|json)$"
gzip: true