j1-template 2023.0.2 → 2023.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_collection.html +26 -74
  3. data/_includes/themes/j1/layouts/content_generator_post.html +8 -2
  4. data/_includes/themes/j1/layouts/layout_metadata_generator.html +6 -0
  5. data/_includes/themes/j1/procedures/blocks/footer/boxes/social_media_icons.proc +22 -22
  6. data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +64 -19
  7. data/_includes/themes/j1/procedures/collections/pager.proc +127 -0
  8. data/_includes/themes/j1/procedures/posts/pager.proc +7 -3
  9. data/assets/data/banner.html +29 -18
  10. data/assets/data/panel.html +166 -120
  11. data/assets/themes/j1/adapter/js/navigator.js +77 -303
  12. data/assets/themes/j1/adapter/js/themer.js +106 -81
  13. data/assets/themes/j1/modules/themeSwitcher/js/_unsued/switcher.1.js +454 -0
  14. data/lib/j1/version.rb +1 -1
  15. data/lib/starter_web/Gemfile +3 -3
  16. data/lib/starter_web/README.md +5 -5
  17. data/lib/starter_web/_config.yml +23 -26
  18. data/lib/starter_web/_data/blocks/banner.yml +2 -1
  19. data/lib/starter_web/_data/blocks/panel.yml +7 -2
  20. data/lib/starter_web/_data/modules/attics.yml +2 -2
  21. data/lib/starter_web/_data/modules/defaults/navigator.yml +2 -2
  22. data/lib/starter_web/_data/modules/scroller.yml +5 -5
  23. data/lib/starter_web/_data/modules/themer.yml +0 -1
  24. data/lib/starter_web/_data/templates/feed.xml +1 -1
  25. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  26. data/lib/starter_web/assets/images/{triangles-bg.png → backgrounds/triangles-bg.png} +0 -0
  27. data/lib/starter_web/assets/images/icons/scalable/facebook.svg +34 -0
  28. data/lib/starter_web/assets/images/icons/scalable/google.svg +35 -0
  29. data/lib/starter_web/assets/images/icons/scalable/ibm.svg +24 -0
  30. data/lib/starter_web/assets/images/icons/scalable/microsoft.svg +42 -0
  31. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +98 -0
  32. data/lib/starter_web/collections/_biography/becoming.adoc +89 -0
  33. data/lib/starter_web/collections/_biography/born-to-run.adoc +92 -0
  34. data/lib/starter_web/collections/_biography/forty-autumns.adoc +91 -0
  35. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +85 -0
  36. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +88 -0
  37. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +90 -0
  38. data/lib/starter_web/package.json +2 -1
  39. data/lib/starter_web/pages/public/blog/navigator/archive/allview.html +1 -0
  40. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +1 -0
  41. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +1 -0
  42. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +1 -0
  43. data/lib/starter_web/pages/public/blog/navigator/index.html +2 -1
  44. data/lib/starter_web/pages/public/bookshelf/viewer_biography.adoc +62 -0
  45. data/lib/starter_web/pages/public/bookshelf/whats_up.adoc +287 -0
  46. data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +1 -0
  47. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  48. data/lib/starter_web/utilsrv/package.json +1 -1
  49. metadata +18 -11
  50. data/assets/themes/j1/core/css/icon-fonts/materialdesign-light.css +0 -1222
  51. data/assets/themes/j1/core/css/icon-fonts/materialdesign-light.min.css +0 -1
  52. data/assets/themes/j1/core/css/icon-fonts/materialdesign.css +0 -22307
  53. data/assets/themes/j1/core/css/icon-fonts/materialdesign.min.css +0 -1
  54. data/assets/themes/j1/core/css/icon-fonts/twemoji.css +0 -9499
  55. data/assets/themes/j1/core/css/icon-fonts/twemoji.min.css +0 -1
  56. data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.css +0 -8876
  57. data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.min.css +0 -5
