Skip to content

Commit 33f128b

Browse files
mmistakesjesuswasrasta
authored andcommitted
Lock demo site at version 4.18.1
ref: mmistakes#2429
1 parent fe1868e commit 33f128b

File tree

1 file changed

+139
-113
lines changed

1 file changed

+139
-113
lines changed

test/_config.yml

+139-113
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,29 @@
55
# For technical reasons, this file is *NOT* reloaded automatically when you use
66
# `jekyll serve`. If you change this file, please restart the server process.
77

8-
theme : "minimal-mistakes-jekyll"
8+
remote_theme : "mmistakes/[email protected]"
9+
910
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
1011

1112
# Site Settings
1213
locale : "en-US"
1314
title : "Minimal Mistakes"
1415
title_separator : "-"
15-
subtitle : "Development Test Site"
16-
name : "Your Name"
17-
description : "Minimal Mistakes theme test."
18-
url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
19-
baseurl : "/test"
20-
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
16+
subtitle : "A Jekyll theme"
17+
name : &name "Michael Rose" # &name is a YAML anchor which can be *referenced later
18+
description : &description "A flexible Jekyll theme for your blog or site with a minimalist aesthetic."
19+
url : https://mmistakes.github.io # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
20+
baseurl : "/minimal-mistakes" # the subpath of your site, e.g. "/blog"
21+
repository : "mmistakes/minimal-mistakes"
2122
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
22-
logo : "/assets/images/apple-touch-icon.png" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
23-
masthead_title : "Custom Title" # overrides the website title displayed in the masthead, use " " for no title
23+
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
24+
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
2425
# breadcrumbs : false # true, false (default)
2526
words_per_minute : 200
2627
comments:
27-
provider : # false (default), "disqus", "discourse", "facebook", "staticman", "utterances", "custom"
28+
provider : "false" # false (default), "disqus", "discourse", "facebook", "staticman_v2", "staticman", "utterances", "custom"
2829
disqus:
29-
shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
30+
shortname :
3031
discourse:
3132
server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
3233
facebook:
@@ -38,95 +39,104 @@ comments:
3839
theme : # "github-light" (default), "github-dark"
3940
issue_term : # "pathname" (default)
4041
staticman:
41-
allowedFields : ['name', 'email', 'url', 'message']
42-
branch : # "master", "gh-pages"
43-
commitMessage : "New comment by {fields.name}"
44-
filename : comment-{@timestamp}
45-
format : "yml"
46-
moderation : true
47-
path : "_data/comments/{options.slug}"
48-
requiredFields : ['name', 'email', 'message']
42+
allowedFields : # ['name', 'email', 'url', 'message']
43+
branch : # "master"
44+
commitMessage : # "New comment by {fields.name}"
45+
filename : # comment-{@timestamp}
46+
format : # "yml"
47+
moderation : # true
48+
path : # "_data/comments/{options.slug}"
49+
requiredFields : # ['name', 'email', 'message']
4950
transforms:
50-
email : "md5"
51+
email : # "md5"
5152
generatedFields:
5253
date:
53-
type : "date"
54+
type : # "date"
5455
options:
55-
format : "iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
56+
format : # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
5657
endpoint : # URL of your own deployment with trailing slash, will fallback to the public instance
58+
reCaptcha:
59+
siteKey : # "6LdRBykTAAAAAFB46MnIu6ixuxwu9W1ihFF8G60Q"
60+
secret : # "PznnZGu3P6eTHRPLORniSq+J61YEf+A9zmColXDM5icqF49gbunH51B8+h+i2IvewpuxtA9TFoK68TuhUp/X3YKmmqhXasegHYabY50fqF9nJh9npWNhvITdkQHeaOqnFXUIwxfiEeUt49Yoa2waRR7a5LdRAP3SVM8hz0KIBT4="
61+
5762
atom_feed:
5863
path : # blank (default) uses feed.xml
64+
5965
search : true # true, false (default)
6066
search_full_content : true # true, false (default)
61-
search_provider : "lunr"
67+
search_provider : algolia # lunr (default), algolia
6268
algolia:
63-
application_id : "QB6HVGBSBA"
64-
index_name : "dev_minimal-mistakes"
65-
search_only_api_key : "9d5014e5bbc77372547bce778dfa5663"
66-
powered_by : true
69+
application_id : QB6HVGBSBA # YOUR_APPLICATION_ID
70+
index_name : minimal_mistakes # YOUR_INDEX_NAME
71+
search_only_api_key : 9d5014e5bbc77372547bce778dfa5663 # YOUR_SEARCH_ONLY_API_KEY
72+
powered_by : true # true (default), false
73+
files_to_exclude:
74+
- _posts/2017-11-28-post-exclude-search.md
6775

