-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
209 lines (209 loc) · 5.03 KB
/
_config.yml
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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
author: Chris Zuber
title: 20 & 30-Somethings Doing Some Things
url: 'https://20and30.netlify.com'
timezone: America/Los_Angeles
markdown: kramdown
version: 0.1.0
lang: en
dir: ltr
charset: utf-8
timezone: /US/Pacific
paginate: 5
paginate_path: "/page-:num/"
viewport: width=device-width
robots: 'follow,index'
referrer: origin-when-cross-origin
manifest: /manifest.json
tiles-config: /browserconfig.xml
service_worker: /service-worker.js
og-type: website
description: This group isn't just for doing some things; it's for doing some AWESOME things. Hiking, trail running, live music, the arts, nightlife, community events- if any of this sounds interesting, join us!
mobile-web-app-capable: true
publisher: 'https://plus.google.com/113117303106986445610'
# canonical: 'https://shgysk8zer0.github.io'
contextmenu: nav-menu
body-class: 'background-primary grid border-box cursor-default font-main'
feature-detect:
- details
- dialog
keywords:
- Bellingham WA
- live music
- events
- fun times
- hiking
- dining out
- new in town
- nighlife
- music
- outdoors
- adventure
- outdoor activities
- volunteering
- improv
repository:
username: superuserdev
title: 20and30
url: 'https://github.com/superuserdev/20and30'
twitter: SudoDevTeam
feed:
url: /feed.rss
type: application/rss+xml
icons: '/img/icons.svg'
theme-color: '#D72143'
background-color: '#242424'
discus-identifier: 20and30
google-analytics: UA-114369281-1
# ad-sense: ca-pub-7757418455191610
webmaster-verifications:
google: kgiFvPbMybum6IJwL2MgvOxQ_gAbdgqz0BhC8HaOAUg
# bing: B4BA0BE1916BB0AE8AFAC3ACC826DF57
scripts:
development:
- src: 'https://cdn.polyfill.io/v2/polyfill.min.js?unknown=polyfill&features=es6,MutationObserver,IntersectionObserver,IntersectionObserverEntry,Object.values,Object.entries,NodeList.prototype.@@iterator,Array.prototype.@@iterator&flags=gated'
type: application/javascript
crossorigin: anonymous
- src: /js/index.js
type: module
async: true
- src: /js/index.min.js
type: application/javascript
async: true
nomodule: true
production:
- src: 'https://cdn.polyfill.io/v2/polyfill.min.js?unknown=polyfill&features=es6,MutationObserver,IntersectionObserver,IntersectionObserverEntry,Object.values,Object.entries,NodeList.prototype.@@iterator,Array.prototype.@@iterator&flags=gated'
type: application/javascript
crossorigin: anonymous
- src: /js/index.min.js
type: application/javascript
async: true
stylesheets:
development:
- href: /css/styles/index.css
media: all
production:
- href: /css/styles/index.min.css
media: all
preload:
- href: /img/icons.svg
as: image
type: image/svg+xml
name: icons
- href: img/logos/facebook.svg
as: image
type: image/svg+xml
name: Facebook
- href: img/logos/twitter.svg
as: image
type: image/svg+xml
name: Twitter
- href: img/logos/google-plus.svg
as: image
type: image/svg+xml
name: Google+
- href: img/logos/reddit.svg
as: image
type: image/svg+xml
name: Reddit
- href: img/logos/linkedin.svg
as: image
type: image/svg+xml
name: LinkedIn
- href: img/logos/gmail.svg
as: image
type: image/svg+xml
name: Gmail
appicons:
- src: img/favicon.svg
sizes: any
type: image/svg+xml
- src: img/icon-512.png
sizes: 512x512
type: image/png
- src: img/icon-192.png
sizes: 192x192
type: image/png
screenshots:
- src: 'https://i.imgur.com/PpaFZCHl.png'
sizes: 640x354
type: image/png
defaults:
- scope:
path: _posts
values:
layout: post
author: Chris Zuber
permalink: /:categories/:year/:month/:day/:title/
comments: true
ads: false
index: true
- scope:
path: _drafts
values:
layout: post
author: Chris Zuber
permalink: /:categories/:year/:month/:day/:title/
comments: false
ads: false
plugins:
# - jekyll-gist
# - jekyll-youtube
# - jekyll-admin
- jekyll-watch
# - jekyll-avatar
# - jekyll-mentions
# - jekyll-github-metadata
- jekyll-paginate
# - jekyll-optional-front-matter
# - jekyll-readme-index
# - jekyll-titles-from-headings
# - jekyll-include-cache
# - jekyll-seo-tag
# - jemoji
# - jekyll-octicons
exclude:
- "*.rb"
- "*.gemspec"
- "*.php"
- "*.sh"
- "*.csv"
- "*.sfd"
- "*.ai"
- "*.psd"
- "*.sketch"
- "*.yml"
- "*.lock"
- "*.log"
- "/css/*.md"
- "/js/*.md"
- "/img/*.md"
- "/fonts/*.md"
- "/js/*.json"
- docs/
- "/css/*.json"
- "/img/*.json"
- "/js/*.html"
- Gemfile
- node_modules/
- palette.xml
- postcss.config.js
- postcss.config.json
- README.md
- LICENSE
- "*.config.js"
- "/img/octicons/test"
- "/img/octicons/*.js"
- "/img/octicons/*.md"
- "/img/octicons/LICENSE"
- "/img/octicons/lib/*.css"
- "/img/octicons/lib/octicons_gem"
- "/img/octicons/lib/octicons_node"
- "/img/octicons/lib/octicons_helper"
- "/img/octicons/lib/jekyll-octicons"
- "/img/octicons/script"
- "/img/adwaita-icons/docs"
- "/img/adwaita-icons/LICENSE"
- "css/core-css/docs"
- "css/normalize/*.html"
- "js/std-js/docs"
- "js/std-js/test"