@@ -0,0 +1,287 @@
1
+ ---
2
+ layout: page
3
+
4
+ title: What's up
5
+ tagline: Jekyll Collections Overview
6
+ date: 2020-11-03 12:00:00
7
+ description: >
8
+ Jekyll Collections Overview
9
+ categories: [ Jekyll, Collection ]
10
+ tags: [ Info, Overview ]
11
+
12
+ fam: true
13
+ fam_menu_id: open_toc
14
+
15
+ permalink: /pages/public/collections/whats_up/
16
+ regenerate: false
17
+
18
+ resource_options:
19
+ - attic:
20
+ padding_top: 400
21
+ padding_bottom: 50
22
+ opacity: 0.5
23
+ slides:
24
+ - url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
25
+ alt: giammarco-boscaro-1920x1280
26
+
27
+ regenerate: false
28
+ ---
29
+
30
+ // Page Initializer
31
+ // =============================================================================
32
+ // Enable the Liquid Preprocessor
33
+ :page-liquid:
34
+
35
+ // Set page (local) attributes here
36
+ // -----------------------------------------------------------------------------
37
+ // :page--attr: <attr-value>
38
+
39
+ // Place an excerpt at the most top position
40
+ // -----------------------------------------------------------------------------
41
+ Collections are Jekyll's most powerful and simultaneously least understood
42
+ feature. Collections add another possibility, or use-case, outside of Jekyll's
43
+ post- and page-publishing functionality. Collections have the potential to
44
+ bring Jekyll's zen-like simplicity to all sorts of other types of content that
45
+ aren't ordered as with posts (ordered by date), but have a set *relationship*
46
+ with one another - hence the name: _collection_.
47
+
48
+ [role="clearfix mb-3"]
49
+ excerpt__end
50
+
51
+
52
+ // Content
53
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
54
+ [[readmore]]
55
+ == Traditional - Posts and pages
56
+
57
+ Source: https://ben.balter.com/2015/02/20/jekyll-collections/[Ben Balter: Jekyll Collections]
58
+
59
+ {% if page.image.name %}
60
+ .{{page.tagline}}
61
+ [role="mb-5"]
62
+ image::{{page.image.name}}[{{page.title}}]
63
+ {% endif %}
64
+
65
+ Most Jekyll sites are organized around two types of content, posts (ordered)
66
+ and pages (un-ordered).
67
+
68
+ * *http://jekyllrb.com/docs/posts/[Posts]* are organized reverse
69
+ chronologically. You might use them for blog posts on a personal blog,
70
+ or articles on a news site. You can recognize a post by its filename.
71
+ Posts live in the `&#x5F;posts` folder, and are always named in the form of
72
+ `YYYY-MM-DD-post-title.md`. Because posts are dated, they're
73
+ traditionally not updated regularly once published.
74
+
75
+ * *http://jekyllrb.com/docs/pages/[Pages]* are documents that don't have
76
+ a relationship with one another. They can live anywhere within the
77
+ site's source directory and don't have a set naming pattern. If you have
78
+ a personal blog, you might have an `index.html` page
79
+ (https://ben.balter.com/[the site's main page which is used to list
80
+ posts]), or https://ben.balter.com/about/[an about me page], to name two
81
+ examples. Because pages aren't date specific, pages are often updated
82
+ over time to maintain accuracy.
83
+
84
+ The problem is, not everything you might want to publish using a Jekyll
85
+ falls cleanly into the those two categories of content. As I noted in
86
+ https://github.com/jekyll/jekyll/issues/1941[the original pitch], "If
87
+ people are using blog posts for a non-blog post thing, Jekyll has
88
+ already failed". That's where Jekyll's
89
+ http://jekyllrb.com/docs/collections/[collections] come in.
90
+
91
+
92
+ == Not a post, a page - but a collection?
93
+
94
+ Collections add another possibility, or use-case, outside of Jekyll's
95
+ post- and page-publishing functionality. Collections have the potential to
96
+ bring Jekyll's zen-like simplicity to all sorts of other types of content that
97
+ aren't ordered as with posts (ordered by date), but have a set _relationship_
98
+ with one another - hence the name: _collection_. If you're familiar with
99
+ traditional CMS's, you can think of collections like
100
+ http://codex.wordpress.org/Post_Types[WordPress custom post types] or
101
+ https://www.drupal.org/node/774728[Drupal custom content types], except
102
+ you do not need to program a specific class, learn any back-end
103
+ languages, and the syntax used to specify them is very easily readable.
104
+
105
+ What then, might you use collections for? Let's say you're making a
106
+ website for a bakery and want to list the different cupcakes varieties
107
+ you sell. You might use a collection called *cupcakes*. You'd create a
108
+ `&#x5F;cupcakes` folder, and would add `chocolate.md` or `vanilla.md` to it.
109
+ And just like posts or pages, your list of cupcakes would be accessible
110
+ as `site.cupcakes`.
111
+
112
+ You wouldn't want to use posts here, because cupcakes aren't
113
+ chronological, and likely wouldn't want to just use a page here, because
114
+ it's a notably different animal than a document that lists your location
115
+ and hours. Each cupcake in the cupcakes collection is related to
116
+ one-another in the sense that they're all cupcakes.
117
+
118
+ [NOTE]
119
+ ====
120
+ Collections are a very new feature to Jekyll, and according to the
121
+ official documentation may be subject to change
122
+ http://jekyllrb.com/docs/collections/[Jekyll Documentation on
123
+ Collections]; but you should not let that put you off of using them,
124
+ because Jekyll is open-source, which means you should trust the
125
+ community to work-together for the best common-case solution.
126
+ ====
127
+
128
+
129
+ === Collections in practice
130
+
131
+ But what if one day you decided to expand your offerings and sell
132
+ cookies in addition to cupcakes. Simply introduce a "cookies"
133
+ collection, adding `chocolate-chip.md` and `peanut-butter.md` to a
134
+ `&#x5F;cookies` directory, exposing the cookies as `site.cookies`. You'll
135
+ notice the collections concept start to show its value here. Pages
136
+ wouldn't make sense here, because you'd want to be able to list cupcakes
137
+ and cookies separately, and besides for both being baked goods, the one
138
+ cookie doesn't really share a relationship with a cupcake, at least not
139
+ in the same sense that cookies share with one another.
140
+
141
+ Of course you could at this stage, choose to have a more generic
142
+ collection `products`, which you could develop liquid layouts for, so
143
+ that you and other developers could get the basic functionality needed
144
+ to display all products, with specific includes for `cupcakes` and
145
+ `cookies`.
146
+
147
+ Abstractly, because they're not outputted by default, you can think of
148
+ collections somewhat like http://jekyllrb.com/docs/datafiles/[Jekyll's
149
+ `&#x5F;data` folder support], but with the potential to generate content, and
150
+ be placed into their own specific part of your Jekyll site, so a lot
151
+ more robust. Like `&#x5F;data` files, they can support arbitrary key/values
152
+ through frontmatter, but they also support a full content body (like
153
+ posts and pages), and can be broken out into separate files. If I wanted
154
+ to break out my bakery's hours, I might have a `&#x5F;data/hours.yml` file
155
+ that looked something like this:
156
+
157
+ [source,yaml]
158
+ ----
159
+ monday: 9-5
160
+ tuesday: 9-5
161
+ wednesday: 9-5
162
+ thursday: 9-5
163
+ friday: 9-3
164
+ ----
165
+
166
+ That makes sense, because my bakery's hours is a relatively small
167
+ dataset. But trying to represent all my baked goods in that format (or
168
+ worse posts), would quickly get out of hand. That type of information is
169
+ better represented as individual markdown files with front matter, not
170
+ one giant YAML file that will quickly become unwieldy with complexity;
171
+ and rather than create the data, and pages to display the data, or the
172
+ data and a plugin to turn it into pages; using collections allows the
173
+ site owner to focus on the content.
174
+
175
+ For a more concrete example, take a look at
176
+ https://github.com/github/choosealicense.com[the source] for
177
+ http://choosealicense.com[choosealicense.com] a site which helps explain
178
+ OpenSource licenses like the MIT or GPL license. There are pages like
179
+ "about" and "terms of service", but the actual licenses live in
180
+ https://github.com/github/choosealicense.com/tree/gh-pages/&#x5F;licenses[a
181
+ licenses collection] and are displayed via
182
+ https://github.com/github/choosealicense.com/blob/gh-pages/licenses.html[a
183
+ licensed page].
184
+
185
+ === Other use-cases
186
+
187
+ Of course this is not the only use-case, which is one of the benefits of
188
+ collections. You can turn on content generation to have the collection
189
+ contents automatically generated, or use the where syntax to get the
190
+ contents of specific collections to add common content, or devices to
191
+ your site.
192
+
193
+
194
+ == Using collections
195
+
196
+ The examples above were a slight simplification. There's one other step.
197
+ Before you can use a collection, you need to tell Jekyll about it. Going
198
+ back to our bakery example above, I might have a `&#x5F;config.yml` file that
199
+ looks something like this:
200
+
201
+ [source,yaml]
202
+ ----
203
+ collections:
204
+ - cupcakes
205
+ - cookies
206
+ ----
207
+
208
+ This tells Jekyll to look in the `&#x5F;cupcakes` and `&#x5F;cookies` folders
209
+ for documents, and to read them into the appropriate collection, including
210
+ http://jekyllrb.com/docs/frontmatter/[YAML front matter], just as it
211
+ would posts (but again, without the date, because collection documents
212
+ aren't date specific).
213
+
214
+ By default, collections are read in (and exposed as `site.[collection]`,
215
+ an alias per-collection), but not included in the final site; at least
216
+ not individually like you might expect posts or pages to. If you wanted
217
+ a page for each type of cupcake, you'd have to modify the `&#x5F;config.yml`
218
+ a bit:
219
+
220
+ [source,yaml]
221
+ ----
222
+ collections:
223
+ cupcakes:
224
+ output: true
225
+ permalink: /cupcakes/:path/
226
+ ----
227
+
228
+ That way, `&#x5F;cupcakes/chocolate.md` is outputted as
229
+ `cupcakes/chocolate/index.html` when the site is built and would be
230
+ accessible as `example.com/cupcakes/chocolate/`. The other advantage,
231
+ is, because the data is now structured and machine readable (rather than
232
+ in plain text), you could also use the `jsonify` filter to output that
233
+ same information as an API for use elsewhere.
234
+
235
+
236
+ === When to use a post, a page, or a collection
237
+
238
+ I like to think the decision looks roughly like this:
239
+
240
+ [source,console]
241
+ ----
242
+ +-------------------------------------+ +----------------+
243
+ | Can the things be logically grouped?|---No--->| Use pages |
244
+ +-------------------------------------+ +----------------+
245
+ |
246
+ Yes
247
+ |
248
+ V
249
+ +-------------------------------------+ +----------------+
250
+ | Are they grouped by date? |---No--->|Use a collection|
251
+ +-------------------------------------+ +----------------+
252
+ |
253
+ Yes
254
+ |
255
+ V
256
+ +-------------------------------------+
257
+ | Use posts |
258
+ +-------------------------------------+
259
+ ----
260
+
261
+ So if you're not about to open a bakery (if you do, please send
262
+ cookies); what might you use collections for? In short, any discrete
263
+ group of "things" that can be logically grouped by a common theme
264
+ (that's not their date). Here's a few examples:
265
+
266
+ * Listing employees on your company's "about" page (or a project's
267
+ maintainers)
268
+ * Documenting methods in an OpenSource project (or the project's that
269
+ use it, or the plugins available)
270
+ * Organizing jobs on your résumé (or talks given, papers written)
271
+ * https://github.com/blog/1939-how-github-uses-github-to-document-GitHub[Articles
272
+ on a support site]
273
+ * Recipes on your personal blog (or restaurant reviews, or dishes on a
274
+ menu)
275
+ * Students in a class (or courses being offered, or listing the faculty)
276
+ * Cheats, tips, tricks and walkthroughs for games (by platform)
277
+ * Creating re-usable content snippets for your site such as
278
+ testimonials, forms, sentences, buzz-words or call-outs
279
+ * And honestly just about anything else
280
+
281
+ Collections are a powerful (and often misunderstood) Jekyll feature, but
282
+ hopefully you've now got an idea or two for your next Jekyll project. Of
283
+ course, if you're looking to dig in to collections, be sure to check out
284
+ http://jekyllrb.com/docs/collections/[the formal documentation] for a
285
+ much more in-depth explanation.
286
+
287
+ Happy Jekylling!
@@ -2986,6 +2986,7 @@ endif::[]
2986
2986
  theme_slogans.UnoLight = 'A touch of light';
