-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
183 lines (183 loc) · 3.88 KB
/
_config.yml
File metadata and controls
183 lines (183 loc) · 3.88 KB
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
author: Chris Zuber
title: The Coffee Mill Cafe
url: 'https://compassionate-engelbart-d0e039.netlify.com'
markdown: kramdown
version: 1.0.0
timezone: America/Los_Angeles
lang: en
dir: ltr
charset: utf-8
logo: logo
paginate: 8
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: "The Coffee Mill Cafe"
mobile-web-app-capable: true
# publisher: ''
# canonical: ''
contextmenu: nav-menu
body-class: 'background-primary grid border-box cursor-default font-main'
feature-detect:
- details
- dialog
keywords:
- coffee
# repository:
# username:
# title:
# url:
# twitter:
# feed:
# url: /feed.rss
# type: application/rss+xml
icons: '/img/icons.svg'
theme-color: '#477819'
background-color: '#242424'
# discus-identifier:
# google-analytics:
# ad-sense:
# webmaster-verifications:
# google:
# bing:
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
async: true
- 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
async: true
- 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/Zu7oPazl.jpg'
sizes: 640x300
type: image/jpeg
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: /posts/:categories/:year/:month/:day/:title/
comments: false
ads: false
plugins:
- jekyll-watch
- jekyll-paginate
include:
- _headers
- _redirects
exclude:
- "*.rb"
- "*.gemspec"
- "*.php"
- "*.sh"
- "*.csv"
- "*.sfd"
- "*.ai"
- "*.psd"
- "*.sketch"
- "*.yml"
- "*.lock"
- "*.log"
- "/css/*.md"
- "/js/*.md"
- "/img/*.md"
- "/fonts/*.md"
- "/js/*.json"
- "/package.json"
- "/package-lock.json"
- "/js/svg4everybody/dist/"
- "/js/svg4everybody/test/"
- "/css/animate.css/source/"
- docs/
- "/css/*.json"
- "/img/*.json"
- "/js/*.html"
- Gemfile
- node_modules/
- palette.xml
- postcss.config.js
- postcss.config.json
- README.md
- LICENSE
- "*.config.js"
- "/img/adwaita-icons/docs"
- "/img/adwaita-icons/LICENSE"
- "css/core-css/docs"
- "css/normalize/*.html"
- "js/std-js/docs"
- "js/std-js/test"