j1_template_mde 2018.4.23 → 2018.4.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/themes/j1/layouts/layout_metadata_generator.html +9 -4
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +2 -2
- data/lib/starter_web/_data/modules/j1_header.yml +4 -1
- data/lib/starter_web/_data/modules/j1_navigator_menu.yml +3 -0
- data/lib/starter_web/assets/images/master_header/stefan-stefancik-1280x800.png +0 -0
- data/lib/starter_web/assets/themes/j1/core/css/vendor.css +12 -12
- data/lib/starter_web/assets/themes/j1/core/css/vendor.min.css +2 -2
- data/lib/starter_web/assets/themes/j1/core/js/template.js +1 -1
- data/lib/starter_web/assets/themes/j1/core/js/template.js.map +1 -1
- data/lib/starter_web/assets/themes/j1/core/js/template.min.js +1 -1
- data/lib/starter_web/collections/posts/premium/series/_posts/2018-11-01-docker-using-shared-folders.adoc +436 -2
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/premium/bookshelf/100_about_jekyll_collections.adoc +5 -3
- data/lib/starter_web/pages/premium/bookshelf/200_book_shelf_biography.adoc +3 -4
- data/lib/starter_web/pages/premium/bookshelf/300_book_shelf_fantasy.adoc +2 -4
- data/lib/starter_web/pages/premium/bookshelf/400_book_shelf_romance.adoc +2 -4
- data/lib/starter_web/pages/private/TeamUp/000_includes/attributes.asciidoc +61 -0
- data/lib/starter_web/pages/private/TeamUp/index.adoc +91 -0
- data/lib/starter_web/pages/private/previewer/000_includes/attributes.asciidoc +46 -5
- data/lib/starter_web/pages/private/previewer/justified_gallery.html +4 -4
- data/lib/starter_web/pages/private/previewer/mdi_icons_preview.adoc +18 -15
- data/lib/starter_web/pages/private/previewer/twitter_emoji_preview.adoc +18 -16
- data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/000_includes/attributes.asciidoc +56 -9
- data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/100_introduction.adoc +0 -1
- data/lib/starter_web/pages/public/start/roundtrip/200_cards.adoc +1 -1
- metadata +6 -7
- data/lib/starter_web/_data/modules/_unused/j1_navigator.yml +0 -195
- data/lib/starter_web/_data/modules/_unused/j1_navigator_menu.yml +0 -317
- data/lib/starter_web/_data/modules/j1_jekyll_search.new.yml +0 -115
- data/lib/starter_web/_data/modules/j1_jekyll_search.org.yml +0 -106
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
# ------------------------------------------------------------------------------
|
|
2
|
-
# ~/_data/modules/j1_jekyll_search.yml
|
|
3
|
-
# Default configuration for J1 SimpleJekyllSearch module
|
|
4
|
-
#
|
|
5
|
-
# Product/Info:
|
|
6
|
-
# https://jekyll-one.com
|
|
7
|
-
#
|
|
8
|
-
# Copyright (C) 2019 Juergen Adams
|
|
9
|
-
#
|
|
10
|
-
# J1 Template is licensed under the MIT License.
|
|
11
|
-
# See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE
|
|
12
|
-
# ------------------------------------------------------------------------------
|
|
13
|
-
|
|
14
|
-
# ------------------------------------------------------------------------------
|
|
15
|
-
# SimpleJekyllSearch settings
|
|
16
|
-
#
|
|
17
|
-
# enabled
|
|
18
|
-
# Enables|Disables the use of J1 Search Manager
|
|
19
|
-
#
|
|
20
|
-
# values: boolean (true|false)
|
|
21
|
-
# default: false
|
|
22
|
-
#
|
|
23
|
-
# placement
|
|
24
|
-
# Enables|Disables the console log
|
|
25
|
-
#
|
|
26
|
-
# values: boolean (true|false)
|
|
27
|
-
# default: false
|
|
28
|
-
#
|
|
29
|
-
# target
|
|
30
|
-
# The ID used for the bootstrap theme css file
|
|
31
|
-
#
|
|
32
|
-
# values: string
|
|
33
|
-
# default: bootstrapTheme
|
|
34
|
-
#
|
|
35
|
-
# searchInput
|
|
36
|
-
# If true, a cookie will be saved with the currently selected theme
|
|
37
|
-
#
|
|
38
|
-
# values: boolean (true|false)
|
|
39
|
-
# default: true
|
|
40
|
-
#
|
|
41
|
-
# resultsOutput
|
|
42
|
-
# TBD
|
|
43
|
-
#
|
|
44
|
-
# values: string
|
|
45
|
-
# default:
|
|
46
|
-
#
|
|
47
|
-
# resultsContainer
|
|
48
|
-
# TBD
|
|
49
|
-
#
|
|
50
|
-
# values: string
|
|
51
|
-
# default:
|
|
52
|
-
#
|
|
53
|
-
# indexData
|
|
54
|
-
# TBD
|
|
55
|
-
#
|
|
56
|
-
# values: string
|
|
57
|
-
# default:
|
|
58
|
-
#
|
|
59
|
-
# resultTemplate
|
|
60
|
-
# TBD
|
|
61
|
-
#
|
|
62
|
-
# values: string
|
|
63
|
-
# default:
|
|
64
|
-
#
|
|
65
|
-
# resultLimit
|
|
66
|
-
# TBD
|
|
67
|
-
#
|
|
68
|
-
# values: string
|
|
69
|
-
# default:
|
|
70
|
-
#
|
|
71
|
-
# minSearchItemLen
|
|
72
|
-
# TBD
|
|
73
|
-
#
|
|
74
|
-
# values: string
|
|
75
|
-
# default:
|
|
76
|
-
#
|
|
77
|
-
# searchFuzzy
|
|
78
|
-
# TBD
|
|
79
|
-
#
|
|
80
|
-
# values: string
|
|
81
|
-
# default:
|
|
82
|
-
#
|
|
83
|
-
# searchExlude
|
|
84
|
-
# TBD
|
|
85
|
-
#
|
|
86
|
-
# values: string
|
|
87
|
-
# default:
|
|
88
|
-
#
|
|
89
|
-
enabled: true
|
|
90
|
-
placement: navbar
|
|
91
|
-
target: _blank
|
|
92
|
-
search_input: jss-input
|
|
93
|
-
results_output: jss-panel
|
|
94
|
-
results_container: jss-results
|
|
95
|
-
index_data: /assets/data/search.json
|
|
96
|
-
result_limit: 100
|
|
97
|
-
no_results_text: The search has no results
|
|
98
|
-
min_search_item_len: 3
|
|
99
|
-
search_fuzzy: false
|
|
100
|
-
search_exlude: [ Impress ]
|
|
101
|
-
result_template: >
|
|
102
|
-
<li>
|
|
103
|
-
<div class="card card-flat">
|
|
104
|
-
<div class="card-body">
|
|
105
|
-
<h4 class="card-title">{title}</h4>
|
|
106
|
-
<h5 class="notoc card-subtitle text-muted mb-2">{tagline}</h5>
|
|
107
|
-
<div class="card-text">
|
|
108
|
-
<p>{excerpt}</p>
|
|
109
|
-
</div>
|
|
110
|
-
<div class="card-footer">
|
|
111
|
-
<a class="card-link" href="{url}" target="_blank">Read more ..</a>
|
|
112
|
-
</div>
|
|
113
|
-
</div>
|
|
114
|
-
</div>
|
|
115
|
-
</li>
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
# ------------------------------------------------------------------------------
|
|
2
|
-
# ~/_data/modules/j1_jekyll_search.yml
|
|
3
|
-
# Default configuration for J1 SimpleJekyllSearch module
|
|
4
|
-
#
|
|
5
|
-
# Product/Info:
|
|
6
|
-
# https://jekyll-one.com
|
|
7
|
-
#
|
|
8
|
-
# Copyright (C) 2019 Juergen Adams
|
|
9
|
-
#
|
|
10
|
-
# J1 Template is licensed under the MIT License.
|
|
11
|
-
# See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE
|
|
12
|
-
# ------------------------------------------------------------------------------
|
|
13
|
-
|
|
14
|
-
# ------------------------------------------------------------------------------
|
|
15
|
-
# SimpleJekyllSearch settings
|
|
16
|
-
#
|
|
17
|
-
# enabled
|
|
18
|
-
# Enables|Disables the use of J1 Search Manager
|
|
19
|
-
#
|
|
20
|
-
# values: boolean (true|false)
|
|
21
|
-
# default: false
|
|
22
|
-
#
|
|
23
|
-
# placement
|
|
24
|
-
# Enables|Disables the console log
|
|
25
|
-
#
|
|
26
|
-
# values: boolean (true|false)
|
|
27
|
-
# default: false
|
|
28
|
-
#
|
|
29
|
-
# target
|
|
30
|
-
# The ID used for the bootstrap theme css file
|
|
31
|
-
#
|
|
32
|
-
# values: string
|
|
33
|
-
# default: bootstrapTheme
|
|
34
|
-
#
|
|
35
|
-
# searchInput
|
|
36
|
-
# If true, a cookie will be saved with the currently selected theme
|
|
37
|
-
#
|
|
38
|
-
# values: boolean (true|false)
|
|
39
|
-
# default: true
|
|
40
|
-
#
|
|
41
|
-
# resultsOutput
|
|
42
|
-
# TBD
|
|
43
|
-
#
|
|
44
|
-
# values: string
|
|
45
|
-
# default:
|
|
46
|
-
#
|
|
47
|
-
# resultsContainer
|
|
48
|
-
# TBD
|
|
49
|
-
#
|
|
50
|
-
# values: string
|
|
51
|
-
# default:
|
|
52
|
-
#
|
|
53
|
-
# indexData
|
|
54
|
-
# TBD
|
|
55
|
-
#
|
|
56
|
-
# values: string
|
|
57
|
-
# default:
|
|
58
|
-
#
|
|
59
|
-
# resultTemplate
|
|
60
|
-
# TBD
|
|
61
|
-
#
|
|
62
|
-
# values: string
|
|
63
|
-
# default:
|
|
64
|
-
#
|
|
65
|
-
# resultLimit
|
|
66
|
-
# TBD
|
|
67
|
-
#
|
|
68
|
-
# values: string
|
|
69
|
-
# default:
|
|
70
|
-
#
|
|
71
|
-
# minSearchItemLen
|
|
72
|
-
# TBD
|
|
73
|
-
#
|
|
74
|
-
# values: string
|
|
75
|
-
# default:
|
|
76
|
-
#
|
|
77
|
-
# searchFuzzy
|
|
78
|
-
# TBD
|
|
79
|
-
#
|
|
80
|
-
# values: string
|
|
81
|
-
# default:
|
|
82
|
-
#
|
|
83
|
-
# searchExlude
|
|
84
|
-
# TBD
|
|
85
|
-
#
|
|
86
|
-
# values: string
|
|
87
|
-
# default:
|
|
88
|
-
#
|
|
89
|
-
enabled: true
|
|
90
|
-
placement: navbar
|
|
91
|
-
target: _blank
|
|
92
|
-
search_input: jss-input
|
|
93
|
-
results_output: jss-panel
|
|
94
|
-
results_container: jss-results
|
|
95
|
-
index_data: /assets/data/search.json
|
|
96
|
-
result_limit: 100
|
|
97
|
-
no_results_text: The search has no results
|
|
98
|
-
min_search_item_len: 3
|
|
99
|
-
search_fuzzy: false
|
|
100
|
-
search_exlude: [ Impress ]
|
|
101
|
-
result_template: >
|
|
102
|
-
<li>
|
|
103
|
-
<a href="{url}" class="result-item" target="{target}">
|
|
104
|
-
<p class="result-group-item">{title} · <small class="result-group-item-text">{tagline}</small> · tags: <small class="result-group-item-text">{tags}</small> </p>
|
|
105
|
-
</a>
|
|
106
|
-
</li>
|