j1-template 2021.1.17 → 2021.1.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +1 -1
  3. data/_includes/themes/j1/layouts/content_generator_collection.html +1 -1
  4. data/_includes/themes/j1/layouts/content_generator_post.html +6 -4
  5. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +2 -2
  6. data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -1
  7. data/assets/data/authclient.html +1 -0
  8. data/assets/data/banner.html +1 -0
  9. data/assets/data/carousel.json +1 -0
  10. data/assets/data/cookieconsent.html +1 -0
  11. data/assets/data/fam.html +1 -0
  12. data/assets/data/footer.html +1 -0
  13. data/assets/data/galleries.json +1 -0
  14. data/assets/data/gallery_customizer.html +1 -0
  15. data/assets/data/mdi_icons.json +1 -0
  16. data/assets/data/menu.html +1 -0
  17. data/assets/data/mmenu.html +1 -0
  18. data/assets/data/mmenu_sidebar.html +1 -0
  19. data/assets/data/mmenu_toc.html +1 -0
  20. data/assets/data/panel.html +1 -0
  21. data/assets/data/quicklinks.html +1 -0
  22. data/assets/data/themes.json +1 -0
  23. data/assets/data/twa_v1.json +1 -0
  24. data/assets/error_pages/HTTP204.html +17 -2
  25. data/assets/error_pages/HTTP400.html +17 -2
  26. data/assets/error_pages/HTTP401.html +17 -2
  27. data/assets/error_pages/HTTP403.html +17 -2
  28. data/assets/error_pages/HTTP404.html +17 -2
  29. data/assets/error_pages/HTTP444.html +17 -2
  30. data/assets/error_pages/HTTP500.html +17 -2
  31. data/assets/error_pages/HTTP501.html +17 -2
  32. data/assets/error_pages/HTTP502.html +17 -2
  33. data/assets/error_pages/HTTP503.html +17 -3
  34. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +21 -42
  35. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
  36. data/lib/j1/version.rb +1 -1
  37. data/lib/starter_web/Gemfile +1 -1
  38. data/lib/starter_web/_config.yml +7 -1
  39. data/lib/starter_web/_data/j1_config.yml +9 -7
  40. data/lib/starter_web/_data/modules/defaults/quicksearch.yml +6 -5
  41. data/lib/starter_web/_data/modules/quicksearch.yml +4 -1
  42. data/lib/starter_web/_includes/attributes.asciidoc +1 -1
  43. data/lib/starter_web/_plugins/lunr_index.rb +5 -1
  44. data/lib/starter_web/index.html +5 -2
  45. data/lib/starter_web/package.json +1 -1
  46. data/lib/starter_web/pages/public/asciidoc_skeletons/book/000_intro.adoc +2 -2
  47. data/lib/starter_web/pages/public/asciidoc_skeletons/book/100_chapter.adoc +2 -2
  48. data/lib/starter_web/pages/public/asciidoc_skeletons/book/200_chapter.adoc +2 -2
  49. data/lib/starter_web/pages/public/asciidoc_skeletons/book/900_references.adoc +2 -2
  50. data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.adoc +2 -2
  51. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/100_chapter.asciidoc +2 -2
  52. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/200_chapter.asciidoc +2 -2
  53. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +2 -2
  54. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +2 -2
  55. data/lib/starter_web/pages/public/blog/navigator/archive.html +7 -6
  56. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +3 -3
  57. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +11 -11
  58. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +9 -6
  59. data/lib/starter_web/pages/public/blog/navigator/index.html +2 -1
  60. data/lib/starter_web/pages/public/learn/quickstart.adoc +1 -1
  61. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +2 -2
  62. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +2 -2
  63. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +2 -2
  64. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +2 -2
  65. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +2 -2
  66. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +2 -2
  67. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +2 -2
  68. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +2 -2
  69. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +2 -2
  70. data/lib/starter_web/pages/public/legal/de/100_copyright.adoc +3 -1
  71. data/lib/starter_web/pages/public/legal/de/100_impress.adoc +9 -13
  72. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +3 -1
  73. data/lib/starter_web/pages/public/legal/de/400_comment_policy.adoc +4 -2
  74. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +8 -5
  75. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +7 -5
  76. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +5 -3
  77. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +5 -3
  78. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +3 -2
  79. data/lib/starter_web/pages/public/previewer/iframer.adoc +1 -1
  80. data/lib/starter_web/pages/public/previewer/rouge.adoc +1 -1
  81. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  82. data/lib/starter_web/utilsrv/package.json +1 -1
  83. metadata +2 -3
  84. data/lib/starter_web/pages/public/cookieConsent.adoc +0 -96