2987
2987
  theme_slogans.UnoDark = 'A night mode style';
2988
2988
  theme_slogans.Bootstrap = 'Bootstrap V5 default theme';
2989
+ theme_slogans.Agency = 'A popular Bootstrap V5 theme from StartBootstrap';
2989
2990
 
2990
2991
  theme_slogans.Cerulean = 'A calm blue sky';
2991
2992
  theme_slogans.Cosmo = 'An ode to Metro';
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2023.0.2",
4
+ "version": "2023.0.5",
5
5
  "description": "J1 Theme Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2023.0.2",
4
+ "version": "2023.0.5",
5
5
  "description": "J1 Theme Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: j1-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 2023.0.2
4
+ version: 2023.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - juergen_jekyll_one
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-01-05 00:00:00.000000000 Z
11
+ date: 2023-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -266,6 +266,7 @@ files:
266
266
  - _includes/themes/j1/procedures/blocks/footer/boxes/social_media_icons.proc
267
267
  - _includes/themes/j1/procedures/blocks/get_wave.proc
268
268
  - _includes/themes/j1/procedures/collections/create_collection_article_preview.proc
269
+ - _includes/themes/j1/procedures/collections/pager.proc
269
270
  - _includes/themes/j1/procedures/global/attributes_loader.proc
270
271
  - _includes/themes/j1/procedures/global/collect_frontmatter_options.proc
