j1_template_mde 2018.4.23 → 2018.4.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/layout_metadata_generator.html +9 -4
  3. data/lib/j1/version.rb +1 -1
  4. data/lib/starter_web/Gemfile +1 -1
  5. data/lib/starter_web/_config.yml +2 -2
  6. data/lib/starter_web/_data/modules/j1_header.yml +4 -1
  7. data/lib/starter_web/_data/modules/j1_navigator_menu.yml +3 -0
  8. data/lib/starter_web/assets/images/master_header/stefan-stefancik-1280x800.png +0 -0
  9. data/lib/starter_web/assets/themes/j1/core/css/vendor.css +12 -12
  10. data/lib/starter_web/assets/themes/j1/core/css/vendor.min.css +2 -2
  11. data/lib/starter_web/assets/themes/j1/core/js/template.js +1 -1
  12. data/lib/starter_web/assets/themes/j1/core/js/template.js.map +1 -1
  13. data/lib/starter_web/assets/themes/j1/core/js/template.min.js +1 -1
  14. data/lib/starter_web/collections/posts/premium/series/_posts/2018-11-01-docker-using-shared-folders.adoc +436 -2
  15. data/lib/starter_web/package.json +1 -1
  16. data/lib/starter_web/pages/premium/bookshelf/100_about_jekyll_collections.adoc +5 -3
  17. data/lib/starter_web/pages/premium/bookshelf/200_book_shelf_biography.adoc +3 -4
  18. data/lib/starter_web/pages/premium/bookshelf/300_book_shelf_fantasy.adoc +2 -4
  19. data/lib/starter_web/pages/premium/bookshelf/400_book_shelf_romance.adoc +2 -4
  20. data/lib/starter_web/pages/private/TeamUp/000_includes/attributes.asciidoc +61 -0
  21. data/lib/starter_web/pages/private/TeamUp/index.adoc +91 -0
  22. data/lib/starter_web/pages/private/previewer/000_includes/attributes.asciidoc +46 -5
  23. data/lib/starter_web/pages/private/previewer/justified_gallery.html +4 -4
  24. data/lib/starter_web/pages/private/previewer/mdi_icons_preview.adoc +18 -15
  25. data/lib/starter_web/pages/private/previewer/twitter_emoji_preview.adoc +18 -16
  26. data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/000_includes/attributes.asciidoc +56 -9
  27. data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/100_introduction.adoc +0 -1
  28. data/lib/starter_web/pages/public/start/roundtrip/200_cards.adoc +1 -1
  29. metadata +6 -7
  30. data/lib/starter_web/_data/modules/_unused/j1_navigator.yml +0 -195
  31. data/lib/starter_web/_data/modules/_unused/j1_navigator_menu.yml +0 -317
  32. data/lib/starter_web/_data/modules/j1_jekyll_search.new.yml +0 -115
  33. data/lib/starter_web/_data/modules/j1_jekyll_search.org.yml +0 -106
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1_starter",
4
- "version": "2018.4.23",
4
+ "version": "2018.4.24",
5
5
  "description": "Starter site for J1 Template",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -5,12 +5,12 @@ title: Jekyll Collections
5
5
  tagline: Most powerful but least understood feature
6
6
  description: Jekyll Collections Overview
7
7
 
8
- tags: [ Jekyll, Collections, Feature, Overview ]
8
+ tags: [ Jekyll, Collections, Overview ]
9
9
  index: []
10
- categories: [ collection ]
10
+ categories: [ collections ]
11
11
 
12
12
  permalink: /pages/premium/bookshelf/about_collections/
13
- regenerate: false
13
+ tags: [ Jekyll, Collections, Feature, Overview ]
14
14
 
15
15
  resource_options:
16
16
  - masthead:
@@ -18,6 +18,8 @@ resource_options:
18
18
  slides:
19
19
  - url: /assets/images/master_header/maarten-van-den-heuvel-1280x600.png
20
20
  alt: maarten-van-den-heuvel-1280x600
21
+
22
+ regenerate: false
21
23
  ---
22
24
 
23
25
  // Enable the Liquid Preprocessor
@@ -3,11 +3,9 @@ title: Biography
3
3
  tagline: Today's People in the Book Shelf
4
4
  description: Jekyll Collections