@@ -221,6 +221,10 @@ module Jekyll
221
221
  items.select! {|i| i.respond_to?(:output_ext) && output_ext(i) == '.html' && ! @excludes.any? {|s| (i.url =~ Regexp.new(s)) != nil } }
222
222
  items.reject! {|i| i.data['exclude_from_search'] }
223
223
 
224
+ # jadams, 2012-08-04
225
+ # TODO: List of excludes should (alternatively) be taken from
226
+ # quicksearch.yml configuration
227
+
224
228
  items
225
229
  end
226
230
  end
@@ -360,6 +364,6 @@ end
360
364
 
361
365
  module Jekyll
362
366
  module J1LunrSearch
363
- VERSION = '2021.1.17'
367
+ VERSION = '2021.1.18'
364
368
  end
365
369
  end
@@ -11,13 +11,16 @@ description: >
11
11
  Jekyll One Template is OpenSource and the modules included
12
12
  are free to use as well.
13
13
 
14
- categories: []
15
- tags: []
14
+ categories: [ Site ]
15
+ tags: [ Home ]
16
16
 
17
17
  robots:
18
18
  index: true
19
19
  follow: true
20
20
 
21
+ personalization: false
22
+ exclude_from_search: false
23
+
21
24
  analytics: true
22
25
  advertising: false
23
26
  comments: false
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1_starter",
4
- "version": "2021.1.17",
4
+ "version": "2021.1.18",
5
5
  "description": "J1 Template Starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -11,8 +11,8 @@ description: >
11
11
  with the base how human use a language rather than step in directly to tools
12
12
  and techniques for writing.
13
13
 
14
- tags: [ Introduction, Tutorial ]
15
- categories: [ Asciidoc, Knowledge, Skeleton ]
14
+ categories: [ Knowledge ]
15
+ tags: [ Asciidoc, Skeleton ]
16
16
 
17
17
  sitemap: false
18
18
  robots:
@@ -7,8 +7,8 @@ date: 2021-01-01 00:00:00 +100
7
7
  description: >
8
8
  Top Level Entry Document 100_chapter.asciidoc
9
9
 
10
- categories: [ Asciidoc, Knowledge ]
11
- tags: [ Skeleton, Book ]
10
+ categories: [ Knowledge ]
11
+ tags: [ Asciidoc, Skeleton ]
12
12
 
13
13
  sitemap: false
14
14
  robots:
@@ -8,8 +8,8 @@ date: 2021-01-01 00:00:00 +100
8
8
  description: >
9
9
  Top Level Entry Document 100_chapter.asciidoc
10
10
 
11
- categories: [ Asciidoc, Knowledge ]
12
- tags: [ Skeleton, Book ]
11
+ categories: [ Knowledge ]
12
+ tags: [ Asciidoc, Skeleton ]
13
13
 
14
14
  sitemap: false
15
15
  robots:
@@ -5,8 +5,8 @@ title: Skeleton book
5
5
  tagline: references
6
6
  description:
7
7
 
8
- categories: [ Asciidoc, Knowledge ]
9
- tags: [ Skeleton, Book ]
8
+ categories: [ Knowledge ]
9
+ tags: [ Asciidoc, Skeleton ]
10
10
 
11
11
  permalink: /pages/public/skeleton/book/references/
12
12
  regenerate: false
@@ -10,8 +10,8 @@ description: >
10
10
  files placed in a nested folder structure. Complex AsciiDoc projects of type
11
11
  book can be easily worked on by multiple authors.
12
12
 
13
- categories: [ Asciidoc, Skeleton ]
14
- tags: [ Knowledge, Skeleton, Book ]
13
+ categories: [ Knowledge ]
14
+ tags: [ Asciidoc, Skeleton, Book ]
15
15
 
16
16
  sitemap: false
17
17
  advertising: false
@@ -8,8 +8,8 @@ date: 2021-01-01 00:00:00 +100
8
8
  description: >
9
9
  Top Level Entry Document 100_chapter.asciidoc