271
272
  - _includes/themes/j1/procedures/global/collect_page_options.proc
@@ -916,22 +917,14 @@ files:
916
917
  - assets/themes/j1/core/css/icon-fonts/fontawesome.min.css
917
918
  - assets/themes/j1/core/css/icon-fonts/iconify.css
918
919
  - assets/themes/j1/core/css/icon-fonts/iconify.min.css
919
- - assets/themes/j1/core/css/icon-fonts/materialdesign-light.css
920
- - assets/themes/j1/core/css/icon-fonts/materialdesign-light.min.css
921
- - assets/themes/j1/core/css/icon-fonts/materialdesign.css
922
- - assets/themes/j1/core/css/icon-fonts/materialdesign.min.css
923
920
  - assets/themes/j1/core/css/icon-fonts/mdi.css
924
921
  - assets/themes/j1/core/css/icon-fonts/mdi.min.css
925
922
  - assets/themes/j1/core/css/icon-fonts/mdil.css
926
923
  - assets/themes/j1/core/css/icon-fonts/mdil.min.css
927
- - assets/themes/j1/core/css/icon-fonts/twemoji.css
928
- - assets/themes/j1/core/css/icon-fonts/twemoji.min.css
929
924
  - assets/themes/j1/core/css/nbinteract-tutorial/styles.css
