-
Notifications
You must be signed in to change notification settings - Fork 2
/
hugo.yaml
169 lines (152 loc) · 4.46 KB
/
hugo.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
baseURL: "https://loganmarchione.com"
languageCode: "en-us"
title: Logan Marchione
paginate: 10
permalinks:
posts: /:year/:month/:title/
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: true
outputs:
home:
- HTML
- RSS
- JSON
minify:
disableXML: true
minifyOutput: false
module:
imports:
- path: github.com/adityatelange/hugo-PaperMod
- path: github.com/foo-dogsquared/hugo-mod-simple-icons
- path: github.com/loganmarchione/homelab-svg-assets
mounts:
- source: assets
target: assets/svg/homelab-svg-assets
deployment:
targets:
- name: loganmarchione-dev
URL: "s3://loganmarchione-dev?region=us-east-2"
cloudFrontDistributionID: CLOUDFRONT_DISTRIBUTION_DEV
- name: loganmarchione-com
URL: "s3://loganmarchione-com?region=us-east-2"
cloudFrontDistributionID: CLOUDFRONT_DISTRIBUTION_PRD
matchers:
# cached with gzip compression enabled
- pattern: "^.+\\.(js|css|md|otf|svg|ttf|txt)$"
cacheControl: "max-age=604800, no-transform, public"
gzip: true
# cached with gzip compression disabled
- pattern: "^.+\\.(bmp|gif|ico|jpeg|jpg|mp3|mp4|pdf|png|rss|tiff|woff|woff2)$"
cacheControl: "max-age=604800, no-transform, public"
gzip: false
# sitemap gets a special content-type header
- pattern: "^sitemap\\.xml$"
contentType: "application/xml"
cacheControl: "max-age=3600, no-transform, public"
gzip: true
# cached with gzip compression enabled
- pattern: "^.+\\.(html|json|xml)$"
cacheControl: "max-age=3600, no-transform, public"
gzip: true
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: "Logan Marchione"
description: "Logan Marchione"
author: Me
#images: ["<link or path of image for opengraph, twitter-cards>"]
defaultTheme: auto
disableThemeToggle: false
ShowReadingTime: true
ShowWordCount: true
ShowShareButtons: true
disableSpecial1stPost: true
comments: false
hidemeta: false
ShowToc: true
TocOpen: false
DateFormat: "2006-01-02"
assets:
disableHLJS: true
disableFingerprinting: false
favicon: "/assets/favicon/favicon_loganmarchione_logo.svg"
favicon16x16: "/assets/favicon/favicon_loganmarchione_logo.svg"
favicon32x32: "/assets/favicon/favicon_loganmarchione_logo.svg"
apple_touch_icon: "/assets/favicon/apple-touch-icon.png"
safari_pinned_tab: "/assets/favicon/favicon_loganmarchione_logo.svg"
label:
text: "Logan Marchione"
icon: /assets/favicon/favicon_loganmarchione_logo.svg
iconHeight: 35
# home-info mode
# homeInfoParams:
# Title: "Hi there \U0001F44B"
# Content: >
# My name is Logan Marchione, and this is my sandbox on the web to learn about the internet, crypto{graphy,currency}, Linux, hosting, code, etc...
#
# - I also use this space to share and document ideas for future reference.
#
# - I hope you find something of value here! Enjoy!
# socialIcons:
# - name: RSS
# url: "index.xml"
cover:
hidden: false
hiddenInList: false
hiddenInSingle: false
linkFullImages: false
# for search
# https://fusejs.io/api/options.html
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
menu:
main:
- identifier: about
name: About
url: /about
weight: 20
# - identifier: contact
# name: Contact
# url: /contact
# weight: 30
- identifier: privacy
name: Privacy
url: /privacy
weight: 30
- identifier: search
name: Search
url: /search
weight: 30
# - identifier: categories
# name: Categories
# url: /categories/
# weight: 50
- identifier: rss
name: RSS
url: /index.xml
weight: 60
# - identifier: posts
# name: All posts
# url: posts
# weight: 70
privacy:
disqus:
disable: true
googleAnalytics:
disable: true
instagram:
disable: true
twitter:
disable: true
vimeo:
disable: true
youtube:
disable: true