j1-template 2021.1.14 → 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_blog_archive.html +197 -219
- data/_includes/themes/j1/layouts/content_generator_collection.html +3 -1
- data/_includes/themes/j1/layouts/content_generator_post.html +30 -22
- 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 +2 -2
- data/assets/data/cookieconsent.html +0 -2
- data/assets/data/menu.html +1 -1
- data/assets/data/mmenu_toc.html +20 -1
- data/assets/data/panel.html +28 -7
- data/assets/themes/j1/adapter/js/cookieConsent.js +5 -3
- data/assets/themes/j1/adapter/js/j1.js +51 -29
- data/assets/themes/j1/adapter/js/themer.js +12 -24
- data/lib/j1/version.rb +3 -3
- data/lib/starter_web/Gemfile +4 -5
- data/lib/starter_web/_config.yml +1 -1
- 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 +5 -2
- 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 +0 -1
- data/lib/starter_web/_data/modules/defaults/themer.yml +1 -2
- 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/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/package.json +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive.html +76 -12
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +90 -26
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +77 -12
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +91 -37
- 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/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +33 -3
- data/_includes/themes/j1/procedures/global/pager.proc +0 -79
@@ -39,7 +39,7 @@ regenerate: true
|
|
39
39
|
{% assign tracking_enabled = template_config.analytics.enabled %}
|
40
40
|
{% assign tracking_id = template_config.analytics.google.tracking_id %}
|
41
41
|
|
42
|
-
{% assign comment_provider
|
42
|
+
{% assign comment_provider = site.data.j1_config.comments.provider %}
|
43
43
|
|
44
44
|
{% comment %} Set config options
|
45
45
|
-------------------------------------------------------------------------------- {% endcomment %}
|
@@ -101,6 +101,7 @@ j1.adapter['cookieConsent'] = (function (j1, window) {
|
|
101
101
|
var secure;
|
102
102
|
var logText;
|
103
103
|
var cookie_written;
|
104
|
+
var language;
|
104
105
|
|
105
106
|
// NOTE: RegEx for tracking_id: ^(G|UA|YT|MO)-[a-zA-Z0-9-]+$
|
106
107
|
// See: https://stackoverflow.com/questions/20411767/how-to-validate-google-analytics-tracking-id-using-a-javascript-function/20412153
|
@@ -129,6 +130,7 @@ j1.adapter['cookieConsent'] = (function (j1, window) {
|
|
129
130
|
hostname = url.hostname;
|
130
131
|
domain = hostname.substring(hostname.lastIndexOf('.', hostname.lastIndexOf('.') - 1) + 1);
|
131
132
|
secure = (url.protocol.includes('https')) ? true : false;
|
133
|
+
language = "{{site.language}}";
|
132
134
|
|
133
135
|
// set domain used by cookies
|
134
136
|
if(domain !== 'localhost') {
|
@@ -171,10 +173,10 @@ j1.adapter['cookieConsent'] = (function (j1, window) {
|
|
171
173
|
j1.cookieConsent = new BootstrapCookieConsent({
|
172
174
|
contentURL: moduleOptions.contentURL,
|
173
175
|
cookieName: moduleOptions.cookieName,
|
174
|
-
language:
|
176
|
+
language: language,
|
175
177
|
whitelisted: moduleOptions.whitelisted,
|
176
178
|
reloadPageOnChange: moduleOptions.reloadPageOnChange,
|
177
|
-
xhr_data_element: moduleOptions.xhr_data_element + '-' +
|
179
|
+
xhr_data_element: moduleOptions.xhr_data_element + '-' + language,
|
178
180
|
sameSite: moduleOptions.sameSite,
|
179
181
|
secure: secure,
|
180
182
|
postSelectionCallback: function () {j1.adapter.cookieConsent.cbCookie()}
|
@@ -41,41 +41,44 @@ regenerate: true
|
|
41
41
|
|
42
42
|
{% comment %} Set config files
|
43
43
|
-------------------------------------------------------------------------------- {% endcomment %}
|
44
|
-
{% assign blocks
|
45
|
-
{% assign modules
|
46
|
-
{% assign template_config
|
44
|
+
{% assign blocks = site.data.blocks %}
|
45
|
+
{% assign modules = site.data.modules %}
|
46
|
+
{% assign template_config = site.data.j1_config %}
|
47
47
|
|
48
48
|
{% comment %} Set config data
|
49
49
|
-------------------------------------------------------------------------------- {% endcomment %}
|
50
|
-
{% assign banner_config_defaults
|
51
|
-
{% assign banner_config_settings
|
52
|
-
{% assign panel_config_defaults
|
53
|
-
{% assign panel_config_settings
|
54
|
-
{% assign footer_config_defaults
|
55
|
-
{% assign toccer_defaults
|
56
|
-
|
57
|
-
{% assign themer_defaults
|
58
|
-
{% assign themer_settings
|
59
|
-
|
60
|
-
{% assign
|
61
|
-
|
62
|
-
|
63
|
-
{% assign
|
50
|
+
{% assign banner_config_defaults = blocks.defaults.banner.defaults %}
|
51
|
+
{% assign banner_config_settings = blocks.banner.settings %}
|
52
|
+
{% assign panel_config_defaults = blocks.defaults.panel.defaults %}
|
53
|
+
{% assign panel_config_settings = blocks.panel.settings %}
|
54
|
+
{% assign footer_config_defaults = blocks.defaults.footer.defaults %}
|
55
|
+
{% assign toccer_defaults = modules.defaults.toccer.defaults %}
|
56
|
+
|
57
|
+
{% assign themer_defaults = modules.defaults.themer.defaults %}
|
58
|
+
{% assign themer_settings = modules.themer.settings %}
|
59
|
+
|
60
|
+
{% assign tracking_enabled = template_config.analytics.enabled %}
|
61
|
+
{% assign tracking_id = template_config.analytics.google.tracking_id %}
|
62
|
+
|
63
|
+
{% assign authentication_defaults = modules.defaults.authentication.defaults %}
|
64
|
+
{% assign authentication_settings = modules.authentication.settings %}
|
64
65
|
|
65
66
|
{% comment %} Set config options
|
66
67
|
-------------------------------------------------------------------------------- {% endcomment %}
|
67
|
-
{% assign toccer_options
|
68
|
-
{% assign themer_options
|
68
|
+
{% assign toccer_options = toccer_defaults | merge: toccer_settings %}
|
69
|
+
{% assign themer_options = themer_defaults| merge: themer_settings %}
|
69
70
|
|
70
|
-
{% assign authentication_options
|
71
|
+
{% assign authentication_options = authentication_defaults | merge: authentication_settings %}
|
71
72
|
|
72
|
-
{% assign footer_id
|
73
|
-
{% assign footer_data_path
|
74
|
-
{% assign banner_data_path
|
75
|
-
{% assign panel_data_path
|
73
|
+
{% assign footer_id = footer_config_defaults.container-id %}
|
74
|
+
{% assign footer_data_path = footer_config_defaults.data_path %}
|
75
|
+
{% assign banner_data_path = banner_config_defaults.data_path %}
|
76
|
+
{% assign panel_data_path = panel_config_defaults.data_path %}
|
76
77
|
|
77
|
-
{% assign
|
78
|
-
{% assign
|
78
|
+
{% assign themer_enabled = modules.themer_options.enabled %}
|
79
|
+
{% assign themer_reloadPageOnChange = modules.themer_options.reloadPageOnChange %}
|
80
|
+
{% assign themer_hideOnReload = modules.themer_options.hideOnReload %}
|
81
|
+
{% assign comment_provider = template_config.comments.provider %}
|
79
82
|
|
80
83
|
{% comment %} Set variables
|
81
84
|
-------------------------------------------------------------------------------- {% endcomment %}
|
@@ -98,6 +101,24 @@ regenerate: true
|
|
98
101
|
{% assign production = true %}
|
99
102
|
{% endif %}
|
100
103
|
|
104
|
+
{% comment %} language detection
|
105
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
106
|
+
{% if site.language == "en" %}
|
107
|
+
{% assign language = "en" %}
|
108
|
+
{% elsif site.language == "de"%}
|
109
|
+
{% assign language = "de" %}
|
110
|
+
{% else %}
|
111
|
+
{% assign language = "en" %}
|
112
|
+
{% endif %}
|
113
|
+
|
114
|
+
{% if language == "en" %}
|
115
|
+
{% assign comments_headline = template_config.comments.comments_headline.en %}
|
116
|
+
{% endif %}
|
117
|
+
|
118
|
+
{% if language == "de" %}
|
119
|
+
{% assign comments_headline = template_config.comments.comments_headline.de %}
|
120
|
+
{% endif %}
|
121
|
+
|
101
122
|
/*
|
102
123
|
# -----------------------------------------------------------------------------
|
103
124
|
# ~/assets/themes/j1/adapter/js/j1_template.js
|
@@ -167,7 +188,7 @@ var j1 = (function () {
|
|
167
188
|
var themeCss;
|
168
189
|
var cssExtension = (environment === 'production')
|
169
190
|
? '.min.css'
|
170
|
-
: '.css'
|
191
|
+
: '.css'
|
171
192
|
|
172
193
|
// Pathes of J1 data files
|
173
194
|
var colors_data_path = '{{template_config.colors_data_path}}';
|
@@ -261,6 +282,7 @@ var j1 = (function () {
|
|
261
282
|
var curr_state = 'started';
|
262
283
|
var gaCookies = j1.findCookie('_ga');
|
263
284
|
var j1Cookies = j1.findCookie('j1');
|
285
|
+
var themerOptions = $.extend({}, {{themer_options | replace: '=>', ':' | replace: 'nil', '""' }});
|
264
286
|
|
265
287
|
// -----------------------------------------------------------------------
|
266
288
|
// options loader
|
@@ -979,7 +1001,7 @@ var j1 = (function () {
|
|
979
1001
|
} else {
|
980
1002
|
if (comments) {
|
981
1003
|
logger.warn('\n' + 'enable comment provider: ' + comment_provider);
|
982
|
-
$('#main-content').append('<h2 id="leave-a-comment" class="mt-4">
|
1004
|
+
$('#main-content').append('<h2 id="leave-a-comment" class="mt-4">{{comments_headline}}</h2>');
|
983
1005
|
if (comment_provider === 'disqus') {
|
984
1006
|
logger.info('\n' + 'load comment provider code: ' + comment_provider);
|
985
1007
|
$('#main-content').append('<div id="disqus_thread"></div>');
|
@@ -1104,7 +1126,7 @@ var j1 = (function () {
|
|
1104
1126
|
} else {
|
1105
1127
|
if (comments) {
|
1106
1128
|
logger.warn('\n' + 'enable comment provider: ' + comment_provider);
|
1107
|
-
$('#main-content').append('<h2 id="leave-a-comment" class="mt-4">
|
1129
|
+
$('#main-content').append('<h2 id="leave-a-comment" class="mt-4">{{comments_headline}}</h2>');
|
1108
1130
|
if (comment_provider === 'disqus') {
|
1109
1131
|
logger.info('\n' + 'load comment provider code: ' + comment_provider);
|
1110
1132
|
$('#main-content').append('<div id="disqus_thread"></div>');
|
@@ -177,6 +177,10 @@ j1.adapter['themer'] = (function (j1, window) {
|
|
177
177
|
_this.state = 'started';
|
178
178
|
logger.info('\n' + 'state: ' + _this.getState());
|
179
179
|
|
180
|
+
// jadams, 2021-07-25: problem seems NOT an timing issue on the iPad
|
181
|
+
// platform. (General) Dependency should be REMOVED!!!
|
182
|
+
// TODO: Isolate redirect for iPad ONLY!!!
|
183
|
+
//
|
180
184
|
// jadams, 2021-07-11: added dependecy on the user state cookie
|
181
185
|
// Found timing issues testing mobile devices (iPad)
|
182
186
|
var dependencies_met_user_state_available = setInterval (function () {
|
@@ -215,32 +219,16 @@ j1.adapter['themer'] = (function (j1, window) {
|
|
215
219
|
// set the theme switcher state
|
216
220
|
user_state.theme_switcher = themerOptions.enabled;
|
217
221
|
|
218
|
-
// jadams, 2021-07-
|
222
|
+
// jadams, 2021-07-25: hide|show themes menu on cookie consent
|
223
|
+
// (analyses|personalization) settings. BootSwatch is a 3rd party
|
224
|
+
// is using e.g GA. Because NO control is possible on 3rd parties,
|
225
|
+
// for GDPR compliance, themes feature may disabled on
|
226
|
+
// privacy settings
|
219
227
|
if (!user_consent.analyses || !user_consent.personalization) {
|
220
|
-
|
221
|
-
|
222
|
-
cookie_written = j1.writeCookie({
|
223
|
-
name: cookie_names.user_state,
|
224
|
-
data: user_state,
|
225
|
-
samesite: 'Strict',
|
226
|
-
secure: secure,
|
227
|
-
expires: 0
|
228
|
-
});
|
229
|
-
if (!cookie_written) {
|
230
|
-
logger.error('\n' + 'failed to write cookie: ' + cookie_names.user_state);
|
231
|
-
}
|
228
|
+
logger.warn('\n' + 'disable themes feature because of privacy settings');
|
229
|
+
$("#themes_menu").hide();
|
232
230
|
} else {
|
233
|
-
|
234
|
-
cookie_written = j1.writeCookie({
|
235
|
-
name: cookie_names.user_state,
|
236
|
-
data: user_state,
|
237
|
-
samesite: 'Strict',
|
238
|
-
secure: secure,
|
239
|
-
expires: 365
|
240
|
-
});
|
241
|
-
if (!cookie_written) {
|
242
|
-
logger.error('\n' + 'failed to write cookie: ' + cookie_names.user_state);
|
243
|
-
}
|
231
|
+
$("#themes_menu").show();
|
244
232
|
}
|
245
233
|
|
246
234
|
if (themerOptions.enabled) {
|
data/lib/j1/version.rb
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
module J1
|
2
|
-
VERSION = '2021.1.
|
3
|
-
end
|
1
|
+
module J1
|
2
|
+
VERSION = '2021.1.16'
|
3
|
+
end
|
data/lib/starter_web/Gemfile
CHANGED
@@ -32,8 +32,7 @@
|
|
32
32
|
# gem cleanup
|
33
33
|
#
|
34
34
|
# ------------------------------------------------------------------------------
|
35
|
-
source
|
36
|
-
ruby RUBY_VERSION
|
35
|
+
source 'https://rubygems.org'
|
37
36
|
|
38
37
|
# ------------------------------------------------------------------------------
|
39
38
|
# Jekyll
|
@@ -54,7 +53,7 @@ gem 'jekyll', '~> 4.2'
|
|
54
53
|
|
55
54
|
# Theme Rubies, default: J1 Template (NOT used for the development system)
|
56
55
|
#
|
57
|
-
gem 'j1-template', '~> 2021.1.
|
56
|
+
gem 'j1-template', '~> 2021.1.16'
|
58
57
|
|
59
58
|
# ------------------------------------------------------------------------------
|
60
59
|
# PRODUCTION: Gem needed for the Jekyll and J1 prod environment
|
@@ -121,7 +120,7 @@ group :jekyll_plugins do
|
|
121
120
|
# gem 'jekyll-redirect-from', '>= 0.16.0' # Useful ???
|
122
121
|
# gem 'jekyll-sass-converter', '>= 2.1.0' # Used if SASS (file) conversion is enabled
|
123
122
|
gem 'jekyll-sitemap', '>= 1.2.0'
|
124
|
-
gem 'j1-paginator', '>= 2021.1.
|
123
|
+
gem 'j1-paginator', '>= 2021.1.1' # New version !!!
|
125
124
|
end
|
126
125
|
|
127
126
|
# ------------------------------------------------------------------------------
|
@@ -167,7 +166,7 @@ end
|
|
167
166
|
# running # tasks defined by a Rakefile prior running the app|web.
|
168
167
|
#
|
169
168
|
# gem 'passenger', '>= 5.3'
|
170
|
-
gem
|
169
|
+
gem 'puma', '>= 4.3.1'
|
171
170
|
|
172
171
|
# ------------------------------------------------------------------------------
|
173
172
|
# If J1 is transformed into a (Rack and Sinatra based) Web
|
data/lib/starter_web/_config.yml
CHANGED
@@ -53,7 +53,7 @@ environment: production
|
|
53
53
|
# ------------------------------------------------------------------------------
|
54
54
|
# Sets the build version of J1 Template Gem
|
55
55
|
#
|
56
|
-
version: 2021.1.
|
56
|
+
version: 2021.1.16
|
57
57
|
|
58
58
|
# version
|
59
59
|
# ------------------------------------------------------------------------------
|
@@ -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
|