j1-template 2021.1.11 → 2021.1.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/blocks/footer/boxes/issue.proc +28 -5
- data/_includes/themes/j1/blocks/footer/boxes/legal_statements.proc +66 -23
- data/_includes/themes/j1/blocks/footer/boxes/links_box.proc +0 -1
- data/_includes/themes/j1/blocks/footer/boxes/news_box.proc +16 -1
- data/_includes/themes/j1/layouts/content_generator_app.html +1 -1
- data/_includes/themes/j1/layouts/content_generator_blog_archive.html +197 -219
- data/_includes/themes/j1/layouts/content_generator_collection.html +4 -2
- data/_includes/themes/j1/layouts/content_generator_page.html +4 -1
- data/_includes/themes/j1/layouts/content_generator_post.html +31 -23
- data/_includes/themes/j1/layouts/content_generator_raw.html +1 -1
- data/_includes/themes/j1/layouts/layout_metadata_generator.html +55 -0
- data/_includes/themes/j1/modules/connectors/comment/commento.html +31 -0
- data/_includes/themes/j1/modules/connectors/comment/custom-provider.html +7 -8
- data/_includes/themes/j1/modules/connectors/comment/disqus.html +12 -54
- data/_includes/themes/j1/modules/connectors/comment/facebook.html +7 -8
- data/_includes/themes/j1/modules/connectors/comment/hyvor.html +33 -0
- data/_includes/themes/j1/modules/connectors/comment/just-comments.html +31 -0
- data/_includes/themes/j1/modules/connectors/comments +3 -0
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +27 -5
- data/_includes/themes/j1/procedures/posts/pager.proc +123 -0
- data/_layouts/default.html +52 -1
- data/assets/data/cookieconsent.html +0 -2
- data/assets/data/disqus.js +81 -0
- data/assets/data/hyvor.js +72 -0
- data/assets/data/menu.html +1 -1
- data/assets/data/mmenu_toc.html +20 -1
- data/assets/data/panel.html +28 -7
- data/assets/error_pages/HTTP204.html +2 -1
- data/assets/error_pages/HTTP400.html +2 -1
- data/assets/error_pages/HTTP401.html +2 -1
- data/assets/error_pages/HTTP403.html +2 -1
- data/assets/error_pages/HTTP404.html +2 -1
- data/assets/error_pages/HTTP444.html +93 -0
- data/assets/error_pages/HTTP500.html +2 -1
- data/assets/error_pages/HTTP501.html +2 -1
- data/assets/error_pages/HTTP502.html +2 -1
- data/assets/error_pages/HTTP503.html +2 -1
- data/assets/themes/j1/adapter/js/algolia.js +10 -10
- data/assets/themes/j1/adapter/js/asciidoctor.js +6 -6
- data/assets/themes/j1/adapter/js/attic.js +17 -17
- data/assets/themes/j1/adapter/js/bmd.js +6 -6
- data/assets/themes/j1/adapter/js/carousel.js +10 -10
- data/assets/themes/j1/adapter/js/clipboard.js +10 -10
- data/assets/themes/j1/adapter/js/cookieConsent.js +58 -47
- data/assets/themes/j1/adapter/js/fam.js +34 -34
- data/assets/themes/j1/adapter/js/framer.js +6 -6
- data/assets/themes/j1/adapter/js/j1.js +520 -252
- data/assets/themes/j1/adapter/js/justifiedGallery.js +11 -11
- data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +19 -19
- data/assets/themes/j1/adapter/js/lightbox.js +6 -6
- data/assets/themes/j1/adapter/js/logger.js +7 -7
- data/assets/themes/j1/adapter/js/mmenu.js +25 -25
- data/assets/themes/j1/adapter/js/navigator.js +55 -48
- data/assets/themes/j1/adapter/js/quicksearch.js +6 -6
- data/assets/themes/j1/adapter/js/rouge.js +7 -7
- data/assets/themes/j1/adapter/js/rtable.js +6 -6
- data/assets/themes/j1/adapter/js/themer.js +43 -47
- data/assets/themes/j1/adapter/js/toccer.js +9 -9
- data/assets/themes/j1/modules/backstretch/js/backstretch.js +3 -3
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +35 -23
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +2 -2
- data/assets/themes/j1/modules/lunrSearch/js/quicksearch.js +1 -1
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +74 -55
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +75 -57
- data/lib/j1/version.rb +3 -3
- data/lib/starter_web/Gemfile +4 -5
- data/lib/starter_web/_config.yml +42 -24
- data/lib/starter_web/_data/blocks/footer.yml +52 -20
- data/lib/starter_web/_data/blocks/panel.yml +4 -4
- data/lib/starter_web/_data/builder/blog_navigator.yml +9 -192
- data/lib/starter_web/_data/builder/defaults/blog_navigator.yml +389 -0
- data/lib/starter_web/_data/j1_config.yml +24 -10
- data/lib/starter_web/_data/locales/be.yml +269 -0
- data/lib/starter_web/_data/locales/cs.yml +218 -0
- data/lib/starter_web/_data/locales/da.yml +213 -0
- data/lib/starter_web/_data/locales/de.yml +222 -0
- data/lib/starter_web/_data/locales/el.yml +215 -0
- data/lib/starter_web/_data/locales/en.yml +215 -0
- data/lib/starter_web/_data/locales/es.yml +219 -0
- data/lib/starter_web/_data/locales/et.yml +207 -0
- data/lib/starter_web/_data/locales/fi.yml +211 -0
- data/lib/starter_web/_data/locales/fr.yml +219 -0
- data/lib/starter_web/_data/locales/hr.yml +240 -0
- data/lib/starter_web/_data/locales/hu.yml +196 -0
- data/lib/starter_web/_data/locales/it.yml +215 -0
- data/lib/starter_web/_data/locales/lv.yml +233 -0
- data/lib/starter_web/_data/locales/nl.yml +213 -0
- data/lib/starter_web/_data/locales/pl.yml +241 -0
- data/lib/starter_web/_data/locales/pt.yml +217 -0
- data/lib/starter_web/_data/locales/readme +4 -0
- data/lib/starter_web/_data/locales/ro.yml +209 -0
- data/lib/starter_web/_data/locales/ru.yml +269 -0
- data/lib/starter_web/_data/locales/sk.yml +211 -0
- data/lib/starter_web/_data/locales/sl.yml +209 -0
- data/lib/starter_web/_data/locales/sv.yml +207 -0
- data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +11 -10
- data/lib/starter_web/_data/modules/defaults/themer.yml +1 -0
- data/lib/starter_web/_data/modules/themer.yml +1 -0
- data/lib/starter_web/_data/plugins/defaults/paginator.yml +7 -6
- data/lib/starter_web/_data/plugins/paginator.yml +3 -0
- data/lib/starter_web/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/_plugins/date-i18n.rb +67 -0
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/assets/images/modules/attics/markus-spiske-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/matthew-dockery-1920x1280.jpg +0 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/2020-01-01-about-cookies.adoc +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-01-site-generators.adoc +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +1 -1
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +2 -2
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +2 -2
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +2 -2
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +2 -2
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +1 -1
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +1 -1
- data/lib/starter_web/index.html +3 -3
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.adoc +3 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +3 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +3 -0
- data/lib/starter_web/pages/public/blog/navigator/archive.html +80 -12
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +94 -26
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +81 -12
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +95 -37
- data/lib/starter_web/pages/public/blog/navigator/index.html +4 -0
- data/lib/starter_web/pages/public/cookieConsent.adoc +3 -0
- data/lib/starter_web/pages/public/learn/quickstart.adoc +473 -0
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +0 -1
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +2 -1
- data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +0 -2
- data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +0 -2
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +0 -1
- data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +0 -1
- data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +0 -1
- data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +0 -1
- data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +0 -1
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +0 -1
- data/lib/starter_web/pages/public/legal/de/100_copyright.adoc +116 -0
- data/lib/starter_web/pages/public/legal/de/100_impress.adoc +94 -0
- data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +320 -0
- data/lib/starter_web/pages/public/legal/de/400_comment_policy.adoc +123 -0
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +3 -1
- data/lib/starter_web/pages/public/legal/en/200_impress.adoc +3 -1
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +81 -20
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +34 -16
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +41 -4
- data/_includes/themes/j1/procedures/global/pager.proc +0 -79
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.org.asciidoc +0 -244
@@ -46,8 +46,12 @@ settings:
|
|
46
46
|
issue:
|
47
47
|
enabled: true
|
48
48
|
date: site.time
|
49
|
-
|
50
|
-
|
49
|
+
en:
|
50
|
+
date_format: "%A, %-d %B %Y"
|
51
|
+
text: Last modified
|
52
|
+
de:
|
53
|
+
date_format: "%A, %-d %B %Y"
|
54
|
+
text: Letzte Änderung
|
51
55
|
|
52
56
|
# ----------------------------------------------------------------------
|
53
57
|
# ICON settings
|
@@ -69,50 +73,78 @@ settings:
|
|
69
73
|
legal:
|
70
74
|
enabled: true
|
71
75
|
type: copyright
|
72
|
-
|
73
|
-
|
76
|
+
en:
|
77
|
+
statement: J1 © 2021 · All rights reserved
|
78
|
+
href: /pages/public/legal/en/copyright/
|
79
|
+
de:
|
80
|
+
statement: J1 © 2021 · Alle Rechte vorbehalten
|
81
|
+
href: /pages/public/legal/de/copyright/
|
74
82
|
|
75
83
|
- name: Impress
|
76
84
|
legal:
|
77
85
|
enabled: true
|
78
86
|
type: impress
|
79
|
-
|
80
|
-
|
87
|
+
en:
|
88
|
+
statement: Impress
|
89
|
+
href: /pages/public/legal/en/impress/
|
90
|
+
de:
|
91
|
+
statement: Impressum
|
92
|
+
href: /pages/public/legal/de/impress/
|
81
93
|
|
82
94
|
- name: Terms Of Use
|
83
95
|
legal:
|
84
96
|
enabled: false
|
85
97
|
type: terms
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
98
|
+
en:
|
99
|
+
statement: Terms Of Use
|
100
|
+
href: /pages/public/legal/en/terms_of_use/
|
101
|
+
de:
|
102
|
+
statement: Nutzungsbedingungen
|
103
|
+
href: /pages/public/legal/de/terms_of_use/
|
104
|
+
|
105
|
+
- name: privacy
|
90
106
|
legal:
|
91
107
|
enabled: true
|
92
108
|
type: privacy
|
93
|
-
|
94
|
-
|
109
|
+
en:
|
110
|
+
statement: Privacy
|
111
|
+
href: /pages/public/legal/en/privacy/
|
112
|
+
de:
|
113
|
+
statement: Privatsphäre
|
114
|
+
href: /pages/public/legal/de/privacy/
|
95
115
|
|
96
116
|
- name: License
|
97
117
|
legal:
|
98
118
|
enabled: true
|
99
119
|
type: license
|
100
|
-
|
101
|
-
|
120
|
+
en:
|
121
|
+
statement: License
|
122
|
+
href: /pages/public/legal/en/license_agreement/
|
123
|
+
de:
|
124
|
+
statement: Lizensbedingungen
|
125
|
+
href: /pages/public/legal/de/license_agreement/
|
102
126
|
|
103
127
|
- name: Support
|
104
128
|
legal:
|
105
129
|
enabled: false
|
106
130
|
type: support
|
107
|
-
|
108
|
-
|
131
|
+
en:
|
132
|
+
statement: Support
|
133
|
+
href: /pages/public/legal/en/support/
|
134
|
+
de:
|
135
|
+
statement: Support
|
136
|
+
href: /pages/public/legal/en/support/
|
109
137
|
|
110
138
|
- name: Comments
|
111
139
|
legal:
|
112
140
|
enabled: true
|
113
141
|
type: comments
|
114
|
-
|
115
|
-
|
142
|
+
en:
|
143
|
+
statement: Comment policy
|
144
|
+
href: /pages/public/legal/en/comment_policy/
|
145
|
+
de:
|
146
|
+
statement: Kommentarrichtlinie
|
147
|
+
href: /pages/public/legal/de/comment_policy/
|
116
148
|
|
117
149
|
# ----------------------------------------------------------------------
|
118
150
|
# BOXES
|
@@ -154,8 +186,8 @@ settings:
|
|
154
186
|
- name: References
|
155
187
|
type: references
|
156
188
|
enabled: true
|
157
|
-
title:
|
158
|
-
tagline: top
|
189
|
+
title: Links
|
190
|
+
tagline: top sites
|
159
191
|
links:
|
160
192
|
|
161
193
|
- name: Jekyll Home
|
@@ -81,7 +81,7 @@ settings:
|
|
81
81
|
- name: Read More
|
82
82
|
button:
|
83
83
|
type: text
|
84
|
-
text:
|
84
|
+
text: Follow Your Visitors
|
85
85
|
class:
|
86
86
|
icon:
|
87
87
|
icon_size:
|
@@ -106,7 +106,7 @@ settings:
|
|
106
106
|
- name: Read More
|
107
107
|
button:
|
108
108
|
type: text
|
109
|
-
text:
|
109
|
+
text: Make your Web Site unique
|
110
110
|
class:
|
111
111
|
icon:
|
112
112
|
icon_size:
|
@@ -133,7 +133,7 @@ settings:
|
|
133
133
|
- name: Read More
|
134
134
|
button:
|
135
135
|
type: text
|
136
|
-
text:
|
136
|
+
text: Configure whats to be done
|
137
137
|
class:
|
138
138
|
icon:
|
139
139
|
icon_size:
|
@@ -325,7 +325,7 @@ settings:
|
|
325
325
|
category: featured
|
326
326
|
# truncatewords: 30 # currently NOT used
|
327
327
|
max_posts: 3
|
328
|
-
|
328
|
+
# readmore_text: Read
|
329
329
|
|
330
330
|
# # ----------------------------------------------------------------------------
|
331
331
|
# # STEP Panel
|
@@ -1,7 +1,6 @@
|
|
1
1
|
# ------------------------------------------------------------------------------
|
2
2
|
# ~/_data/builder/blog_navigator.yml
|
3
|
-
#
|
4
|
-
# by the blog post navigator
|
3
|
+
# # User Configuration to configure generated pages by the blog post navigator
|
5
4
|
#
|
6
5
|
# Product/Info:
|
7
6
|
# https://jekyll.one
|
@@ -14,202 +13,20 @@
|
|
14
13
|
# ------------------------------------------------------------------------------
|
15
14
|
|
16
15
|
# ------------------------------------------------------------------------------
|
17
|
-
#
|
18
|
-
# ------------------------------------------------------------------------------
|
19
|
-
|
20
|
-
# Settings for future posts
|
21
|
-
#
|
22
|
-
# Future posts
|
23
|
-
# -------------------------------------
|
24
|
-
# The future flag allows post authors to give the post a date in the future
|
25
|
-
# and to have it excluded from the build until the system time is equal or
|
26
|
-
# after the post time.
|
27
|
-
#
|
28
|
-
# In Jekyll 3, this has been corrected and --future is disabled by default.
|
29
|
-
# This means you will need to include --future if you want your future-dated
|
30
|
-
# posts to generate when running jekyll build or jekyll serve.
|
31
|
-
#
|
32
|
-
# Note: In Jekyll 2.x, the --future flag was automatically enabled.
|
33
|
-
#
|
34
|
-
#future: false
|
35
|
-
|
36
|
-
# ------------------------------------------------------------------------------
|
37
|
-
# Blog (page) builder settings
|
38
|
-
# ------------------------------------------------------------------------------
|
39
|
-
|
40
|
-
# The helper modules collate_simple.proc|collate_calendar.proc and
|
41
|
-
# collate_timeline.proc (located in the include|procedures/posts folder)
|
42
|
-
# are page generators to display blog posts in a e.g. timeline presentation
|
43
|
-
# (collate_timeline.proc) of a given category. Some genereal features to
|
44
|
-
# control how to build those pages can be set here.
|
45
|
-
#
|
46
|
-
# icon|image_random
|
47
|
-
# ----------------------------------------------------------------------------
|
48
|
-
# For the timeline-box, an icon OR image can be configured that is displayed
|
49
|
-
# with the post excerpt text. DON'T use both - only icon OR image is
|
50
|
-
# supported for the timeline-box. The parameters icon|image can be
|
51
|
-
# overwritten by the frontmatter of a post.
|
52
|
-
#
|
53
|
-
# icon
|
54
|
-
# If configured, puts an icon in front of the post excerpt for all posts
|
55
|
-
# of a category. Can be seen as a default setting and can be overwritten
|
56
|
-
# individually by the frontmatter parameter "icon" each post.
|
57
|
-
#
|
58
|
-
# values: string (name of the icon|false)
|
59
|
-
# default: false
|
60
|
-
#
|
61
|
-
# icon_family
|
62
|
-
# Set the icon familiy from what a configured "icon" should be taken from.
|
63
|
-
# Note that the respective CSS file for the icon-set needs to be included
|
64
|
-
# (with the CSS loader).
|
65
|
-
#
|
66
|
-
# values: string (FontAwesome|Glyphicon)
|
67
|
-
# default: FontAwesome
|
68
|
-
#
|
69
|
-
# image_random
|
70
|
-
# If configured, selects an random image from the folder specified by
|
71
|
-
# "image_random_path" for all posts of a category. Can be seen as a
|
72
|
-
# default setting if no specific "image" is|should configured with the
|
73
|
-
# posts frontmatter.
|
74
|
-
#
|
75
|
-
# values: boolean (true|false)
|
76
|
-
# default: false
|
77
|
-
#
|
78
|
-
# image_random_path
|
79
|
-
# If "image_random" is set to "true", the random image is taken from folder
|
80
|
-
# specified by "image_random_path"
|
81
|
-
#
|
82
|
-
# values: string (path)
|
83
|
-
# default: empty
|
84
|
-
#
|
85
|
-
# sharing_provider
|
86
|
-
# ----------------------------------------------------------------------------
|
87
|
-
# Set the provider (API) from which are likes_count|comment_count is taken.
|
16
|
+
# About this configuration (used for J1 CC only)
|
88
17
|
#
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
# default: false
|
94
|
-
#
|
95
|
-
# likes_count, comment_count
|
96
|
-
# If set to true, set the respective values for the blog posts helper
|
97
|
-
# to display their numbers
|
98
|
-
#
|
99
|
-
# values: boolean (true|false)
|
100
|
-
# default: true
|
101
|
-
# ------------------------------------------------------------------------------
|
18
|
+
about_config:
|
19
|
+
title: Blog Navigator
|
20
|
+
scope: User settings
|
21
|
+
location: _data/builder/blog_navigator.yml
|
102
22
|
|
103
23
|
# ------------------------------------------------------------------------------
|
104
|
-
#
|
105
|
-
#
|
106
|
-
# previewer
|
107
|
-
# ----------------------------------------------------------------------------
|
108
|
-
# Set the previewer type
|
109
|
-
#
|
110
|
-
# NOTE:
|
111
|
-
# The helper modules collate_simple.proc|collate_calendar.proc and
|
112
|
-
# collate_timeline.proc (located in the include|procedures/posts folder)
|
113
|
-
# are page generators to display blog posts in a e.g. timeline presentation
|
114
|
-
# (collate_timeline.proc) of a given category. Some genereal features to
|
115
|
-
# control how to build those pages can be set here.
|
116
|
-
#
|
117
|
-
# previewer
|
118
|
-
# Name of the preview generator for the article preview.
|
119
|
-
#
|
120
|
-
# values: list|calendar|timeline
|
121
|
-
# default: list
|
122
|
-
#
|
123
|
-
# description
|
124
|
-
# ----------------------------------------------------------------------------
|
125
|
-
# For the timeline-box, an icon OR image can be configured that is displayed
|
126
|
-
# with the post excerpt text. DON'T use both - only icon OR image is
|
127
|
-
# supported for the timeline-box. The parameters icon|image can be
|
128
|
-
# overwritten by the frontmatter of a post.
|
129
|
-
#
|
130
|
-
# ------------------------------------------------------------------------------
|
24
|
+
# User settings
|
131
25
|
#
|
26
|
+
settings:
|
132
27
|
|
133
|
-
defaults:
|
134
28
|
post_image: /assets/images/modules/attics/christa-dodoo-1920x1280.jpg
|
135
|
-
|
136
|
-
previewer: timeline
|
137
|
-
|
138
|
-
article_navigator:
|
139
|
-
description: >
|
140
|
-
Navigate through all articles available this site. Go for the various
|
141
|
-
views to find what your are interested in. Go for the <b>Category Viewer</b>
|
142
|
-
to find articles of a specific <b>topic</b>. You can search for articles
|
143
|
-
by date using the <b>Date View</b> or search for keywords by the <b>Tag View</b>.
|
144
|
-
<br /> <br />
|
145
|
-
<i>Happy Jekylling!</i>
|
146
|
-
|
147
|
-
article_previewer:
|
148
|
-
enabled: true
|
149
|
-
description: >
|
150
|
-
All articles are reverse ordered by date. The current articles are displayed
|
151
|
-
first. To preview older posts, use the button <b>Older Posts</b> from the
|
152
|
-
Preview Bar. For newer posts use the button <b>Newer Posts</b> for
|
153
|
-
more recent articles.
|
154
|
-
|
155
|
-
archive_view:
|
156
|
-
enabled: true
|
157
|
-
description: >
|
158
|
-
Check out <b>all</b> articles in the blog posts <b>archive</b>.
|
159
|
-
Below, find articles available this site sorted from the youngest
|
160
|
-
to the oldest. On the right, a table of contents list all articles
|
161
|
-
same order.
|
162
|
-
<br/><br/>
|
163
|
-
From the navigation line, go back to the <b>Navigator</b> page or
|
164
|
-
go for the <b>Category Viewer</b> to find articles of a specific
|
165
|
-
<b>topic</b>. You can search articles for keywords by the <b>Tag View</b>
|
166
|
-
or find articles by date using the the <b>Date View</b>.
|
167
|
-
|
168
|
-
|
169
|
-
category_view:
|
170
|
-
enabled: true
|
171
|
-
word_cloud: true
|
172
|
-
skip_categories: Posts, Public
|
173
|
-
description: >
|
174
|
-
Check out <b>all</b> articles in the blog posts <b>archive</b>.
|
175
|
-
Below, find articles available this site <b>grouped</b> by
|
176
|
-
<b>categoy</b>. On the right, a table of contents list all
|
177
|
-
articles same order.
|
178
|
-
<br/><br/>
|
179
|
-
From the navigation line, go back to the <b>Navigator</b> page
|
180
|
-
or go for the <b>Date Viewer</b> to find articles by <b>date</b>.
|
181
|
-
You can search articles for keywords by the <b>Tag View</b> of
|
182
|
-
a specific <b>topic</b> or find articles using the
|
183
|
-
<b>All Posts View</b>.
|
184
|
-
|
185
|
-
|
186
|
-
date_view:
|
187
|
-
enabled: true
|
188
|
-
description: >
|
189
|
-
Check out <b>all</b> articles in the blog posts <b>archive</b>.
|
190
|
-
Below, find articles available this site <b>grouped</b> by
|
191
|
-
<b>month</b>. On the right, a table of contents list all
|
192
|
-
articles same order.
|
193
|
-
<br/><br/>
|
194
|
-
From the navigation line, go back to the <b>Navigator</b> page or
|
195
|
-
go for the <b>Category Viewer</b> to find articles of a specific
|
196
|
-
<b>topic</b>. You can search articles for keywords by the
|
197
|
-
<b>Tag View</b> or find articles using the <b>All Posts View</b>.
|
198
|
-
|
199
|
-
tag_view:
|
200
|
-
enabled: false
|
201
|
-
word_cloud: true
|
202
|
-
description: >
|
203
|
-
Check out <b>all</b> articles in the blog posts <b>archive</b>.
|
204
|
-
Below, find articles available this site <b>grouped</b> by
|
205
|
-
<b>tag</b>. On the right, a table of contents list all articles
|
206
|
-
same order.
|
207
|
-
<br/><br/>
|
208
|
-
From the navigation line, go back to the <b>Navigator</b> page
|
209
|
-
or go for the <b>Date Viewer</b> to find articles by <b>date</b>.
|
210
|
-
You can search articles for categories using the <b>Category Viewer</b>
|
211
|
-
to find articles of a specific <b>topic</b> or find articles
|
212
|
-
using the <b>All Posts View</b>.
|
29
|
+
previewer: timeline
|
213
30
|
|
214
31
|
# ------------------------------------------------------------------------------
|
215
32
|
# END config
|
@@ -0,0 +1,389 @@
|
|
1
|
+
# ------------------------------------------------------------------------------
|
2
|
+
# ~/_data/builder/blog_navigator.yml
|
3
|
+
# # User Configuration to configure generated pages by the blog post navigator
|
4
|
+
#
|
5
|
+
# Product/Info:
|
6
|
+
# https://jekyll.one
|
7
|
+
#
|
8
|
+
# Copyright (C) 2021 Juergen Adams
|
9
|
+
#
|
10
|
+
# J1 Template is licensed under the MIT License.
|
11
|
+
# See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
|
12
|
+
#
|
13
|
+
# ------------------------------------------------------------------------------
|
14
|
+
|
15
|
+
# ------------------------------------------------------------------------------
|
16
|
+
# Global Builder settings
|
17
|
+
# ------------------------------------------------------------------------------
|
18
|
+
|
19
|
+
# Settings for future posts
|
20
|
+
#
|
21
|
+
# Future posts
|
22
|
+
# -------------------------------------
|
23
|
+
# The future flag allows post authors to give the post a date in the future
|
24
|
+
# and to have it excluded from the build until the system time is equal or
|
25
|
+
# after the post time.
|
26
|
+
#
|
27
|
+
# In Jekyll 3, this has been corrected and --future is disabled by default.
|
28
|
+
# This means you will need to include --future if you want your future-dated
|
29
|
+
# posts to generate when running jekyll build or jekyll serve.
|
30
|
+
#
|
31
|
+
# Note: In Jekyll 2.x, the --future flag was automatically enabled.
|
32
|
+
#
|
33
|
+
#future: false
|
34
|
+
|
35
|
+
# ------------------------------------------------------------------------------
|
36
|
+
# Blog (page) builder settings
|
37
|
+
# ------------------------------------------------------------------------------
|
38
|
+
|
39
|
+
# The helper modules collate_simple.proc|collate_calendar.proc and
|
40
|
+
# collate_timeline.proc (located in the include|procedures/posts folder)
|
41
|
+
# are page generators to display blog posts in a e.g. timeline presentation
|
42
|
+
# (collate_timeline.proc) of a given category. Some genereal features to
|
43
|
+
# control how to build those pages can be set here.
|
44
|
+
#
|
45
|
+
# icon|image_random
|
46
|
+
# ----------------------------------------------------------------------------
|
47
|
+
# For the timeline-box, an icon OR image can be configured that is displayed
|
48
|
+
# with the post excerpt text. DON'T use both - only icon OR image is
|
49
|
+
# supported for the timeline-box. The parameters icon|image can be
|
50
|
+
# overwritten by the frontmatter of a post.
|
51
|
+
#
|
52
|
+
# icon
|
53
|
+
# If configured, puts an icon in front of the post excerpt for all posts
|
54
|
+
# of a category. Can be seen as a default setting and can be overwritten
|
55
|
+
# individually by the frontmatter parameter "icon" each post.
|
56
|
+
#
|
57
|
+
# values: string (name of the icon|false)
|
58
|
+
# default: false
|
59
|
+
#
|
60
|
+
# icon_family
|
61
|
+
# Set the icon familiy from what a configured "icon" should be taken from.
|
62
|
+
# Note that the respective CSS file for the icon-set needs to be included
|
63
|
+
# (with the CSS loader).
|
64
|
+
#
|
65
|
+
# values: string (FontAwesome|Glyphicon)
|
66
|
+
# default: FontAwesome
|
67
|
+
#
|
68
|
+
# image_random
|
69
|
+
# If configured, selects an random image from the folder specified by
|
70
|
+
# "image_random_path" for all posts of a category. Can be seen as a
|
71
|
+
# default setting if no specific "image" is|should configured with the
|
72
|
+
# posts frontmatter.
|
73
|
+
#
|
74
|
+
# values: boolean (true|false)
|
75
|
+
# default: false
|
76
|
+
#
|
77
|
+
# image_random_path
|
78
|
+
# If "image_random" is set to "true", the random image is taken from folder
|
79
|
+
# specified by "image_random_path"
|
80
|
+
#
|
81
|
+
# values: string (path)
|
82
|
+
# default: empty
|
83
|
+
#
|
84
|
+
# sharing_provider
|
85
|
+
# ----------------------------------------------------------------------------
|
86
|
+
# Set the provider (API) from which are likes_count|comment_count is taken.
|
87
|
+
#
|
88
|
+
# provider
|
89
|
+
# Name of the the provider (API) used for commenting the blog post.
|
90
|
+
#
|
91
|
+
# values: disqus|livefyre|intensedebate|facebook|false
|
92
|
+
# default: false
|
93
|
+
#
|
94
|
+
# likes_count, comment_count
|
95
|
+
# If set to true, set the respective values for the blog posts helper
|
96
|
+
# to display their numbers
|
97
|
+
#
|
98
|
+
# values: boolean (true|false)
|
99
|
+
# default: true
|
100
|
+
# ------------------------------------------------------------------------------
|
101
|
+
|
102
|
+
# ------------------------------------------------------------------------------
|
103
|
+
# Builder settings
|
104
|
+
#
|
105
|
+
# previewer
|
106
|
+
# ----------------------------------------------------------------------------
|
107
|
+
# Set the previewer type
|
108
|
+
#
|
109
|
+
# NOTE:
|
110
|
+
# The helper modules collate_simple.proc|collate_calendar.proc and
|
111
|
+
# collate_timeline.proc (located in the include|procedures/posts folder)
|
112
|
+
# are page generators to display blog posts in a e.g. timeline presentation
|
113
|
+
# (collate_timeline.proc) of a given category. Some genereal features to
|
114
|
+
# control how to build those pages can be set here.
|
115
|
+
#
|
116
|
+
# previewer
|
117
|
+
# Name of the preview generator for the article preview.
|
118
|
+
#
|
119
|
+
# values: list|calendar|timeline
|
120
|
+
# default: list
|
121
|
+
#
|
122
|
+
# description
|
123
|
+
# ----------------------------------------------------------------------------
|
124
|
+
# For the timeline-box, an icon OR image can be configured that is displayed
|
125
|
+
# with the post excerpt text. DON'T use both - only icon OR image is
|
126
|
+
# supported for the timeline-box. The parameters icon|image can be
|
127
|
+
# overwritten by the frontmatter of a post.
|
128
|
+
#
|
129
|
+
# ------------------------------------------------------------------------------
|
130
|
+
|
131
|
+
# ------------------------------------------------------------------------------
|
132
|
+
# About this configuration (used for J1 CC only)
|
133
|
+
#
|
134
|
+
about_config:
|
135
|
+
title: Blog Navigator
|
136
|
+
scope: Default settings
|
137
|
+
location: _data/builder/defaults/blog_navigator.yml
|
138
|
+
|
139
|
+
# ------------------------------------------------------------------------------
|
140
|
+
# Default settings
|
141
|
+
#
|
142
|
+
defaults:
|
143
|
+
|
144
|
+
post_image: /assets/images/modules/attics/christa-dodoo-1920x1280.jpg
|
145
|
+
previewer: timeline
|
146
|
+
|
147
|
+
button_text:
|
148
|
+
|
149
|
+
pager:
|
150
|
+
previous:
|
151
|
+
en: Previous
|
152
|
+
de: Vorheriger
|
153
|
+
next:
|
154
|
+
en: Next
|
155
|
+
de: Nächster
|
156
|
+
back:
|
157
|
+
en: Back
|
158
|
+
de: Zurück
|
159
|
+
first:
|
160
|
+
en: First
|
161
|
+
de: Erster
|
162
|
+
last:
|
163
|
+
en: Last
|
164
|
+
de: Letzter
|
165
|
+
|
166
|
+
paginator:
|
167
|
+
older_posts:
|
168
|
+
en: Older Posts
|
169
|
+
de: Ältere Beiträge
|
170
|
+
newer_posts:
|
171
|
+
en: Newer Posts
|
172
|
+
de: Neuere Beiträge
|
173
|
+
first_post:
|
174
|
+
en: First Page
|
175
|
+
de: Erste Seite
|
176
|
+
last_post:
|
177
|
+
en: Last Page
|
178
|
+
de: Letzte Seite
|
179
|
+
|
180
|
+
view_selector:
|
181
|
+
category_view:
|
182
|
+
en: By Category
|
183
|
+
de: Nach Kategorie
|
184
|
+
date_view:
|
185
|
+
en: By Date
|
186
|
+
de: Nach Datum
|
187
|
+
archive_view:
|
188
|
+
en: All Posts
|
189
|
+
de: Alle Beiträge
|
190
|
+
tag_view:
|
191
|
+
en: By Tag
|
192
|
+
de: Nach Tag
|
193
|
+
|
194
|
+
article_navigator:
|
195
|
+
page_text:
|
196
|
+
enabled: true
|
197
|
+
|
198
|
+
en:
|
199
|
+
description: >
|
200
|
+
Navigate through all of the articles available on this site. To do this,
|
201
|
+
use the various display pages to find the articles that interest you.
|
202
|
+
The <b>By Category</b> page lists articles on a specific <b>topic</b>.
|
203
|
+
If you are looking for articles by publication date, you can use the view
|
204
|
+
Use <b>By Date</b>. All articles in reverse order of appearance can be
|
205
|
+
found in the view <b>All Posts</b>.
|
206
|
+
de:
|
207
|
+
description: >
|
208
|
+
Navigieren Sie durch alle auf dieser Site verfügbaren Artikel. Verenden Sie
|
209
|
+
dazu die verschiedenen Anzeigeseiten um die Beitäge finden, die Sie interessieren.
|
210
|
+
Die Seite <b>Nach Kategorie</b> listet Artikel zu einem bestimmten <b>Thema</b>.
|
211
|
+
Suchen Sie nach Artikeln nach einem Erscheinungsdatum, könne Sie die Ansicht
|
212
|
+
<b>Nach Datum</b> verwenden. Alle Artikel in umgekehrter Reihenfolge ihres
|
213
|
+
Erscheinens sind in der Ansicht <b>Alle Beiträge</b> zu finden.
|
214
|
+
|
215
|
+
article_previewer:
|
216
|
+
page_text:
|
217
|
+
enabled: true
|
218
|
+
|
219
|
+
en:
|
220
|
+
headline: Preview
|
221
|
+
description: >
|
222
|
+
All articles are reverse ordered by date. The current articles are displayed
|
223
|
+
first. From the FAM button <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
224
|
+
<i class="mdi mdi-plus"></i>FAM button</a> you can reach a table of contents
|
225
|
+
<a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
226
|
+
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> of all available articles
|
227
|
+
in the same order. To preview older posts, use the button <b>Older Posts</b> from
|
228
|
+
the Preview Bar. For newer posts use the button <b>Newer Posts</b> for more recent
|
229
|
+
articles.
|
230
|
+
de:
|
231
|
+
headline: Vorschau
|
232
|
+
description: >
|
233
|
+
Alle Artikel sind in umgekehrter Reihenfolge ihres Erscheinens
|
234
|
+
gruppiert. Aktuellere Beiträge werden zuerst angezeigt. Über den FAM-Button
|
235
|
+
<a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
236
|
+
<i class="mdi mdi-plus"></i>FAM button</a> erreichen Sie ein
|
237
|
+
Inhaltsverzeichnis <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
238
|
+
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> über alle verfübaren Artikel
|
239
|
+
in gleicher Reihenfolge. Zur Anzeige älterer Artikel, verwenden Sie die Schältfläche
|
240
|
+
<b>Ältere Beiträge</b>. Für jüngere Posts klicken Sie auf die Schältfläche
|
241
|
+
<b>Neuere Beiträge</b>.
|
242
|
+
|
243
|
+
archive_view:
|
244
|
+
page_text:
|
245
|
+
enabled: true
|
246
|
+
|
247
|
+
en:
|
248
|
+
headline: All Posts
|
249
|
+
description: >
|
250
|
+
Check out <b>all</b> articles in the blog posts <b>archive</b>.
|
251
|
+
Below, find articles available this site sorted from the youngest
|
252
|
+
to the oldest. From the FAM button <a href="#void"
|
253
|
+
class="btn-fab-floating btn-small btn-md-blue">
|
254
|
+
<i class="mdi mdi-plus"></i>FAM button</a> you can reach a
|
255
|
+
table of contents <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
256
|
+
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> of all available
|
257
|
+
articles in the same order.
|
258
|
+
<br/><br/>
|
259
|
+
From the navigation bar, <b>Navigator</b> takes you back to the
|
260
|
+
<b>main page</b> of the Navigator. Articles ordered by <b>category</b>
|
261
|
+
can be found in the view <b>By Category</b>. To search for posts
|
262
|
+
in the archive by <b>date</b>, go for the view <b>By Date</b>.
|
263
|
+
de:
|
264
|
+
headline: Alle Beiträge
|
265
|
+
description: >
|
266
|
+
Auf dieser Seite finden Sie alle Artikel aus dem <b>Archiv</b> der
|
267
|
+
Blog-Beiträge. Die Artikel sind in umgekehrter Reihenfolge ihres Erscheinens
|
268
|
+
gruppiert. Aktuellere Beiträge werden zuerst angezeigt. Über den FAM-Button
|
269
|
+
<a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
270
|
+
<i class="mdi mdi-plus"></i>FAM button</a> erreichen Sie ein
|
271
|
+
Inhaltsverzeichnis <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
272
|
+
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> über alle verfübaren Artikel
|
273
|
+
in gleicher Reihenfolge.
|
274
|
+
<br/><br/>
|
275
|
+
In der <b>Navigationszeile</b> gelangen Sie zurück zur <b>Hauptseite</b>
|
276
|
+
des Navigators. Artikel nach ihrer Kategorie sind über die Seite
|
277
|
+
<b>Nach Kategorie</b> zu finden. Um Beiträge im Archiv nach <b>Datum</b>
|
278
|
+
zu durchsuchen, rufen Sie die Anzeige <b>Nach Datum</b> auf.
|
279
|
+
|
280
|
+
category_view:
|
281
|
+
skip_categories: Posts, Public, Featured, Series
|
282
|
+
page_text:
|
283
|
+
enabled: true
|
284
|
+
|
285
|
+
en:
|
286
|
+
headline: Posts by category
|
287
|
+
description: >
|
288
|
+
On this page you will find all articles from the <b>archive</b>
|
289
|
+
of the blog posts. The articles are grouped by <b>category</b>.
|
290
|
+
From the FAM button <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
291
|
+
<i class="mdi mdi-plus"></i>FAM button</a> you can reach a
|
292
|
+
table of contents <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
293
|
+
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> of all available articles
|
294
|
+
in the same order.
|
295
|
+
<br/><br/>
|
296
|
+
From the navigation bar, <b>Navigator</b> takes you back to the
|
297
|
+
<b>main page</b> of the Navigator. To search for articles in the
|
298
|
+
archive by date, go for the view <b>By Date</b>. All articles in
|
299
|
+
reverse order of appearance can be found in the view <b>All Posts</b>.
|
300
|
+
de:
|
301
|
+
headline: Artikel nach Kategorie
|
302
|
+
description: >
|
303
|
+
Auf dieser Seite finden Sie alle Artikel aus dem <b>Archiv</b> der
|
304
|
+
Blog-Beiträge. Die Artikel sind nach <b>Kategorie</b> gruppiert.
|
305
|
+
Über den FAM-Button <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
306
|
+
<i class="mdi mdi-plus"></i>FAM button</a> erreichen Sie ein
|
307
|
+
Inhaltsverzeichnis <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
308
|
+
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> über alle verfübaren Artikel
|
309
|
+
in gleicher Reihenfolge.
|
310
|
+
<br/><br/>
|
311
|
+
In der <b>Navigationszeile</b> gelangen Sie zurück zur <b>Hauptseite</b>
|
312
|
+
des Navigators. Um Artikel im Archiv nach <b>Datum</b> zu durchsuchen,
|
313
|
+
rufen Sie die Anzeige <b>Nach Datum</b> auf. Alle Artikel in umgekehrter
|
314
|
+
Reihenfolge ihres Erscheinens sind in der Ansicht <b>Alle Beiträge</b>
|
315
|
+
zu finden.
|
316
|
+
date_view:
|
317
|
+
page_text:
|
318
|
+
enabled: true
|
319
|
+
|
320
|
+
en:
|
321
|
+
headline: Posts by date
|
322
|
+
description: >
|
323
|
+
On this page you will find all articles from the <b>archive</b>
|
324
|
+
of the blog posts. The articles are grouped by <b>Date</b>.
|
325
|
+
From the FAM button <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
326
|
+
<i class="mdi mdi-plus"></i>FAM button</a> you can reach a
|
327
|
+
table of contents <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
328
|
+
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> of all available articles
|
329
|
+
in the same order.
|
330
|
+
<br/><br/>
|
331
|
+
From the navigation bar, <b>Navigator</b> takes you back to the
|
332
|
+
<b>main page</b> of the Navigator. To search for articles in the
|
333
|
+
archive by category, go for the view <b>By Category</b>. All articles
|
334
|
+
in reverse order of appearance can be found in the view <b>All Posts</b>.
|
335
|
+
de:
|
336
|
+
headline: Artikel nach Datum
|
337
|
+
description: >
|
338
|
+
Auf dieser Seite finden Sie alle Artikel aus dem <b>Archiv</b> der
|
339
|
+
Blog-Beiträge. Die Artikel sind nach <b>Datum</b> gruppiert.
|
340
|
+
Über den FAM-Button <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
341
|
+
<i class="mdi mdi-plus"></i>FAM button</a> erreichen Sie ein
|
342
|
+
Inhaltsverzeichnis <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
343
|
+
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> über alle verfübaren Artikel
|
344
|
+
in gleicher Reihenfolge.
|
345
|
+
<br/><br/>
|
346
|
+
In der <b>Navigationszeile</b> gelangen Sie zurück zur <b>Hauptseite</b>
|
347
|
+
des Navigators. Um Artikel im Archiv nach <b>Kategorien</b> zu durchsuchen,
|
348
|
+
rufen Sie die Anzeige <b>Nach Kategorie</b> auf. Alle Artikel in umgekehrter
|
349
|
+
Reihenfolge ihres Erscheinens sind in der Ansicht <b>Alle Beiträge</b>
|
350
|
+
zu finden.
|
351
|
+
tag_view:
|
352
|
+
page_text:
|
353
|
+
enabled: true
|
354
|
+
|
355
|
+
en:
|
356
|
+
headline: Posts by tag
|
357
|
+
description: >
|
358
|
+
On this page you will find all articles from the <b>archive</b>
|
359
|
+
of the blog posts. The articles are grouped by <b>Tag</b>.
|
360
|
+
From the FAM button <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
361
|
+
<i class="mdi mdi-plus"></i>FAM button</a> you can reach a
|
362
|
+
table of contents <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
363
|
+
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> of all available articles
|
364
|
+
in the same order.
|
365
|
+
<br/><br/>
|
366
|
+
From the navigation bar, <b>Navigator</b> takes you back to the
|
367
|
+
<b>main page</b> of the Navigator. To search for articles in the
|
368
|
+
archive by <b>category</b>, go for the view <b>By Category</b>.
|
369
|
+
All articles in reverse order of appearance can be found in the
|
370
|
+
view <b>All Posts</b>.
|
371
|
+
de:
|
372
|
+
headline: Artikel nach Tag
|
373
|
+
description: >
|
374
|
+
Auf dieser Seite finden Sie alle Artikel aus dem <b>Archiv</b> der
|
375
|
+
Blog-Beiträge. Die Artikel sind nach <b>Tag</b> gruppiert.
|
376
|
+
Über den FAM-Button <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
377
|
+
<i class="mdi mdi-plus"></i>FAM button</a> erreichen Sie ein
|
378
|
+
Inhaltsverzeichnis <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
379
|
+
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> über alle verfübaren Artikel
|
380
|
+
in gleicher Reihenfolge.
|
381
|
+
<br/><br/>
|
382
|
+
In der <b>Navigationszeile</b> gelangen Sie zurück zur <b>Hauptseite</b>
|
383
|
+
des Navigators. Um Artikel im Archiv nach <b>Kategorien</b> zu durchsuchen,
|
384
|
+
rufen Sie die Anzeige <b>Nach Kategorie</b> auf. Alle Artikel in umgekehrter
|
385
|
+
Reihenfolge ihres Erscheinens sind in der Ansicht <b>Alle Beiträge</b>
|
386
|
+
zu finden.
|
387
|
+
|
388
|
+
# ------------------------------------------------------------------------------
|
389
|
+
# END config
|