10
10
 
11
- categories: [ Asciidoc, Knowledge ]
12
- tags: [ Skeleton, Document ]
11
+ categories: [ Knowledge ]
12
+ tags: [ Asciidoc, Skeleton, Book ]
13
13
 
14
14
 
15
15
  permalink: /pages/public/skeleton/book/chapter_1/
@@ -8,8 +8,8 @@ date: 2021-01-01 00:00:00 +100
8
8
  description: >
9
9
  Top Level Entry Document 100_chapter.asciidoc
10
10
 
11
- categories: [ Asciidoc, Knowledge ]
12
- tags: [ Skeleton, Document ]
11
+ categories: [ Knowledge ]
12
+ tags: [ Asciidoc, Skeleton, Book ]
13
13
 
14
14
  permalink: /pages/public/skeleton/book/chapter_2/
15
15
  regenerate: false
@@ -9,8 +9,8 @@ description: >
9
9
  type is based on *multiple* Asciidoc documents and make use of (local and
10
10
  global) Asciidoc include files and attributes.
11
11
 
12
- categories: [ Asciidoc, Skeleton ]
13
- tags: [ Knowledge, Skeleton, Document ]
12
+ categories: [ Knowledge ]
13
+ tags: [ Asciidoc, Skeleton, Document ]
14
14
 
15
15
  sitemap: false
16
16
  advertising: false
@@ -8,8 +8,8 @@ description: >
8
8
  is small in size. This document type does not use any
9
9
  (local) Asciidoc include files or attributes.
10
10
 
11
- categories: [ Asciidoc, Skeleton ]
12
- tags: [ Knowledge, Skeleton, Document ]
11
+ categories: [ Knowledge ]
12
+ tags: [ Asciidoc, Skeleton, Document ]
13
13
 
14
14
  sitemap: false
15
15
  advertising: false
@@ -2,10 +2,11 @@
2
2
  layout: page
3
3
  title: Creators Blog
4
4
  tagline: all posts
5
- description: Browse all articles
5
+ description: >
6
+ Browse all articles provided by this website
6
7
 
7
- categories: [ Navigator ]
8
- tags: [ Blog, Archive, Viewer ]
8
+ categories: [ Blog ]
9
+ tags: [ Navigator, Archive ]
9
10
 
10
11
  sort: date
11
12
  toc: true
@@ -139,7 +140,7 @@ site_category_word_list: {{site_category_word_list | debug}}
139
140
  {% endif %}
140
141
 
141
142
  <div class="post-headline">
142
- <h2 id="post-headline" class="mt-5">{{view_headline}}</h2>
143
+ <h1 id="post-headline notoc" class="mt-5">{{view_headline}}</h1>
143
144
  </div>
144
145
 
145
146
  <!-- ul class="list-unstyled link-news" -->
@@ -154,7 +155,7 @@ site_category_word_list: {{site_category_word_list | debug}}
154
155
  {% endfor %}
155
156
 
156
157
  <article class="card raised-z3 mb-5">
157
- <h3 id="{{100000|rand}}" class="card-header bg-primary">{{post.title}}</h3>
158
+ <h2 id="{{100000|rand}}" class="card-header bg-primary">{{post.title}}</h2>
158
159
  <div class="row mx-0">
159
160
 
160
161
  <!-- [INFO ] [j1.pages.blog.navigator.archive ] [Check if post image is available] -->
@@ -166,7 +167,7 @@ site_category_word_list: {{site_category_word_list | debug}}
166
167
  {% else %}
167
168
  <!-- [INFO ] [j1.pages.blog.navigator.archive ] [Post image missing, using configured default image] -->
168
169
  <div class="col-md-6 img-bg--fill px-0"
169
- style="background-image: url({{defaults.post_image}});">
170
+ style="background-image: url({{blog_navigator_options.post_image}});">
170
171
  </div>
171
172
  {% endif %}
172
173
 
@@ -172,13 +172,13 @@ site_category_word_list: {{site_category_word_list | debug}}
172
172
  {% endif %}
173
173
 
174
174
  <div class="post-headline">
175
- <h2 id="post-headline" class="mt-5">{{view_headline}}</h2>
175
+ <h1 id="post-headline notoc" class="mt-5">{{view_headline}}</h1>
176
176
  </div>
177
177
  {% assign tags = site.categories|sort %}