6876
# SEO Related
69-
google_site_verification :
77+
google_site_verification : "UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y" # Replace this with your ID, or delete
7078
bing_site_verification :
7179
yandex_site_verification :
80+
naver_site_verification :
7281

7382
# Social Sharing
7483
twitter:
75-
username : "mmistakes"
84+
username : &twitter "mmistakes"
7685
facebook:
77-
username :
86+
username : &facebook "michaelrose"
7887
app_id :
7988
publisher :
80-
og_image : "/assets/images/bio-photo.jpg"
81-
# For specifying social profiles
89+
og_image : "/assets/images/site-logo.png" # Open Graph/Twitter default site image
90+
# For specifying social profiles, used in _includes/seo.html
8291
# - https://developers.google.com/structured-data/customize/social-profiles
8392
social:
8493
type : # Person or Organization (defaults to Person)
8594
name : # If the user or organization name differs from the site's name
8695
links: # An array of links to social media profiles
87-
- https://twitter.com/
88-
- https://github.com/
96+
- "https://twitter.com/mmistakes"
97+
- "https://www.facebook.com/michaelrose"
8998

9099
# Analytics
91100
analytics:
92-
provider : false # false (default), "google", "google-universal", "custom"
101+
provider : "google-universal" # false (default), "google", "google-universal", "custom"
93102
google:
94-
tracking_id :
103+
tracking_id : "UA-2011187-3" # Replace this with your ID, or delete
104+
anonymize_ip : true
95105

96106

97107
# Site Author
98108
author:
99-
name : "Your Name"
100-
avatar : "/assets/images/bio-photo.jpg"
101-
bio : "I am an **amazing** person."
102-
location : "Somewhere"
109+
name : *name # *name is a YAML reference pointing to the &anchor earlier
110+
avatar : "/assets/images/michael-rose.jpg"
111+
bio : "Just another *boring*, *tattooed*, *time traveling*, *designer*."
112+
location : "Buffalo, NY"
103113
links:
104-
- label: "Your Website"
114+
- label: "Made Mistakes"
105115
icon: "fas fa-fw fa-link"
106-
url: "https://your-site.com"
116+
url: "https://mademistakes.com"
107117
- label: "Twitter"
108118
icon: "fab fa-fw fa-twitter-square"
109-
url: "https://twitter.com/"
119+
url: "https://twitter.com/mmistakes"
110120
- label: "GitHub"
111121
icon: "fab fa-fw fa-github"
112-
url: "https://github.com/"
122+
url: "https://github.com/mmistakes"
113123
- label: "Instagram"
114124
icon: "fab fa-fw fa-instagram"
115-
url: "https://instagram.com/"
125+
url: "https://instagram.com/mmistakes"
116126

117127

118128
# Site Footer
119129
footer:
120130
links:
121131
- label: "Twitter"
122132
icon: "fab fa-fw fa-twitter-square"
123-
url: "https://twitter.com/"
133+
url: "https://twitter.com/mmistakes"
124134
- label: "GitHub"
125135
icon: "fab fa-fw fa-github"
126-
url: "https://github.com/"
136+
url: "https://github.com/mmistakes"
127137
- label: "Instagram"
128138
icon: "fab fa-fw fa-instagram"
129-
url: "https://instagram.com/"
139+
url: "https://instagram.com/mmistakes"
130140

131141

132142
# Reading Files
@@ -163,10 +173,6 @@ keep_files:
163173
encoding: "utf-8"
164174
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
165175