5
5
 
6
- noindex: true
7
-
8
- tags: [ Jekyll, Collection, Biography ]
6
+ tags: [ Jekyll, Collections, Biography ]
9
7
  index: []
10
- categories: [ collection ]
8
+ categories: [ collections ]
11
9
 
12
10
  permalink: /pages/premium/bookshelf/biography/
13
11
  regenerate: false
@@ -19,6 +17,7 @@ resource_options:
19
17
  slides:
20
18
  - url: /assets/images/master_header/aaron-burden-1280x600.png
21
19
  alt: aaron-burden-1280x600
20
+
22
21
  ---
23
22
 
24
23
  // Enable the Liquid Preprocessor
@@ -3,11 +3,9 @@ title: Fantasy
3
3
  tagline: Fantasy Literature in the Book Shelf
4
4
  description: Jekyll Collections
5
5
 
6
- noindex: true
7
-
8
- tags: [ Jekyll, Collection, Fantasy ]
6
+ tags: [ Jekyll, Collections, Fantasy ]
9
7
  index: []
10
- categories: [ collection ]
8
+ categories: [ collections ]
11
9
 
12
10
  permalink: /pages/premium/bookshelf/fantasy/
13
11
  regenerate: false
@@ -3,11 +3,9 @@ title: Romance
3
3
  tagline: Romance Literature in the Book Shelf
4
4
  description: Jekyll Collections
5
5
 
6
- noindex: true
7
-
8
- tags: [ Jekyll, Collection, Romance ]
6
+ tags: [ Jekyll, Collections, Romance ]
9
7
  index: []
10
- categories: [ collection ]
8
+ categories: [ collections ]
11
9
 
12
10
  permalink: /pages/premium/bookshelf/romance/
13
11
  regenerate: false