178
178
  {% for tag in tags %}
179
179
  {% assign category = tag|first %}
180
180
  {% unless category_list contains category %} {% continue %} {% endunless %}
181
- <h3 id="{{tag|first|downcase}}" class="anchor-link mb-4"><i class="mdi mdi-pin mr-1"></i>{{tag|first|capitalize}}</h3>
181
+ <h2 id="{{tag|first|downcase}}" class="anchor-link mb-4"><i class="mdi mdi-pin mr-1"></i>{{tag|first|capitalize}}</h2>
182
182
 
183
183
  {% for post in sorted_posts %}
184
184
  {%if post.categories contains tag[0]%}
@@ -196,7 +196,7 @@ site_category_word_list: {{site_category_word_list | debug}}
196
196
  {% endfor %}
197
197
 
198
198
  <article class="card raised-z3 mb-5">
199
- <h4 id="{{100000|rand}}" class="card-header bg-primary">{{post.title}}</h4>
199
+ <h3 id="{{100000|rand}}" class="card-header bg-primary">{{post.title}}</h3>
200
200
  <div class="row mx-0">
201
201
 
202
202
  <!-- [INFO ] [j1.pages.blog.navigator.archive ] [Check if post image is available] -->
@@ -4,8 +4,8 @@ title: Creators Blog
4
4
  tagline: posts by date
5
5
  description: Browse articles by date
6
6
 
7
- categories: [ Navigator ]
8
- tags: [ Blog, Date, Viewer ]
7
+ categories: [ Blog ]
8
+ tags: [ Navigator, Date ]
9
9
 
10
10
  sort: date
11
11
  toc: true
@@ -140,7 +140,7 @@ site_category_word_list: {{site_category_word_list | debug}}
140
140
  {% endif %}
141
141
 
142
142
  <div class="post-headline">
143
- <h2 id="post-headline" class="mt-5">{{view_headline}}</h2>
143
+ <h1 id="post-headline notoc" class="mt-5">{{view_headline}}</h1>
144
144
  </div>
145
145
  {% assign openList = '<ul class="list-unstyled link-news">' %}
146
146
  {% assign closeList = '</ul>' %}
@@ -152,19 +152,19 @@ site_category_word_list: {{site_category_word_list | debug}}
152
152
  {% capture monthHead %}
153
153
  {% if month != nmonth %}
154
154
  {% if forloop.index != 1 %}{{closeList}}{%endif %}
155
- <h3 id="{{100000|rand}}" class="toc-link mt-5 mb-3">
155
+ <h2 id="{{100000|rand}}" class="toc-link mt-5 mb-3">
156
156
  {% comment %}
157
157
  ------------------------------------------------------------------------
158
158
  {% if year != nyear %}
159
- <a href="#" id="{{post.date|date:'%Y'}}">
159
+ <a href="#" id="{{post.date|localize: "%Y"}}">
160
160
  {% else %}
161
- <a href="#" id="{{post.date|date:'%Y-%m' }}">
161
+ <a href="#" id="{{post.date|localize: "%Y-%m" }}">
162
162
  {% endif %}
163
163
  ------------------------------------------------------------------------ {% endcomment %}
164
164
  <i class="mdi mdi-calendar-blank"></i>
165
- {{post.date|date:'%B %Y'}}
165
+ {{post.date|localize:'%B %Y'}}
166
166
  </a>
167
- </h3>
167
+ </h2>
168
168
  {{openList}}
169
169
  {% endif %}
170
170
  {% endcapture %}
@@ -180,7 +180,7 @@ site_category_word_list: {{site_category_word_list | debug}}
180
180
  {% assign excerpt = post.excerpt|truncatewords:truncate_words|replace:'...',' ...'|strip_html|strip_newlines|strip %}
181
181
  <li>
182
182
  <article class="card raised-z3 mb-5">
183
- <h4 id="{{100000|rand}}" class="card-header bg-primary">{{post.title}}</h4>
183
+ <h3 id="{{100000|rand}}" class="card-header bg-primary">{{post.title}}</h3>
184
184
  <div class="row mx-0">
185
185
 
186
186
  <!-- [INFO ] [j1.pages.blog.navigator.archive ] [Check if post image is available] -->
@@ -203,10 +203,10 @@ site_category_word_list: {{site_category_word_list | debug}}
203
203
  <hr class="my-3">
