j1_template_mde 2018.4.28 → 2018.4.29
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/procedures/global/collect_frontmatter_options.proc +7 -5
- data/_includes/themes/j1/procedures/global/collect_page_options.proc +66 -0
- data/_includes/themes/j1/procedures/global/set_env_entry_document.proc +1 -1
- data/_includes/themes/j1/procedures/layouts/module_writer.proc +22 -14
- data/_layouts/default.html +16 -2
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app.rb +14 -2
- data/lib/starter_web/Gemfile +6 -1
- data/lib/starter_web/_config.yml +17 -6
- data/lib/starter_web/_data/j1_config.yml +1 -1
- data/lib/starter_web/_data/modules/j1_navigator_menu.yml +3 -0
- data/lib/starter_web/_data/modules/j1_toccer.yml +6 -6
- data/lib/starter_web/assets/images/pages/roundtrip/oleg-magni-1370182-unsplash.jpg +0 -0
- data/lib/starter_web/assets/images/pages/roundtrip/oleg-magni-1920x1280.png +0 -0
- data/lib/starter_web/assets/images/pages/roundtrip/package.json +125 -0
- data/lib/starter_web/assets/themes/j1/core/css/theme_extensions.css +34 -32
- data/lib/starter_web/assets/themes/j1/core/css/theme_extensions.min.css +1 -1
- data/lib/starter_web/assets/themes/j1/core/css/uno.css +34 -32
- data/lib/starter_web/assets/themes/j1/core/css/uno.min.css +1 -1
- data/lib/starter_web/assets/themes/j1/core/css/vendor.css +57 -11
- data/lib/starter_web/assets/themes/j1/core/css/vendor.min.css +2 -2
- data/lib/starter_web/assets/themes/j1/core/js/adapter/algolia.js +81 -79
- data/lib/starter_web/assets/themes/j1/core/js/adapter/template.js +6 -2
- data/lib/starter_web/assets/themes/j1/core/js/adapter/toccer.js +7 -9
- 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/index.html +11 -2
- data/lib/starter_web/package.json +13 -21
- data/lib/starter_web/package.json.new +125 -0
- data/lib/starter_web/pages/public/start/change_me_first.adoc +2 -3
- data/lib/starter_web/pages/public/start/read_me_first.adoc +1 -1
- data/lib/starter_web/pages/public/start/roundtrip/000_includes/documents/710_responsive_tables.asciidoc +202 -0
- data/lib/starter_web/pages/public/start/roundtrip/100_present_images.adoc +2 -0
- data/lib/starter_web/pages/public/start/roundtrip/200_cards.adoc +1 -1
- data/lib/starter_web/pages/public/start/roundtrip/300_typography.adoc +1 -1
- data/lib/starter_web/pages/public/start/roundtrip/400_icon_fonts.adoc +1 -1
- data/lib/starter_web/pages/public/start/roundtrip/600_themes.adoc +1 -1
- data/lib/starter_web/pages/public/start/roundtrip/700_extended_modals.adoc +1 -1
- data/lib/starter_web/pages/public/start/roundtrip/710_responsive_tables.adoc +53 -0
- metadata +9 -2
|
@@ -15,7 +15,7 @@ resource_options:
|
|
|
15
15
|
- masthead:
|
|
16
16
|
opacity: 0.2
|
|
17
17
|
slides:
|
|
18
|
-
- url: /
|
|
18
|
+
- url: /assets/images/pages/roundtrip/cards-1920.jpg
|
|
19
19
|
alt: Photo by Jack Hamilton on Unsplash
|
|
20
20
|
caption: Photo by Jack Hamilton on Unsplash
|
|
21
21
|
caption_href: https://unsplash.com/@jacc
|
|
@@ -15,7 +15,7 @@ resource_options:
|
|
|
15
15
|
- masthead:
|
|
16
16
|
opacity: 0.2
|
|
17
17
|
slides:
|
|
18
|
-
- url: /
|
|
18
|
+
- url: /assets/images/pages/roundtrip/typography-1920.jpg
|
|
19
19
|
alt: Photo by Alice Donovan Rousel on Unsplash
|
|
20
20
|
caption: Photo by Alice Donovan Rouse on Unsplash
|
|
21
21
|
caption_href: https://unsplash.com/alicekat/portfolio
|
|
@@ -15,7 +15,7 @@ resource_options:
|
|
|
15
15
|
- masthead:
|
|
16
16
|
opacity: 0.5
|
|
17
17
|
slides:
|
|
18
|
-
- url: /
|
|
18
|
+
- url: /assets/images/pages/roundtrip/icon-fonts-1920.jpg
|
|
19
19
|
alt: Photo by Harpal Singh on Unsplash
|
|
20
20
|
caption: Photo by Harpal Singh on Unsplash
|
|
21
21
|
caption_href: https://unsplash.com/aquatium/portfolio
|
|
@@ -15,7 +15,7 @@ resource_options:
|
|
|
15
15
|
- masthead:
|
|
16
16
|
opacity: 0.5
|
|
17
17
|
slides:
|
|
18
|
-
- url: /
|
|
18
|
+
- url: /assets/images/pages/roundtrip/theme-1920.jpg
|
|
19
19
|
alt: Photo by Clem Onojeghuo on Unsplash
|
|
20
20
|
caption: Photo by Clem Onojeghuo on Unsplash
|
|
21
21
|
caption_href: https://unsplash.com/@clemono2
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Roundtrip
|
|
3
|
+
tagline: Responsive Tables
|
|
4
|
+
description: Enhanced Table styles for J1 Template
|
|
5
|
+
|
|
6
|
+
tags: [
|
|
7
|
+
Template, Roundtrip, Extended, Tables
|
|
8
|
+
]
|
|
9
|
+
index: []
|
|
10
|
+
categories: [ pages ]
|
|
11
|
+
|
|
12
|
+
flowtext: false
|
|
13
|
+
|
|
14
|
+
permalink: /pages/public/start/roundtrip/responsive_tables/
|
|
15
|
+
regenerate: true
|
|
16
|
+
|
|
17
|
+
resources: [ algolia ]
|
|
18
|
+
resource_options:
|
|
19
|
+
- masthead:
|
|
20
|
+
opacity: 1.0
|
|
21
|
+
slides:
|
|
22
|
+
- url: /assets/images/pages/roundtrip/oleg-magni-1920x1280.png
|
|
23
|
+
alt: bootstrap-modals
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
// Enable the Liquid Preprocessor
|
|
27
|
+
// -----------------------------------------------------------------------------
|
|
28
|
+
:page-liquid:
|
|
29
|
+
|
|
30
|
+
// Set other global page attributes here
|
|
31
|
+
// -----------------------------------------------------------------------------
|
|
32
|
+
|
|
33
|
+
// Liquid procedures
|
|
34
|
+
// -----------------------------------------------------------------------------
|
|
35
|
+
{% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
|
|
36
|
+
|
|
37
|
+
// Initialize entry document paths
|
|
38
|
+
// -----------------------------------------------------------------------------
|
|
39
|
+
{% include {{set_env_entry_document}} init_folders=all %}
|
|
40
|
+
|
|
41
|
+
// Load tags and urls
|
|
42
|
+
// -----------------------------------------------------------------------------
|
|
43
|
+
include::{includedir}/attributes.asciidoc[tag=tags]
|
|
44
|
+
include::{includedir}/attributes.asciidoc[tag=urls]
|
|
45
|
+
include::{includedir}/attributes.asciidoc[tag=data]
|
|
46
|
+
|
|
47
|
+
// Additional Asciidoc page attributes goes here
|
|
48
|
+
// -----------------------------------------------------------------------------
|
|
49
|
+
|
|
50
|
+
// Include sub-documents
|
|
51
|
+
// -----------------------------------------------------------------------------
|
|
52
|
+
include::{documentsdir}/710_responsive_tables.asciidoc[]
|
|
53
|
+
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: j1_template_mde
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2018.4.
|
|
4
|
+
version: 2018.4.29
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- juergen_jekyll_one
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-03-
|
|
11
|
+
date: 2019-03-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dotenv
|
|
@@ -87,6 +87,7 @@ files:
|
|
|
87
87
|
- _includes/themes/j1/procedures/global/_get_page_path.proc.new
|
|
88
88
|
- _includes/themes/j1/procedures/global/_get_page_path.proc.org
|
|
89
89
|
- _includes/themes/j1/procedures/global/collect_frontmatter_options.proc
|
|
90
|
+
- _includes/themes/j1/procedures/global/collect_page_options.proc
|
|
90
91
|
- _includes/themes/j1/procedures/global/create_bs_button.proc
|
|
91
92
|
- _includes/themes/j1/procedures/global/create_word_cloud.proc
|
|
92
93
|
- _includes/themes/j1/procedures/global/get_category.proc
|
|
@@ -469,6 +470,9 @@ files:
|
|
|
469
470
|
- lib/starter_web/assets/images/pages/roundtrip/cards-1920.jpg
|
|
470
471
|
- lib/starter_web/assets/images/pages/roundtrip/icon-fonts-1920.jpg
|
|
471
472
|
- lib/starter_web/assets/images/pages/roundtrip/meeting.jpg
|
|
473
|
+
- lib/starter_web/assets/images/pages/roundtrip/oleg-magni-1370182-unsplash.jpg
|
|
474
|
+
- lib/starter_web/assets/images/pages/roundtrip/oleg-magni-1920x1280.png
|
|
475
|
+
- lib/starter_web/assets/images/pages/roundtrip/package.json
|
|
472
476
|
- lib/starter_web/assets/images/pages/roundtrip/puzzle-1280x600.jpg
|
|
473
477
|
- lib/starter_web/assets/images/pages/roundtrip/readme_1280x600.png
|
|
474
478
|
- lib/starter_web/assets/images/pages/roundtrip/readme_1920x1000.png
|
|
@@ -834,6 +838,7 @@ files:
|
|
|
834
838
|
- lib/starter_web/favicon.ico
|
|
835
839
|
- lib/starter_web/index.html
|
|
836
840
|
- lib/starter_web/package.json
|
|
841
|
+
- lib/starter_web/package.json.new
|
|
837
842
|
- lib/starter_web/pages/premium/bookshelf/100_about_jekyll_collections.adoc
|
|
838
843
|
- lib/starter_web/pages/premium/bookshelf/200_book_shelf_biography.adoc
|
|
839
844
|
- lib/starter_web/pages/premium/bookshelf/300_book_shelf_fantasy.adoc
|
|
@@ -917,6 +922,7 @@ files:
|
|
|
917
922
|
- lib/starter_web/pages/public/start/read_me_first.adoc
|
|
918
923
|
- lib/starter_web/pages/public/start/roundtrip/000_includes/attributes.asciidoc
|
|
919
924
|
- lib/starter_web/pages/public/start/roundtrip/000_includes/documents/100_gistblock.asciidoc
|
|
925
|
+
- lib/starter_web/pages/public/start/roundtrip/000_includes/documents/710_responsive_tables.asciidoc
|
|
920
926
|
- lib/starter_web/pages/public/start/roundtrip/100_present_images.adoc
|
|
921
927
|
- lib/starter_web/pages/public/start/roundtrip/200_cards.adoc
|
|
922
928
|
- lib/starter_web/pages/public/start/roundtrip/300_typography.adoc
|
|
@@ -924,6 +930,7 @@ files:
|
|
|
924
930
|
- lib/starter_web/pages/public/start/roundtrip/500_asciidoc_extensions.adoc
|
|
925
931
|
- lib/starter_web/pages/public/start/roundtrip/600_themes.adoc
|
|
926
932
|
- lib/starter_web/pages/public/start/roundtrip/700_extended_modals.adoc
|
|
933
|
+
- lib/starter_web/pages/public/start/roundtrip/710_responsive_tables.adoc
|
|
927
934
|
- lib/starter_web/pages/public/start/roundtrip/800_search_engine.adoc
|
|
928
935
|
- lib/starter_web/pages/public/teaser/100_core.adoc
|
|
929
936
|
- lib/starter_web/pages/public/teaser/200_components.adoc
|