@@ -0,0 +1,61 @@
1
+ // ~/document_base_folder/000_includes
2
+ // Asciidoc attribute includes: attributes.asciidoc
3
+ // -----------------------------------------------------------------------------
4
+
5
+ // URLs - Internal references and/or sources on the Internet
6
+ // -----------------------------------------------------------------------------
7
+ tag::urls[]
8
+
9
+ :teamup-home: https://www.teamup.com/
10
+ :teamup-help: https://www.teamup.com/help/general-help/
11
+ :teamup-faq: https://calendar.teamup.com/kb-tags/faq/
12
+ end::urls[]
13
+
14
+ // Tags - Asciidoc attributes used internally
15
+ // -----------------------------------------------------------------------------
16
+ tag::tags[]
17
+
18
+ :window: window="_blank"
19
+ :no-clipboard: noclip
20
+ :figure-caption: Figure
21
+ :images-dir: pages/roundtrip
22
+ :y: icon:check[role="green"]
23
+ :n: icon:times[role="red"]
24
+ :c: icon:file-alt[role="blue"]
25
+ :beginner: icon:battery-quarter[role="md-blue"]
26
+ :inter: icon:battery-half[role="md-blue"]
27
+ :advanced: icon:battery-full[role="md-blue"]
28
+ :emdash: —
29
+ :bullet: •
30
+ :bigbullet: ●
31
+ :bigbigbullet: ⬤
32
+ :dot: .
33
+ :dotdot: ..
34
+ :middot: ·
35
+
36
+ end::tags[]
37
+
38
+ // Data - Data elements for Asciidoctor extensions
39
+ // -----------------------------------------------------------------------------
40
+ tag::data[]
41
+
42
+ :data-images-standalone: "{images-dir}/100_present_images/image-2.jpg, Two men in bicycle jerseys sitting outside at table having coffee, {images-dir}/100_present_images/image-1.jpg, Young lady looking at the beach"
43
+
44
+ end::data[]
45
+
46
+ // Product - Document (e.g release) information
47
+ // -----------------------------------------------------------------------------
48
+ tag::product_info[]
49
+ :license: MIT License
50
+ :revdate: 2018
51
+ :revnumber: 1.0.0
52
+ end::product_info[]
53
+
54
+
55
+ // Author - Author information
56
+ // -----------------------------------------------------------------------------
57
+ tag::authors[]
58
+ :uri-author-juergen-adams https://jekyll.one
59
+ end::authors[]
60
+
61
+
@@ -0,0 +1,91 @@
1
+ ---
2
+ layout: page
3
+
4
+ title: J1 Calendar
5
+ tagline: Integrated Cloud Calendar for your Web
6
+ description: J1 Calendar - Integrated Cloud Calendar for your Web
7
+
8
+ tags: [ App, Calendar, TeamUp ]
9
+ index: []
10
+ categories: [ apps ]
11
+
12
+ permalink: /pages/public/apps/calendar/
13
+ regenerate: false
14
+
15
+ resources: []
16
+ resource_options:
17
+ - toccer:
18
+ collapseDepth: 2
19
+ ---
20
+
21
+ // Enable the Liquid Preprocessor
22
+ // -----------------------------------------------------------------------------
23
+ :page-liquid:
24
+
25
+ // Set other global page attributes here
26
+ // -----------------------------------------------------------------------------
27
+
28
+ // Liquid procedures
29
+ // -----------------------------------------------------------------------------
30
+ {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
31
+
32
+ // Initialize entry document paths
33
+ // -----------------------------------------------------------------------------
34
+ {% include {{set_env_entry_document}} init_folders=all %}
35
+
36
+ // Load tags and urls
37
+ // -----------------------------------------------------------------------------
38
+ include::{includedir}/attributes.asciidoc[tag=tags]
39
+ include::{includedir}/attributes.asciidoc[tag=urls]
40
+ include::{includedir}/attributes.asciidoc[tag=data]
41
+
42
+ // Additional Asciidoc page attributes goes here
43
+ // -----------------------------------------------------------------------------
44
+
45
+ // Include documents
46
+ // -----------------------------------------------------------------------------
47
+
48
+
49
+ == J1 Calendar
50
+
51
+ J1 Calendar is based on the time management solution provided by
52
+ {teamup-home}[TeamUp, window="_blank"]. This cloud-based calendar software
53
+ offers shared calendar for single persons or groups to simplify organizing,
54
+ scheduling, and communication.
55
+
56
+ The calendar is accessible via the Internet and simplifies how groups share
57
+ plans, schedule events, and communicate statuses. Color-code calendars for team
58
+ members, jobs, projects, and bookable resources. Centrally managed with highly
59
+ customizable role-specific access permissions. No accounts are required.
60
+
61
+ More information is available at the TeamUp {teamup-help}[Help pages, window="_blank"].
62
+
63
+ === Add appointments
64
+
65
+ The calendar below has limited access to the date database and is allowed to
66
+ add appointments. Checkout the functionalities simply by click-in the page.
67
+
68
+ ++++
69
+ <div class="row ml-1 mr-1 mb-3">
70
+ <iframe
71
+ src="https://teamup.com/ksxm8qrzucngow4mp6"
72
+ style="border-width:0;width:100%;height:700px">
73
+ </iframe>
74
+ </div>
75
+ ++++
76
+
77
+ == Guide for Administrators
78
+
79
+ This is a complete guide for Calendar Administrators. In the guide you
80
+ will find what is your role as an Administrator, how to setup your calendar
81
+ properly and other various tips like Sharing, Notifications, Importing and
82
+ Exporting Events.
83
+
84
+ ++++
85
+ <div class="row mb-5">
86
+ <iframe src="https://docs.google.com/presentation/d/1GwyVUoJxJFJZxIycJR3rvI_00ITN5yVRI90DSgjraGc/embed?start=false&amp;loop=true&amp;delayms=30000"
87
+ style="border-width:0;width:100%;height:700px" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true">
88
+ </iframe>
89
+ </div>
90
+ ++++
91
+
@@ -1,7 +1,10 @@
1
- ////
2
- Asciidoc includes
3
- ////
1
+ // ~/document_base_folder/000_includes
2
+ // Asciidoc attribute includes: attributes.asciidoc
3
+ // -----------------------------------------------------------------------------
4
4
 
5
+
6
+ // URLs - Internal references and/or sources on the Internet
7
+ // -----------------------------------------------------------------------------
5
8
  tag::urls[]
6
9
 
7
10
  :google-md-icons: https://material.io/icons/
@@ -64,12 +67,50 @@ tag::urls[]
64
67
 
65
68
  end::urls[]
66
69
 
67
-
70
+ // Tags - Asciidoc attributes used internally
71
+ // -----------------------------------------------------------------------------
68
72
  tag::tags[]
69
73
 
74
+ :window: window="_blank"
75
+ :no-clipboard: noclip
70
76
  :figure-caption: Figure
77
+ :images-dir: pages/roundtrip
78
+ :y: icon:check[role="green"]
79
+ :n: icon:times[role="red"]
80
+ :c: icon:file-alt[role="blue"]
81
+ :beginner: icon:battery-quarter[role="md-blue"]
82
+ :inter: icon:battery-half[role="md-blue"]
83
+ :advanced: icon:battery-full[role="md-blue"]
84
+ :emdash: &#8212;
85
+ :bullet: &bull;
86
+ :bigbullet: &#9679;
87
+ :bigbigbullet: &#11044;
88
+ :dot: &#46;
89
+ :dotdot: &#46;&#46;
90
+ :middot: &middot;
91
+
92
+ end::tags[]
93
+
94
+ // Data - Data elements for Asciidoctor extensions
95
+ // -----------------------------------------------------------------------------
96
+ tag::data[]
71
97
 
72
98
  :lightbox-image-data-base-color-palette: "pages/previewer/bs-color-palette.png, Bootstrap base color palette"
73
99
  :lightbox-image-data-md-color-palette: "pages/previewer/material-design-color-palette.png, Material Design color palette"
74
100
 
75
- end::tags[]
101
+ end::data[]
102
+
103
+ // Product - Document (e.g release) information
104
+ // -----------------------------------------------------------------------------
105
+ tag::product_info[]
106
+ :license: MIT License
107
+ :revdate: 2018
108
+ :revnumber: 1.0.0
109
+ end::product_info[]
110
+
111
+
112
+ // Author - Author information
113
+ // -----------------------------------------------------------------------------
114
+ tag::authors[]
115
+ :uri-author-juergen-adams https://jekyll.one
116
+ end::authors[]
@@ -3,11 +3,11 @@ layout: raw
3
3
 
4
4
  title: GALLERY Previewer
5
5
  tagline: Manage Justified Gallery your Way
6
- description: Justified Gallery Previewer - Manage Justified Gallery your Way
6
+ description: Justified Gallery Previewer
7
7
 
8
- tags: [ Customizer, Justified, Gallery ]
8
+ tags: [ Customizer, Justified Gallery ]
9
9
  index: []
10
- categories: [ apps ]
10
+ categories: [ pages, manuals ]
11
11
 
12
12
  permalink: /pages/private/previewer/justified_gallery/
13
13
  regenerate: false
@@ -24,7 +24,7 @@ resource_options:
24
24
 
25
25
 
26
26
  {% comment %} Main
27
- --------------------------------------------------------------- {% endcomment %}
27
+ -------------------------------------------------------------------------------- {% endcomment %}
28
28
 
29
29
  <!-- [INFO ] [j1.gallery_customizer ] [Placement of BMD Drawer] -->
30
30
  <div class="row">
@@ -3,14 +3,14 @@ title: MDI Icon Previewer
3
3
  tagline: Search and Select MDI Icons
4
4
  description: Material Design Icons Preview for J1 Template
5
5
 
6
-
7
- tags: [Preview, Material, Design, MDI, Icon, Fonts ]
6
+ tags: [ Preview, Material, Design, MDI, FontAwesome, Icon, Fonts ]
8
7
  index: []
9
- categories: [ apps ]
8
+ categories: [ pages, manuals ]
10
9
 
11
10
  permalink: /pages/private/previewer/mdi_font/
12
11
  regenerate: false
13
12
 
13
+ resources: []
14
14
  resource_options:
15
15
  - toccer:
16
16
  collapseDepth: 2
@@ -25,29 +25,32 @@ resource_options:
25
25
  ---
26
26
 
27
27
  // Enable the Liquid Preprocessor
28
- //
28
+ // -----------------------------------------------------------------------------
29
29
  :page-liquid:
30
30
 
31
31
  // Set other global page attributes here
32
- // -------------------------------------------------------------------
33
-
32
+ // -----------------------------------------------------------------------------
34
33
 
35
- {% comment %} Liquid procedures
36
- --------------------------------------------------------------- {% endcomment %}
34
+ // Liquid procedures
35
+ // -----------------------------------------------------------------------------
37
36
  {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
38
37
 
39
-
40
- // NOTE: Initialize entry document paths
41
- //
38
+ // Initialize entry document paths
39
+ // -----------------------------------------------------------------------------
42
40
  {% include {{set_env_entry_document}} init_folders=all %}
43
41
 
44
42
  // Load tags and urls
45
- //
43
+ // -----------------------------------------------------------------------------
46
44
  include::{includedir}/attributes.asciidoc[tag=tags]
47
45
  include::{includedir}/attributes.asciidoc[tag=urls]
46
+ include::{includedir}/attributes.asciidoc[tag=data]
47
+
48
+ // Additional Asciidoc page attributes goes here
49
+ // -----------------------------------------------------------------------------
50
+
48
51
 
49
- // Additional ASCIIDOC attributes goes here
50
- //
52
+ // Include documents
53
+ // -----------------------------------------------------------------------------
51
54
 
52
55
 
53
56
  == Material Design Icons
@@ -259,7 +262,7 @@ NOTE: Click on the elements below to copy icon data to clipboard
259
262
  document.execCommand('copy');
260
263
  var copied = document.createElement('div');
261
264
  copied.setAttribute('class', 'copied');
262
- copied.appendChild(document.createTextNode('Copied!'));
265
+ copied.appendChild(document.createTextNode('Copied to Clipboard'));
263
266
  document.body.appendChild(copied);
264
267
  setTimeout(function () {
265
268
  document.body.removeChild(copyFrom);
@@ -3,13 +3,14 @@ title: Emoji Previewer
3
3
  tagline: Search and Select Twitter Emoji's
4
4
  description: Twitter Emoji Icons V1 Preview Page for J1 Template
5
5
 
6
- tags: [ Twitter, Emoji, Icons, Preview]
6
+ tags: [ Twitter, Emoji, Icons, Preview ]
7
7
  index: []
8
- categories: [ apps ]
8
+ categories: [ pages, manuals ]
9
9
 
10
10
  permalink: /pages/private/previewer/twitter_emoji/
11
- regenerate: false
11
+ regenerate: false
12
12
 
13
+ resources: []
13
14
  resource_options:
14
15
  - toccer:
15
16
  collapseDepth: 2
@@ -21,34 +22,35 @@ resource_options:
21
22
  caption: Photo by Harpal Singh on Unsplash
22
23
  caption_href: https://unsplash.com/aquatium/portfolio
23
24
  caption_color: rgba_lighten_800
24
-
25
25
  ---
26
26
 
27
27
  // Enable the Liquid Preprocessor
28
- //
28
+ // -----------------------------------------------------------------------------
29
29
  :page-liquid:
30
30
 
31
31
  // Set other global page attributes here
32
- // -------------------------------------------------------------------
33
-
32
+ // -----------------------------------------------------------------------------
34
33
 
35
- {% comment %} Liquid procedures
36
- --------------------------------------------------------------- {% endcomment %}
34
+ // Liquid procedures
35
+ // -----------------------------------------------------------------------------
37
36
  {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
38
37
 
39
-
40
- // NOTE: Initialize entry document paths
41
- //
38
+ // Initialize entry document paths
39
+ // -----------------------------------------------------------------------------
42
40
  {% include {{set_env_entry_document}} init_folders=all %}
43
41
 
44
42
  // Load tags and urls
45
- //
43
+ // -----------------------------------------------------------------------------
46
44
  include::{includedir}/attributes.asciidoc[tag=tags]
47
45
  include::{includedir}/attributes.asciidoc[tag=urls]
46
+ include::{includedir}/attributes.asciidoc[tag=data]
47
+
48
+ // Additional Asciidoc page attributes goes here
49
+ // -----------------------------------------------------------------------------
50
+ :jollygoodcode-emoji: https://github.com/jollygoodcode/twemoji
48
51
 
49
- // Additional ASCIIDOC attributes goes here
50
- //
51
- :jollygoodcode-emoji: https://github.com/jollygoodcode/twemoji
52
+ // Include documents
53
+ // -----------------------------------------------------------------------------
52
54
 
53
55
 
54
56
  == Twitter Emoji's