204
204
  {% if post.date %}
205
205
  {% if language == "en" %}
206
- <i class="mdi mdi-calendar-blank md-grey-600 mr-1"></i>{{post.date | localize: "%Y %B, %e"}}
206
+ <i class="mdi mdi-calendar-blank md-grey-600 mr-1"></i>{{post.date|localize: "%Y %B, %e"}}
207
207
  {% endif %}
208
208
  {% if language == "de" %}
209
- <i class="mdi mdi-calendar-blank md-grey-600 mr-1"></i>{{post.date | localize: "%-d. %B %Y"}}
209
+ <i class="mdi mdi-calendar-blank md-grey-600 mr-1"></i>{{post.date|localize: "%-d. %B %Y"}}
210
210
  {% endif %}
211
211
  {% endif %}
212
212
  {% if likes_count %}
@@ -164,7 +164,10 @@ site_category_word_list: {{site_category_word_list | debug}}
164
164
  <div class="view-description">{{view_description_text}}</div>
165
165
  {% endif %}
166
166
 
167
- <div class="post-headline"> <h2 id="post-headline" class="mt-5">Posts By Tag</h2></div>
167
+ <div class="post-headline">
168
+ <h1 id="post-headline notoc" class="mt-5">Posts By Tag</h1>
169
+ </div>
170
+
168
171
  {% assign letter_group = letter_group_array[letter_group_counter] %}
169
172
 
170
173
  {% for item in (0..site.tags.size) %}{% unless forloop.last %}
@@ -185,7 +188,7 @@ site_category_word_list: {{site_category_word_list | debug}}
185
188
  --------------------------------------------------------------------------
186
189
  <!-- jadams, 2018-01-17: logic seems NOT work. Disabled. -->
187
190
  {% if letter_group_written == false %}
188
- <h3 id="id_{{letter_group}}" class="toc-link mt-5 mb-5"><a alt="Back to top" href="#"><i class="fa fa-tags mr-2"></i></a>{{letter_group | upcase}}</h3>
191
+ <h2 id="id_{{letter_group}}" class="toc-link mt-5 mb-5"><a alt="Back to top" href="#"><i class="fa fa-tags mr-2"></i></a>{{letter_group | upcase}}</h2>
189
192
  {% assign letter_group_written = true %}
190
193
  {% endif %}
191
194
  -------------------------------------------------------------------------- {% endcomment %}
@@ -197,11 +200,11 @@ site_category_word_list: {{site_category_word_list | debug}}
197
200
  Added workaround by checking if letter_group has a value
198
201
  -------------------------------------------------------------------------- {% endcomment %}
199
202
  {% if letter_group %}
200
- <h3 id="id_{{letter_group}}" class="toc-link mb-3">
203
+ <h2 id="id_{{letter_group}}" class="toc-link mb-3">
201
204
  <a alt="Back to top" href="#">
202
205
  <i class="fa fa-tags mr-2"></i>
203
206
  </a>{{letter_group | upcase}}
204
- </h3>
207
+ </h2>
205
208
  {% endif %}
206
209
  {% assign letter_group_written = true %}
207
210
  {% endif %}
@@ -212,7 +215,7 @@ site_category_word_list: {{site_category_word_list | debug}}
212
215
  first_letter: {{first_letter | debug}}
213
216
  {% endcomment %}
214
217
 
215
- <h4 id="{{this_word | replace: '+','_' | replace: ' ','_' | downcase}}" class="toc-link"><a alt="Back to top" href="#"><i class="fa fa-tag mr-2"></i></a>{{this_word}}</h4>
218
+ <h3 id="{{this_word | replace: '+','_' | replace: ' ','_' | downcase}}" class="toc-link"><a alt="Back to top" href="#"><i class="fa fa-tag mr-2"></i></a>{{this_word}}</h3>
216
219
 
217
220
  {% for post in site.tags[this_word] %}{% if post.title != null %}
218
221
  {% include {{get_category}} post=post %}
@@ -226,7 +229,7 @@ site_category_word_list: {{site_category_word_list | debug}}
226
229
 
227
230
  <!-- place post -->
228
231
  <article class="card raised-z3 mb-5">
229
- <h3 id="{{100000|rand}}" class="card-header bg-primary">{{post.title}}</h3>
232
+ <h4 id="{{100000|rand}}" class="card-header bg-primary">{{post.title}}</h4>
230
233
  <div class="row mx-0">
231
234
 
232
235
  <!-- [INFO ] [j1.pages.blog.navigator.archive ] [Check if post image is available] -->
@@ -2,7 +2,8 @@
2
2
  layout: blog_archive
3
3
  title: Creators Blog
4
4
  tagline: explore posts
5
- description: Navigate all articles
5
+ description: >
6
+ Navigate through all articles tis website
6
7
 
7
8
  categories: [ Blog ]
8
9
  tags: [ Navigator ]
@@ -8,7 +8,7 @@ description: >
8
8
  For sure, there is no better place to go.
9
9
 
10
10
  categories: [ Knowledge ]
11
- tags: [ Quickstart ]
11
+ tags: [ J1, Template, Quickstart ]
12
12
 
13
13
  comments: true
14
14
  fam_menu_id: page_ctrl_simple
@@ -7,8 +7,8 @@ description: >
7
7
  shows some valuable features of the J1 Template to manage your image-based
8
8
  content using lightboxes, carousels (slider), and galleries.
9
9
 
10
- categories: [ Images, Module ]
11
- tags: [ Roundtrip, Introduction ]
10
+ categories: [ Roundtrip ]
11
+ tags: [ Introduction, Module, Image ]
12
12
 
13
13
  fam_menu_id: page_ctrl_simple
14
14
 
@@ -9,8 +9,8 @@ description: >
9
9
  show video on the web; instead of the previous de facto standard of using
10
10
  proprietary software.
11
11
 
12
- categories: [ Video, Modules ]
13
- tags: [ Roundtrip, Introduction ]
12
+ categories: [ Roundtrip ]
13
+ tags: [ Introduction, Module, Video ]
14
14
 
15
15
  permalink: /pages/public/learn/roundtrip/present_videos/
16
16
  regenerate: false
@@ -8,8 +8,8 @@ description: >
8
8
  take on an important role of acting not only as plain text but will also serve
9
9
  as something like images.
10
10
 
11
- categories: [ Typography, Module ]
12
- tags: [ Roundtrip, Introduction ]
11
+ categories: [ Roundtrip ]
12
+ tags: [ Introduction, Module, Typography ]
13
13
 
14
14
  fam_menu_id: page_ctrl_simple
15
15
 
@@ -10,8 +10,8 @@ description: >
10
10
  loaded over the Internet using the so-called Unified OpenSource Icon
11
11
  Framework.
12
12
 
13
- categories: [ Icon, Module ]
14
- tags: [ Roundtrip, Introduction ]
13
+ categories: [ Roundtrip ]
14
+ tags: [ Introduction, Module, Icon, Fonts ]
15
15
 
16
16
  fam_menu_id: page_ctrl_simple
17
17
 
@@ -9,8 +9,8 @@ description: >
9
9
  Lab. All implemented Asciidoctor Extensions can be
10
10
  found in this article.
11
11
 
12
- categories: [ Asciidoc, Extension ]
13
- tags: [ Roundtrip, Introduction ]
12
+ categories: [ Roundtrip ]
13
+ tags: [ Introduction, Module, Asciidoc, Extension ]
14
14
 
15
15
  fam_menu_id: page_ctrl_simple
16
16
 
@@ -9,8 +9,8 @@ description: >
9
9
  everything else in the document so that messages get the
10
10
  user's attention.
11
11
 
12
- categories: [ Bootstrap, Modals ]
13
- tags: [ Roundtrip, Introduction ]
12
+ categories: [ Roundtrip ]
13
+ tags: [ Introduction, Bootstrap, Modal, Extension ]
14
14
 
15
15
  flowtext: false
16
16
  fam_menu_id: page_ctrl_simple
@@ -7,8 +7,8 @@ description: >
7
7
  J1 Template is based on pure CSS on top of the classic Bootstrap styles for
8
8
  simplicity and portability to be viewed best on all devices and browsers.
9
9
 
10
- categories: [ Bootstrap, Tables ]
11
- tags: [ Roundtrip, Introduction ]
10
+ categories: [ Roundtrip ]
11
+ tags: [ Introduction, Bootstrap, Table, Extension ]
12
12
 
13
13
  flowtext: false
14
14
  fam_menu_id: page_ctrl_simple