930
925
  - assets/themes/j1/core/css/nbinteract-tutorial/styles.min.css
931
926
  - assets/themes/j1/core/css/themes/bootstrap/bootstrap.css
932
927
  - assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css
933
- - assets/themes/j1/core/css/themes/theme_vapor/bootstrap.css
934
- - assets/themes/j1/core/css/themes/theme_vapor/bootstrap.min.css
935
928
  - assets/themes/j1/core/css/themes/unodark/bootstrap.css
936
929
  - assets/themes/j1/core/css/themes/unodark/bootstrap.min.css
937
930
  - assets/themes/j1/core/css/themes/unolight/bootstrap.css
@@ -1585,6 +1578,7 @@ files:
1585
1578
  - assets/themes/j1/modules/sponsors/css/plans.css
1586
1579
  - assets/themes/j1/modules/themeSwitcher/LICENSE
1587
1580
  - assets/themes/j1/modules/themeSwitcher/README.md
1581
+ - assets/themes/j1/modules/themeSwitcher/js/_unsued/switcher.1.js
1588
1582
  - assets/themes/j1/modules/themeSwitcher/js/switcher.js
1589
1583
  - assets/themes/j1/modules/themeSwitcher/js/switcher.min.js
1590
1584
  - assets/themes/j1/modules/translator/css/translator.css