166-
# Liquid
167-
strict_front_matter: true
168-
liquid:
169-
error_mode: strict
170176

171177
# Conversion
172178
markdown: kramdown
@@ -188,6 +194,82 @@ kramdown:
188194
enable_coderay: false
189195

190196

197+
# Collections
198+
collections:
199+
docs:
200+
output: true
201+
permalink: /:collection/:path/
202+
recipes:
203+
output: true
204+
permalink: /:collection/:path/
205+
pets:
206+
output: true
207+
permalink: /:collection/:path/
208+
portfolio:
209+
output: true
210+
permalink: /:collection/:path/
211+
212+
213+
# Defaults
214+
defaults:
215+
# _posts
216+
- scope:
217+
path: ""
218+
type: posts
219+
values:
220+
layout: single
221+
author_profile: true
222+
read_time: true
223+
comments: true
224+
share: true
225+
related: true
226+
# _pages
227+
- scope:
228+
path: "_pages"
229+
type: pages
230+
values:
231+
layout: single
232+
author_profile: true
233+
# _docs
234+
- scope:
235+
path: ""
236+
type: docs
237+
values:
238+
layout: single
239+
read_time: false
240+
author_profile: false
241+
share: false
242+
comments: false
243+
sidebar:
244+
nav: "docs"
245+
# _recipes
246+
- scope:
247+
path: ""
248+
type: recipes
249+
values:
250+
layout: single
251+
author_profile: true
252+
share: true
253+
comments: true
254+
# _pets
255+
- scope:
256+
path: ""
257+
type: pets
258+
values:
259+
layout: single
260+
author_profile: true
261+
share: true
262+
comment: true
263+
# _portfolio
264+
- scope:
265+
path: ""
266+
type: portfolio
267+
values:
268+
layout: single
269+
author_profile: false
270+
share: true
271+
272+
191273
# Sass/SCSS
192274
sass:
193275
sass_dir: _sass
@@ -196,9 +278,9 @@ sass:
196278

197279
# Outputting
198280
permalink: /:categories/:title/
199-
paginate: 5 # amount of posts to show
200-
paginate_path: /page:num/
201-
timezone: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
281+
# paginate: 5 # amount of posts to show
282+
# paginate_path: /page:num/
283+
timezone: America/New_York # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
202284

203285

204286
# Plugins (previously gems:)
@@ -207,6 +289,7 @@ plugins:
207289
- jekyll-sitemap
208290
- jekyll-gist
209291
- jekyll-feed
292+
- jemoji
210293
- jekyll-include-cache
211294

212295
# mimic GitHub Pages with --safe
@@ -215,6 +298,7 @@ whitelist:
215298
- jekyll-sitemap
216299
- jekyll-gist
217300
- jekyll-feed
301+
- jemoji
218302
- jekyll-include-cache
219303

220304

@@ -253,61 +337,3 @@ compress_html:
253337
clippings: all
254338
ignore:
255339
envs: development
256-
257-
258-
# Collections
259-
collections:
260-
recipes:
261-
output: true
262-
permalink: /:collection/:path/
263-
pets:
264-
output: true
265-
permalink: /:collection/:path/
266-
portfolio:
267-
output: true
268-
permalink: /:collection/:path/
269-
270-
271-
# Defaults
272-
defaults:
273-
# _posts
274-
- scope:
275-
path: ""
276-
type: posts
277-
values:
278-
layout: single
279-
author_profile: true
280-
read_time: true
281-
share: true
282-
related: true
283-
# _pages
284-
- scope:
285-
path: "_pages"
286-
type: pages
287-
values:
288-
layout: single
289-
author_profile: true
290-
# _recipes
291-
- scope:
292-
path: ""
293-
type: recipes
294-
values:
295-
layout: single
296-
author_profile: true
297-
share: true
298-
# _pets
299-
- scope:
300-
path: ""
301-
type: pets
302-
values:
303-
layout: single
304-
author_profile: true
305-
share: true
306-
# _portfolio
307-
- scope:
308-
path: ""
309-
type: portfolio
310-
values:
311-
layout: single
312-
author_profile: false
313-
share: true

0 commit comments

Comments
 (0)