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.
- checksums.yaml +4 -4
- data/_includes/themes/j1/layouts/layout_metadata_generator.html +23 -9
- data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +1 -1
- data/_includes/themes/j1/modules/connectors/ads +3 -5
- data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +9 -5
- data/_includes/themes/j1/modules/connectors/analytics +4 -2
- data/_includes/themes/j1/modules/connectors/comments +7 -6
- data/_includes/themes/j1/modules/connectors/translator +3 -4
- data/_includes/themes/j1/modules/navigator/generator.html +4 -40
- data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +2 -2
- data/_includes/themes/j1/procedures/global/create_bs_button.proc +64 -22
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +14 -10
- data/_layouts/default.html +4 -7
- data/assets/data/authclient.html +231 -229
- data/assets/data/banner.html +30 -32
- data/assets/data/cookieconsent.html +249 -0
- data/assets/data/fam.html +1 -1
- data/assets/data/footer.html +1 -1
- data/assets/data/gallery_customizer.html +10 -5
- data/assets/data/menu.html +3 -3
- data/assets/data/mmenu.html +4 -3
- data/assets/data/mmenu_sidebar.html +1 -1
- data/assets/data/mmenu_toc.html +1 -1
- data/assets/data/panel.html +20 -16
- data/assets/data/quicklinks.html +20 -18
- data/assets/data/themes.json +6 -6
- data/assets/themes/j1/adapter/js/{cookiebar.js → cookieConsent.js} +129 -55
- data/assets/themes/j1/adapter/js/j1.js +147 -145
- data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +3 -2
- data/assets/themes/j1/adapter/js/mmenu.js +8 -4
- data/assets/themes/j1/adapter/js/navigator.js +77 -22
- data/assets/themes/j1/adapter/js/themer.js +37 -29
- data/assets/themes/j1/adapter/js/toccer.js +4 -45
- data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +17 -14
- data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +3960 -240
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/js/template.js +3 -9
- data/assets/themes/j1/core/js/template.js.map +1 -1
- data/assets/themes/j1/core/js/template.min.js +3 -9
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/cookieConsent/LICENSE +21 -0
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +286 -0
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +28 -0
- data/assets/themes/j1/modules/fam/css/{uno → theme/uno}/fam.css +0 -0
- data/assets/themes/j1/modules/fam/css/theme/uno/fam.min.css +15 -0
- data/assets/themes/j1/modules/fam/js/fam.js +1 -6
- data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +4 -2
- data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +4 -3
- data/assets/themes/j1/modules/iframeResizer/examples/frame.hover.html +4 -2
- data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +4 -2
- data/assets/themes/j1/modules/iframeResizer/examples/frame.textarea.html +4 -2
- data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +4 -2
- data/assets/themes/j1/modules/iframeResizer/examples/index.html +2 -0
- data/assets/themes/j1/modules/iframeResizer/examples/two.html +4 -2
- data/assets/themes/j1/modules/mmenuLight/css/{mmenu.css → mmenu-light.css} +0 -0
- data/assets/themes/j1/modules/mmenuLight/css/{mmenu.min.css → mmenu-light.min.css} +0 -0
- data/assets/themes/j1/modules/mmenuLight/css/theme/{uno.css → uno/mmenu.css} +0 -0
- data/assets/themes/j1/modules/mmenuLight/css/theme/{uno.min.css → uno/mmenu.min.css} +0 -0
- data/assets/themes/j1/modules/rtable/css/theme/{uno.css → uno/rtable.css} +0 -0
- data/assets/themes/j1/modules/rtable/css/theme/{uno.min.css → uno/rtable.min.css} +0 -0
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +33 -47
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +410 -2
- data/assets/themes/j1/modules/util/js/domready.js +146 -0
- data/assets/themes/j1/modules/util/js/gtag-opt-in.js +1 -0
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app/j1_auth_manager/auth_manager.rb +2 -3
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +8 -7
- data/lib/starter_web/_data/_defaults/resources.yml +11 -8
- data/lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml +1 -0
- data/lib/starter_web/_data/blocks/banner.yml +30 -24
- data/lib/starter_web/_data/blocks/panel.yml +9 -7
- data/lib/starter_web/_data/builder/blog_navigator.yml +6 -1
- data/lib/starter_web/_data/j1_config.yml +22 -19
- data/lib/starter_web/_data/layouts/blog_archive.yml +9 -0
- data/lib/starter_web/_data/layouts/default.yml +17 -27
- data/lib/starter_web/_data/layouts/home.yml +6 -5
- data/lib/starter_web/_data/layouts/page.yml +1 -1
- data/lib/starter_web/_data/modules/{cookiebar.yml → cookieconsent.yml} +4 -4
- data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -0
- data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +135 -0
- data/lib/starter_web/_data/modules/defaults/navigator.yml +5 -2
- data/lib/starter_web/_data/modules/defaults/themer.yml +2 -1
- data/lib/starter_web/_data/modules/navigator.yml +24 -21
- data/lib/starter_web/_data/modules/navigator_menu.yml +1 -1
- data/lib/starter_web/_data/pages/builder.yml +7 -7
- data/lib/starter_web/_data/private.default.yml +119 -0
- data/lib/starter_web/_data/private.yml +6 -6
- data/lib/starter_web/_data/resources.yml +19 -15
- data/lib/starter_web/_includes/attributes.asciidoc +10 -1
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/assets/images/modules/attics/christa-dodoo-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/{cookies-1920x1200-bw.jpg → cookies-1920x1200.jpg} +0 -0
- data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +3 -9
- data/lib/starter_web/collections/posts/public/featured/_posts/2020-01-01-about-cookies.adoc +4 -4
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-01-site-generators.adoc +1 -7
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +2 -7
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +0 -4
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +0 -4
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +0 -4
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +0 -4
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +3 -0
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +3 -0
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +3 -0
- data/lib/starter_web/dot.gitignore +1 -1
- data/lib/starter_web/index.html +3 -3
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive.html +43 -23
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +51 -27
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +48 -26
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +44 -12
- data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
- data/lib/starter_web/pages/public/cookieConsent.adoc +93 -0
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.org.asciidoc +244 -0
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +2 -1
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +0 -16
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +104 -209
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +6 -1
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +25 -14
- data/assets/data/cookiebar.html +0 -285
- 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
@@ -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,
|
157
|
+
http_only: true,
|
158
158
|
key: 'j1.app.session',
|
159
|
-
|
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|
|
data/lib/starter_web/Gemfile
CHANGED
@@ -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.
|
57
|
+
gem 'j1-template', '~> 2021.1.6'
|
58
58
|
|
59
59
|
# ------------------------------------------------------------------------------
|
60
60
|
# PRODUCTION: Gem needed for the Jekyll and J1 prod environment
|
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.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
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
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:
|
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:
|
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
|
-
#
|
552
|
+
# GDPR compatible Cookie Consent for J1 Template
|
553
553
|
#
|
554
|
-
- name:
|
554
|
+
- name: J1 CookieConsent
|
555
555
|
resource:
|
556
|
-
id:
|
556
|
+
id: cookieConsent
|
557
557
|
enabled: true
|
558
|
-
comment: module
|
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/
|
569
|
-
js: []
|
570
|
-
init_function: [ j1.adapter.
|
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: [
|
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
|
@@ -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
|
159
|
+
- name: Roundtrip
|
159
160
|
button:
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
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:
|
172
|
+
- name: Download
|
170
173
|
button:
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
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:
|
184
|
+
- name: Quickstart
|
181
185
|
button:
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
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:
|
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:
|
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:
|
91
|
+
- name: Technology
|
91
92
|
card:
|
92
93
|
enabled: true
|
93
94
|
type: text
|
94
|
-
title:
|
95
|
+
title: Technology
|
95
96
|
tagline: J1 Template
|
96
|
-
icon:
|
97
|
+
icon: tools
|
97
98
|
icon_family: MDI
|
98
99
|
icon_size: 3x
|
99
|
-
icon_color:
|
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:
|
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
|