j1-template 2021.1.1 → 2021.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (125) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/layout_metadata_generator.html +23 -9
  3. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +1 -1
  4. data/_includes/themes/j1/modules/connectors/ads +3 -5
  5. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +9 -5
  6. data/_includes/themes/j1/modules/connectors/analytics +4 -2
  7. data/_includes/themes/j1/modules/connectors/comments +7 -6
  8. data/_includes/themes/j1/modules/connectors/translator +3 -4
  9. data/_includes/themes/j1/modules/navigator/generator.html +4 -40
  10. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +2 -2
  11. data/_includes/themes/j1/procedures/global/create_bs_button.proc +64 -22
  12. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +14 -10
  13. data/_layouts/default.html +4 -7
  14. data/assets/data/authclient.html +231 -229
  15. data/assets/data/banner.html +30 -32
  16. data/assets/data/cookieconsent.html +249 -0
  17. data/assets/data/fam.html +1 -1
  18. data/assets/data/footer.html +1 -1
  19. data/assets/data/gallery_customizer.html +10 -5
  20. data/assets/data/menu.html +3 -3
  21. data/assets/data/mmenu.html +4 -3
  22. data/assets/data/mmenu_sidebar.html +1 -1
  23. data/assets/data/mmenu_toc.html +1 -1
  24. data/assets/data/panel.html +20 -16
  25. data/assets/data/quicklinks.html +20 -18
  26. data/assets/data/themes.json +6 -6
  27. data/assets/themes/j1/adapter/js/{cookiebar.js → cookieConsent.js} +129 -55
  28. data/assets/themes/j1/adapter/js/j1.js +147 -145
  29. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +3 -2
  30. data/assets/themes/j1/adapter/js/mmenu.js +8 -4
  31. data/assets/themes/j1/adapter/js/navigator.js +77 -22
  32. data/assets/themes/j1/adapter/js/themer.js +37 -29
  33. data/assets/themes/j1/adapter/js/toccer.js +4 -45
  34. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +17 -14
  35. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +1 -1
  36. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +3960 -240
  37. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
  38. data/assets/themes/j1/core/js/template.js +3 -9
  39. data/assets/themes/j1/core/js/template.js.map +1 -1
  40. data/assets/themes/j1/core/js/template.min.js +3 -9
  41. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  42. data/assets/themes/j1/modules/cookieConsent/LICENSE +21 -0
  43. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +286 -0
  44. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +28 -0
  45. data/assets/themes/j1/modules/fam/css/{uno → theme/uno}/fam.css +0 -0
  46. data/assets/themes/j1/modules/fam/css/theme/uno/fam.min.css +15 -0
  47. data/assets/themes/j1/modules/fam/js/fam.js +1 -6
  48. data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +4 -2
  49. data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +4 -3
  50. data/assets/themes/j1/modules/iframeResizer/examples/frame.hover.html +4 -2
  51. data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +4 -2
  52. data/assets/themes/j1/modules/iframeResizer/examples/frame.textarea.html +4 -2
  53. data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +4 -2
  54. data/assets/themes/j1/modules/iframeResizer/examples/index.html +2 -0
  55. data/assets/themes/j1/modules/iframeResizer/examples/two.html +4 -2
  56. data/assets/themes/j1/modules/mmenuLight/css/{mmenu.css → mmenu-light.css} +0 -0
  57. data/assets/themes/j1/modules/mmenuLight/css/{mmenu.min.css → mmenu-light.min.css} +0 -0
  58. data/assets/themes/j1/modules/mmenuLight/css/theme/{uno.css → uno/mmenu.css} +0 -0
  59. data/assets/themes/j1/modules/mmenuLight/css/theme/{uno.min.css → uno/mmenu.min.css} +0 -0
  60. data/assets/themes/j1/modules/rtable/css/theme/{uno.css → uno/rtable.css} +0 -0
  61. data/assets/themes/j1/modules/rtable/css/theme/{uno.min.css → uno/rtable.min.css} +0 -0
  62. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +33 -47
  63. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +410 -2
  64. data/assets/themes/j1/modules/util/js/domready.js +146 -0
  65. data/assets/themes/j1/modules/util/js/gtag-opt-in.js +1 -0
  66. data/lib/j1/version.rb +1 -1
  67. data/lib/j1_app/j1_auth_manager/auth_manager.rb +2 -3
  68. data/lib/starter_web/Gemfile +1 -1
  69. data/lib/starter_web/_config.yml +8 -7
  70. data/lib/starter_web/_data/_defaults/resources.yml +11 -8
  71. data/lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml +1 -0
  72. data/lib/starter_web/_data/blocks/banner.yml +30 -24
  73. data/lib/starter_web/_data/blocks/panel.yml +9 -7
  74. data/lib/starter_web/_data/builder/blog_navigator.yml +6 -1
  75. data/lib/starter_web/_data/j1_config.yml +22 -19
  76. data/lib/starter_web/_data/layouts/blog_archive.yml +9 -0
  77. data/lib/starter_web/_data/layouts/default.yml +17 -27
  78. data/lib/starter_web/_data/layouts/home.yml +6 -5
  79. data/lib/starter_web/_data/layouts/page.yml +1 -1
  80. data/lib/starter_web/_data/modules/{cookiebar.yml → cookieconsent.yml} +4 -4
  81. data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -0
  82. data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +135 -0
  83. data/lib/starter_web/_data/modules/defaults/navigator.yml +5 -2
  84. data/lib/starter_web/_data/modules/defaults/themer.yml +2 -1
  85. data/lib/starter_web/_data/modules/navigator.yml +24 -21
  86. data/lib/starter_web/_data/modules/navigator_menu.yml +1 -1
  87. data/lib/starter_web/_data/pages/builder.yml +7 -7
  88. data/lib/starter_web/_data/private.default.yml +119 -0
  89. data/lib/starter_web/_data/private.yml +6 -6
  90. data/lib/starter_web/_data/resources.yml +19 -15
  91. data/lib/starter_web/_includes/attributes.asciidoc +10 -1
  92. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  93. data/lib/starter_web/assets/images/modules/attics/christa-dodoo-1920x1280.jpg +0 -0
  94. data/lib/starter_web/assets/images/modules/attics/{cookies-1920x1200-bw.jpg → cookies-1920x1200.jpg} +0 -0
  95. data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
  96. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +3 -9
  97. data/lib/starter_web/collections/posts/public/featured/_posts/2020-01-01-about-cookies.adoc +4 -4
  98. data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-01-site-generators.adoc +1 -7
  99. data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +2 -7
  100. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +0 -4
  101. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +0 -4
  102. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +0 -4
  103. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +0 -4
  104. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +3 -0
  105. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +3 -0
  106. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +3 -0
  107. data/lib/starter_web/dot.gitignore +1 -1
  108. data/lib/starter_web/index.html +3 -3
  109. data/lib/starter_web/package.json +1 -1
  110. data/lib/starter_web/pages/public/blog/navigator/archive.html +43 -23
  111. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +51 -27
  112. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +48 -26
  113. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +44 -12
  114. data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
  115. data/lib/starter_web/pages/public/cookieConsent.adoc +93 -0
  116. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.org.asciidoc +244 -0
  117. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +2 -1
  118. data/lib/starter_web/pages/public/learn/where_to_go.adoc +0 -16
  119. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +104 -209
  120. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +6 -1
  121. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  122. data/lib/starter_web/utilsrv/package.json +1 -1
  123. metadata +25 -14
  124. data/assets/data/cookiebar.html +0 -285
  125. data/lib/starter_web/_data/modules/defaults/cookiebar.yml +0 -132
@@ -0,0 +1,146 @@
1
+ (function(){
2
+
3
+ var DomReady = window.DomReady = {};
4
+
5
+ // Everything that has to do with properly supporting our document ready event. Brought over from the most awesome jQuery.
6
+
7
+ var userAgent = navigator.userAgent.toLowerCase();
8
+
9
+ // Figure out what browser is being used
10
+ var browser = {
11
+ version: (userAgent.match( /.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/ ) || [])[1],
12
+ safari: /webkit/.test(userAgent),
13
+ opera: /opera/.test(userAgent),
14
+ msie: (/msie/.test(userAgent)) && (!/opera/.test( userAgent )),
15
+ mozilla: (/mozilla/.test(userAgent)) && (!/(compatible|webkit)/.test(userAgent))
16
+ };
17
+
18
+ var readyBound = false;
19
+ var isReady = false;
20
+ var readyList = [];
21
+
22
+ // Handle when the DOM is ready
23
+ function domReady() {
24
+ // Make sure that the DOM is not already loaded
25
+ if(!isReady) {
26
+ // Remember that the DOM is ready
27
+ isReady = true;
28
+
29
+ if(readyList) {
30
+ for(var fn = 0; fn < readyList.length; fn++) {
31
+ readyList[fn].call(window, []);
32
+ }
33
+
34
+ readyList = [];
35
+ }
36
+ }
37
+ };
38
+
39
+ // From Simon Willison. A safe way to fire onload w/o screwing up everyone else.
40
+ function addLoadEvent(func) {
41
+ var oldonload = window.onload;
42
+ if (typeof window.onload != 'function') {
43
+ window.onload = func;
44
+ } else {
45
+ window.onload = function() {
46
+ if (oldonload) {
47
+ oldonload();
48
+ }
49
+ func();
50
+ }
51
+ }
52
+ };
53
+
54
+ // does the heavy work of working through the browsers idiosyncracies (let's call them that) to hook onload.
55
+ function bindReady() {
56
+ if(readyBound) {
57
+ return;
58
+ }
59
+
60
+ readyBound = true;
61
+
62
+ // Mozilla, Opera (see further below for it) and webkit nightlies currently support this event
63
+ if (document.addEventListener && !browser.opera) {
64
+ // Use the handy event callback
65
+ document.addEventListener("DOMContentLoaded", domReady, false);
66
+ }
67
+
68
+ // If IE is used and is not in a frame
69
+ // Continually check to see if the document is ready
70
+ if (browser.msie && window == top) (function(){
71
+ if (isReady) return;
72
+ try {
73
+ // If IE is used, use the trick by Diego Perini
74
+ // http://javascript.nwbox.com/IEContentLoaded/
75
+ document.documentElement.doScroll("left");
76
+ } catch(error) {
77
+ setTimeout(arguments.callee, 0);
78
+ return;
79
+ }
80
+ // and execute any waiting functions
81
+ domReady();
82
+ })();
83
+
84
+ if(browser.opera) {
85
+ document.addEventListener( "DOMContentLoaded", function () {
86
+ if (isReady) return;
87
+ for (var i = 0; i < document.styleSheets.length; i++)
88
+ if (document.styleSheets[i].disabled) {
89
+ setTimeout( arguments.callee, 0 );
90
+ return;
91
+ }
92
+ // and execute any waiting functions
93
+ domReady();
94
+ }, false);
95
+ }
96
+
97
+ if(browser.safari) {
98
+ var numStyles;
99
+ (function(){
100
+ if (isReady) return;
101
+ if (document.readyState != "loaded" && document.readyState != "complete") {
102
+ setTimeout( arguments.callee, 0 );
103
+ return;
104
+ }
105
+ if (numStyles === undefined) {
106
+ var links = document.getElementsByTagName("link");
107
+ for (var i=0; i < links.length; i++) {
108
+ if(links[i].getAttribute('rel') == 'stylesheet') {
109
+ numStyles++;
110
+ }
111
+ }
112
+ var styles = document.getElementsByTagName("style");
113
+ numStyles += styles.length;
114
+ }
115
+ if (document.styleSheets.length != numStyles) {
116
+ setTimeout( arguments.callee, 0 );
117
+ return;
118
+ }
119
+
120
+ // and execute any waiting functions
121
+ domReady();
122
+ })();
123
+ }
124
+
125
+ // A fallback to window.onload, that will always work
126
+ addLoadEvent(domReady);
127
+ };
128
+
129
+ // This is the public function that people can use to hook up ready.
130
+ DomReady.ready = function(fn, args) {
131
+ // Attach the listeners
132
+ bindReady();
133
+
134
+ // If the DOM is already ready
135
+ if (isReady) {
136
+ // Execute the function immediately
137
+ fn.call(window, []);
138
+ } else {
139
+ // Add the function to the wait list
140
+ readyList.push( function() { return fn.call(window, []); } );
141
+ }
142
+ };
143
+
144
+ bindReady();
145
+
146
+ })();
@@ -0,0 +1 @@
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.GTagOptIn=t():e.GTagOptIn=t()}(window,(function(){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=0)}([function(e,t,n){"use strict";n.r(t),n.d(t,"register",(function(){return i})),n.d(t,"optIn",(function(){return f})),n.d(t,"optOut",(function(){return a}));let r=!1,o=void 0;const i=e=>{u(e),o=e},u=e=>{if(!e)throw new Error("gtag-opt-in: invalid value passed to `register` method. Make sure to use a valid Analytics ID.")},a=()=>{d(),window["ga-disable-"+o]=!0},f=()=>{d(),c(),window["ga-disable-"+o]=!1},d=()=>{if(!o)throw new Error("gtag-opt-in: no value found for Analytics ID. Make sure to register before by calling the `register` method.")},c=()=>{r||(l(),r=!0)},l=()=>{const e=s();p(e)},s=()=>(window.dataLayer=window.dataLayer||[],function(){dataLayer.push(arguments)}),p=e=>{e("js",new Date),e("config",o,{anonymize_ip:!0})}}])}));
data/lib/j1/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module J1
2
- VERSION = '2021.1.1'
2
+ VERSION = '2021.1.6'
3
3
  end
@@ -154,10 +154,9 @@ module J1App
154
154
  # --------------------------------------------------------------------------
155
155
  j1_mw_auth_mgr.info 'initialize web session cookie'
156
156
  use Rack::Session::Cookie,
157
- http_only: true, # if set to 'true', make session cookie visible to the browser (document) for HTTP
157
+ http_only: true,
158
158
  key: 'j1.app.session',
159
- # same_site: 'None',
160
- same_site: 'Lax',
159
+ same_site: 'Strict',
161
160
  secret: ENV['J1_SESSION_SECRET'] || SecureRandom.hex
162
161
 
163
162
  # use Rack::Cache do |config|
@@ -54,7 +54,7 @@ gem 'jekyll', '~> 4.2'
54
54
 
55
55
  # Theme Rubies, default: J1 Template (NOT used for the development system)
56
56
  #
57
- gem 'j1-template', '~> 2021.1.1'
57
+ gem 'j1-template', '~> 2021.1.6'
58
58
 
59
59
  # ------------------------------------------------------------------------------
60
60
  # PRODUCTION: Gem needed for the Jekyll and J1 prod environment
@@ -53,7 +53,7 @@ environment: production
53
53
  # ------------------------------------------------------------------------------
54
54
  # Sets the build version of J1 Template Gem
55
55
  #
56
- version: 2021.1.1
56
+ version: 2021.1.6
57
57
 
58
58
  # version
59
59
  # ------------------------------------------------------------------------------
@@ -420,10 +420,10 @@ sass:
420
420
  # POSTS Management
421
421
  # Set the post articles to include, exclude and ignore
422
422
  #
423
- #future: false
424
- #show_drafts: false
425
- #unpublished: false
426
- #limit_posts: 10
423
+ future: true # workaround (non US) TZ issues (of April 2021)
424
+ show_drafts: false
425
+ unpublished: false
426
+ limit_posts: 1000000 # set to UNLIMITED
427
427
 
428
428
  # ------------------------------------------------------------------------------
429
429
  # LIQUID template engine
@@ -520,6 +520,7 @@ whitelist:
520
520
  # EXCERPT settings
521
521
  #
522
522
  excerpt_separator: excerpt__end
523
+ excerpt_truncate_words: 100
523
524
 
524
525
  # ------------------------------------------------------------------------------
525
526
  # COLLECTION settings
@@ -637,7 +638,7 @@ defaults:
637
638
 
638
639
  analytics: false
639
640
  advertising: false
640
- comments: true
641
+ comments: false
641
642
 
642
643
  series: false
643
644
 
@@ -676,7 +677,7 @@ defaults:
676
677
 
677
678
  analytics: false
678
679
  advertising: false
679
- comments: true
680
+ comments: false
680
681
 
681
682
  series: true
682
683
 
@@ -549,13 +549,13 @@ resources:
549
549
  init_function: [ j1.adapter.back2top.init ]
550
550
 
551
551
  # ----------------------------------------------------------------------------
552
- # CookieBar
552
+ # GDPR compatible Cookie Consent for J1 Template
553
553
  #
554
- - name: CookieBar
554
+ - name: J1 CookieConsent
555
555
  resource:
556
- id: cookiebar
556
+ id: cookieConsent
557
557
  enabled: true
558
- comment: module cookiebar
558
+ comment: module cookieConsent
559
559
  region: head
560
560
  layout: [ all ]
561
561
  required: always
@@ -565,9 +565,9 @@ resources:
565
565
  pass_init_data: false
566
566
  data:
567
567
  css: []
568
- files: [ adapter/js/cookiebar.js ]
569
- js: []
570
- init_function: [ j1.adapter.cookiebar.init ]
568
+ files: [ adapter/js/cookieConsent.js ]
569
+ js: [ modules/cookieConsent/js/cookieConsent ]
570
+ init_function: [ j1.adapter.cookieConsent.init ]
571
571
 
572
572
  # ----------------------------------------------------------------------------
573
573
  # jqMouseWheel, jQuery plugin to add cross-browser mouse wheel support
@@ -1170,7 +1170,10 @@ resources:
1170
1170
  enabled: true
1171
1171
  comment: Floating Button Menu
1172
1172
  region: head
1173
- layout: [ home, page, post, collection ] # TODO: check if FAM makes sense for layout app
1173
+ layout: [ # TODO: check if FAM makes sense for layout app
1174
+ home, page, post, collection,
1175
+ blog_archive
1176
+ ]
1174
1177
  required: always
1175
1178
  preload: false # property currently unused
1176
1179
  script_load: sync
@@ -29,6 +29,7 @@ defaults:
29
29
  title: Customizer
30
30
 
31
31
  xhr_container_id: customizer
32
+ xhr_data_element: galleryCustomizer
32
33
  xhr_data_path: /assets/data/gallery_customizer/index.html
33
34
 
34
35
  gallery_settings:
@@ -121,6 +121,7 @@ settings:
121
121
  enabled: true
122
122
  comment: Top teaser shown on home page
123
123
  type: teaser
124
+ properties: mt-3 mr-3 mb-5 ml-3
124
125
  icon_family: MDI
125
126
 
126
127
  style: light
@@ -155,37 +156,41 @@ settings:
155
156
  </p>
156
157
  buttons:
157
158
 
158
- - name: Roundtrip button
159
+ - name: Roundtrip
159
160
  button:
160
- text: Roundtrip
161
- class: btn btn-raised btn-flex btn-md btn-primary mr-2 mb-2
162
- style: "min-width: 12rem"
163
- icon: eye
164
- icon_color: md_white
165
- icon_size: 24px
161
+ title: Roundtrip
162
+ tagline: learn top features
163
+ class: btn btn-raised btn-xl btn-primary text-uppercase mr-2 mb-2
164
+ # style: "min-width: 370px"
165
+ style:
166
+ icon: briefcase-search-outline
167
+ icon_color:
168
+ icon_size: 3x
166
169
  href: /pages/public/learn/roundtrip/present_images/
167
170
  target:
168
171
 
169
- - name: Kickstarter button
172
+ - name: Download
170
173
  button:
171
- text: Kickstart
172
- class: btn btn-raised btn-flex btn-md btn-primary mr-2 mb-2
173
- style: "min-width: 12rem"
174
- icon: rocket
175
- icon_color: md_white
176
- icon_size: 24px
177
- href: "https://jekyll.one/pages/public/learn/kickstarter/web_in_a_day/meet_and_greet/"
174
+ title: Download
175
+ tagline: get on rubygems
176
+ class: btn btn-raised btn-xl btn-primary text-uppercase mr-2 mb-2
177
+ style:
178
+ icon: briefcase-download-outline
179
+ icon_color:
180
+ icon_size: 3x
181
+ href: "https://rubygems.org/gems/j1-template"
178
182
  target: blank
179
183
 
180
- - name: Download button
184
+ - name: Quickstart
181
185
  button:
182
- text: Download
183
- class: btn btn-raised btn-flex btn-md btn-primary mr-2 mb-2
184
- style: "min-width: 12rem"
185
- icon: download
186
- icon_color: md_white
187
- icon_size: 24px
188
- href: "https://rubygems.org/gems/j1-template"
186
+ title: Quickstart
187
+ tagline: finished in 15 minutes
188
+ class: btn btn-raised btn-xl btn-primary text-uppercase mr-2 mb-2
189
+ style:
190
+ icon: briefcase-check-outline
191
+ icon_color:
192
+ icon_size: 3x
193
+ href: https://jekyll.one/pages/public/learn/quickstart/
189
194
  target: blank
190
195
 
191
196
  # --------------------------------------------------------------------------
@@ -249,7 +254,7 @@ settings:
249
254
  text: Start creating your static web
250
255
  class: btn btn-raised btn-flex btn-md btn-primary g-mr-5
251
256
  icon: rocket
252
- icon_color: md_white
257
+ icon_color: md-black
253
258
  icon_size: 24px
254
259
  href: /pages/public/learn/kickstarter/web_in_a_day/meet_and_greet/
255
260
  target:
@@ -293,6 +298,7 @@ settings:
293
298
  id: home_parallax_banner
294
299
  enabled: true
295
300
  type: parallax
301
+ properties: mt-5 mb-5
296
302
  comment: Main parallax banner shown on home page
297
303
 
298
304
  style: dark
@@ -39,6 +39,7 @@ settings:
39
39
  comment: Home Intro Panel
40
40
  type: intro
41
41
  animate:
42
+ properties: mt-3 mr-3 mb-5 ml-3
42
43
 
43
44
  title: All in One
44
45
  tagline: top features
@@ -70,7 +71,7 @@ settings:
70
71
  icon: responsive
71
72
  icon_family: MDI
72
73
  icon_size: 3x
73
- icon_color: md-white
74
+ icon_color:
74
75
  text: >
75
76
  The Web is everywhere. J1 Template supports modern web browsers
76
77
  on all devices for best results on PCs, Tablets, and SmartPhones.
@@ -87,16 +88,16 @@ settings:
87
88
  icon_color:
88
89
  href: /pages/public/panels/intro_panel#responsive-design
89
90
 
90
- - name: HTML5
91
+ - name: Technology
91
92
  card:
92
93
  enabled: true
93
94
  type: text
94
- title: HTML &#xB7; CSS &#xB7; JS
95
+ title: Technology
95
96
  tagline: J1 Template
96
- icon: language-html5
97
+ icon: tools
97
98
  icon_family: MDI
98
99
  icon_size: 3x
99
- icon_color: md-white
100
+ icon_color:
100
101
  text: >
101
102
  Current Technology and Design. Excellent performance in running
102
103
  a website. Use Jekyll One to present your content at its best.
@@ -122,7 +123,7 @@ settings:
122
123
  icon: clock
123
124
  icon_family: MDI
124
125
  icon_size: 3x
125
- icon_color: md-white
126
+ icon_color:
126
127
  text: >
127
128
  No programming is needed to start using J1. The Template
128
129
  provides a large number of building blocks to create
@@ -305,9 +306,10 @@ settings:
305
306
  comment: Home News Panel
306
307
  type: news
307
308
  animate:
309
+ properties: mt-5 mr-3 mb-5 ml-3
310
+
308
311
  title: Creators Blog
309
312
  tagline: latest news
310
-
311
313
  description: >
312
314
  Explore the blog and find interesting articles around Jekyll and
313
315
  website creation processes in general. And this blog is an excellent
@@ -129,6 +129,10 @@
129
129
  #
130
130
  # ------------------------------------------------------------------------------
131
131
  #
132
+
133
+ defaults:
134
+ post_image: /assets/images/modules/attics/christa-dodoo-1920x1280.jpg
135
+
132
136
  previewer: timeline
133
137
 
134
138
  article_navigator:
@@ -146,7 +150,7 @@ article_previewer:
146
150
  All articles are reverse ordered by date. The current articles are displayed
147
151
  first. To preview older posts, use the button <b>Older Posts</b> from the
148
152
  Preview Bar. For newer posts use the button <b>Newer Posts</b> for
149
- more recent articles.
153
+ more recent articles.
150
154
 
151
155
  archive_view:
152
156
  enabled: true
@@ -165,6 +169,7 @@ archive_view:
165
169
  category_view:
166
170
  enabled: true
167
171
  word_cloud: true
172
+ skip_categories: Posts, Public
168
173
  description: >
169
174
  Check out <b>all</b> articles in the blog posts <b>archive</b>.
170
175
  Below, find articles available this site <b>grouped</b> by