@@ -1902,6 +1896,7 @@ files:
1902
1896
  - lib/starter_web/_plugins/seo/j1-feed.rb
1903
1897
  - lib/starter_web/_plugins/seo/j1-seo-tags.rb
1904
1898
  - lib/starter_web/_plugins/seo/j1-sitemap.rb
1899
+ - lib/starter_web/assets/images/backgrounds/triangles-bg.png
1905
1900
  - lib/starter_web/assets/images/badges/configBinder.png
1906
1901
  - lib/starter_web/assets/images/badges/docsBinder.png
1907
1902
  - lib/starter_web/assets/images/badges/notebookBinder.png
@@ -1997,6 +1992,10 @@ files:
1997
1992
  - lib/starter_web/assets/images/icons/os/windows/windows_flags_color.ico
1998
1993
  - lib/starter_web/assets/images/icons/os/windows/windows_hdd.ico
1999
1994
  - lib/starter_web/assets/images/icons/os/windows/windows_store.ico
1995
+ - lib/starter_web/assets/images/icons/scalable/facebook.svg
1996
+ - lib/starter_web/assets/images/icons/scalable/google.svg
1997
+ - lib/starter_web/assets/images/icons/scalable/ibm.svg
1998
+ - lib/starter_web/assets/images/icons/scalable/microsoft.svg
2000
1999
  - lib/starter_web/assets/images/icons/social/amazon.png
2001
2000
  - lib/starter_web/assets/images/icons/social/behance.png
2002
2001
  - lib/starter_web/assets/images/icons/social/blogger.png
@@ -2418,7 +2417,6 @@ files:
2418
2417
  - lib/starter_web/assets/images/quotes/people.jpg
2419
2418
  - lib/starter_web/assets/images/sticker/600x600/sticker-new-version.png
2420
2419
  - lib/starter_web/assets/images/sticker/scalable/readme
2421
- - lib/starter_web/assets/images/triangles-bg.png
2422
2420
  - lib/starter_web/assets/videos/gallery/dailymotion/meditation.jpg
2423
2421
  - lib/starter_web/assets/videos/gallery/dailymotion/pilates.jpg
2424
2422
  - lib/starter_web/assets/videos/gallery/html5/video1.mp4
@@ -2444,6 +2442,13 @@ files:
2444
2442
  - lib/starter_web/assets/videos/headers/present_videos/underground-broadway.mp4
2445
2443
  - lib/starter_web/assets/videos/tiktok/einhorn.jpg
2446
2444
  - lib/starter_web/assets/videos/tiktok/waluschka.jpg
2445
+ - lib/starter_web/collections/_biography/a-life-in-questions.adoc
2446
+ - lib/starter_web/collections/_biography/becoming.adoc
2447
+ - lib/starter_web/collections/_biography/born-to-run.adoc
2448
+ - lib/starter_web/collections/_biography/forty-autumns.adoc
2449
+ - lib/starter_web/collections/_biography/not-dead-yet.adoc
2450
+ - lib/starter_web/collections/_biography/princess-diarist-the.adoc
2451
+ - lib/starter_web/collections/_biography/when-breath-becomes-air.adoc
2447
2452
  - lib/starter_web/collections/asciidoc_skeletons/simple-post/_posts/yyyy-mm-dd-your-post-name.asciidoc
2448
2453
  - lib/starter_web/collections/posts/private/_posts/readme
2449
2454
  - lib/starter_web/collections/posts/protected/_posts/readme
@@ -2512,6 +2517,8 @@ files:
2512
2517
  - lib/starter_web/pages/public/blog/navigator/archive/dateview.html
2513
2518
  - lib/starter_web/pages/public/blog/navigator/archive/tagview.html
2514
2519
  - lib/starter_web/pages/public/blog/navigator/index.html
2520
+ - lib/starter_web/pages/public/bookshelf/viewer_biography.adoc
2521
+ - lib/starter_web/pages/public/bookshelf/whats_up.adoc
2515
2522
  - lib/starter_web/pages/public/features/general.adoc
2516
2523
  - lib/starter_web/pages/public/features/template.adoc
2517
2524
  - lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc