j1-template 2023.4.4 → 2023.4.5
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/lib/j1/version.rb +1 -1
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_plugins/filter/debug.rb +1 -1
- data/lib/starter_web/_plugins/filter/encodeBase64.rb +1 -1
- data/lib/starter_web/_plugins/filter/encryptAES.rb +1 -1
- data/lib/starter_web/_plugins/filter/filters.rb +1 -1
- data/lib/starter_web/_plugins/filter/liquify.rb +22 -0
- data/lib/starter_web/_plugins/filter/minifyJS.rb +1 -1
- data/lib/starter_web/_plugins/filter/minifyJSON.rb +1 -1
- data/lib/starter_web/_plugins/filter/prettify.rb +1 -1
- data/lib/starter_web/_plugins/filter/xml_prettify.rb +1 -1
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/_plugins/seo/j1-seo-tags.rb +3 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +5 -7
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +3 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +4 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +3 -0
- data/lib/starter_web/index.html +2 -0
- data/lib/starter_web/package.json +2 -9
- data/lib/starter_web/pages/public/about/features.adoc +3 -3
- data/lib/starter_web/pages/public/about/reporting_issues.adoc +6 -3
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +4 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +4 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +4 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/000_intro.asciidoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.a2p +3 -3
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +5 -2
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +5 -2
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +5 -2
- data/lib/starter_web/pages/public/blog/navigator/archive/allview.html +5 -2
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +5 -2
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +5 -2
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +5 -2
- data/lib/starter_web/pages/public/blog/navigator/index.html +5 -2
- data/lib/starter_web/pages/public/features/general.adoc +11 -8
- data/lib/starter_web/pages/public/features/template.adoc +18 -15
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc +4 -1
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_biography.adoc +4 -1
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_fantasy.adoc +3 -1
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_romance.adoc +3 -1
- data/lib/starter_web/pages/public/learn/bookshelf/jekyll_collections.adoc +3 -1
- data/lib/starter_web/pages/public/learn/bs_sass_variables/bs_sass_variables.adoc +3 -1
- data/lib/starter_web/pages/public/learn/core_web_vitals/core_web_vitals.adoc +3 -1
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_bootstrap.asciidoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +13 -10
- data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +7 -4
- data/lib/starter_web/pages/public/learn/roundtrip/highlghter_rouge.adoc +5 -2
- data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +16 -13
- data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc +9 -6
- data/lib/starter_web/pages/public/learn/roundtrip/modal_extentions.adoc +8 -5
- data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +20 -17
- data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +9 -6
- data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +10 -7
- data/lib/starter_web/pages/public/learn/roundtrip/typography.adoc +8 -5
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +11 -7
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +4 -1
- data/lib/starter_web/pages/public/legal/en/200_impress.adoc +4 -1
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +5 -2
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +4 -1
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +12 -9
- data/lib/starter_web/pages/public/plans/plans.adoc +4 -1
- data/lib/starter_web/pages/public/tools/cheatsheet/gem.adoc +4 -1
- data/lib/starter_web/pages/public/tools/cheatsheet/git.adoc +4 -1
- data/lib/starter_web/pages/public/tools/cheatsheet/j1.adoc +4 -1
- data/lib/starter_web/pages/public/tools/cheatsheet/yaml.adoc +6 -3
- data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +11 -8
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b7a1b1a38a80275f8977792d77417f381f862349c9f5dd26b8d0ee73d30ef60
|
|
4
|
+
data.tar.gz: 2076111b4cd1b1b36736f91d12a7714c3ff74944c54952632d32fa745b0e8d27
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f430484895748ccb6f6a5395cefb35df1b584bc1a0d548a574bf4b83e3e99ed821c9c62fc891efb87554c50b3a62b1f610e04c8af77696c9567284409622e14b
|
|
7
|
+
data.tar.gz: bf534ebd7baeeaa2a524b1e3bb36911a3cdbc8e4cd1e3248f286175c4c211ec91aece410bdf4e36d6b62e6c38dfa1af4af1e8b492d106342ab3d2cb2b0951bd2
|
data/lib/j1/version.rb
CHANGED
data/lib/starter_web/README.md
CHANGED
|
@@ -379,7 +379,7 @@ This command creates a **initial** project in folder **my-starter**.
|
|
|
379
379
|
2023-02-28 18:12:12 - GENERATE: Resolving dependencies...
|
|
380
380
|
2023-02-28 18:12:12 - GENERATE: Using bundler 2.3.7
|
|
381
381
|
...
|
|
382
|
-
2023-02-28 18:12:12 - GENERATE: Using j1-template 2023.4.
|
|
382
|
+
2023-02-28 18:12:12 - GENERATE: Using j1-template 2023.4.5
|
|
383
383
|
2023-02-28 18:12:12 - GENERATE: Bundle complete! 31 Gemfile dependencies, 78 gems now installed.
|
|
384
384
|
2023-02-28 18:12:12 - GENERATE: Bundled gems are installed into `../../.gem`
|
|
385
385
|
2023-02-28 18:12:12 - GENERATE: C:/Users/xxx/.gem/ruby/3.1.0;C:/DevTools/Ruby31-x64/lib/ruby/gems/3.1.0;
|
|
@@ -415,7 +415,7 @@ commands are available as well.
|
|
|
415
415
|
2023-02-28 18:17:48 - SETUP: Initialize the project ...
|
|
416
416
|
2023-02-28 18:17:48 - SETUP: Be patient, this will take a while ...
|
|
417
417
|
2023-02-28 18:17:49 - SETUP:
|
|
418
|
-
2023-02-28 18:17:49 - SETUP: > j1@2023.4.
|
|
418
|
+
2023-02-28 18:17:49 - SETUP: > j1@2023.4.5 setup C:\Users\xxx\j1-projects\my-starter
|
|
419
419
|
2023-02-28 18:17:49 - SETUP: > npm --silent run setup-start && npm --silent run setup-base && run-s -s setup:*
|
|
420
420
|
2023-02-28 18:17:49 - SETUP:
|
|
421
421
|
2023-02-28 18:17:50 - SETUP: Setup project for first use ..
|
|
@@ -460,7 +460,7 @@ browser. Let's start the journey ...
|
|
|
460
460
|
Check setup state of the J1 project ...
|
|
461
461
|
2023-02-28 18:26:18 - SITE: Starting up your site ...
|
|
462
462
|
2023-02-28 18:26:18 - SITE:
|
|
463
|
-
2023-02-28 18:26:18 - SITE: > j1@2023.4.
|
|
463
|
+
2023-02-28 18:26:18 - SITE: > j1@2023.4.5 j1-site C:\Users\jadams\j1-projects\my-starter
|
|
464
464
|
2023-02-28 18:26:18 - SITE: > run-p -s j1-site:*
|
|
465
465
|
2023-02-28 18:26:18 - SITE:
|
|
466
466
|
2023-02-28 18:26:20 - SITE: Startup UTILSRV ..
|
|
@@ -499,7 +499,7 @@ Check setup state of the J1 project ...
|
|
|
499
499
|
REBUILD: Rebuild the projects website ...
|
|
500
500
|
REBUILD: Be patient, this will take a while ...
|
|
501
501
|
2023-02-28 18:45:09 - REBUILD:
|
|
502
|
-
2023-02-28 18:45:09 - REBUILD: > j1@2023.4.
|
|
502
|
+
2023-02-28 18:45:09 - REBUILD: > j1@2023.4.5 rebuild C:\Users\xxx\j1-projects\my-starter
|
|
503
503
|
2023-02-28 18:45:09 - REBUILD: > run-s -s rebuild:* && run-s -s post-rebuild:*
|
|
504
504
|
2023-02-28 18:45:09 - REBUILD:
|
|
505
505
|
2023-02-28 18:45:10 - REBUILD: Rebuild site incremental ..
|
|
@@ -547,7 +547,7 @@ using Lerna for all packages:
|
|
|
547
547
|
2023-02-28 18:29:07 - RESET: Reset the project to factory state ...
|
|
548
548
|
2023-02-28 18:29:07 - RESET: Be patient, this will take a while ...
|
|
549
549
|
2023-02-28 18:29:08 - RESET:
|
|
550
|
-
2023-02-28 18:29:08 - RESET: > j1@2023.4.
|
|
550
|
+
2023-02-28 18:29:08 - RESET: > j1@2023.4.5 reset C:\Users\xxx\j1-projects\my-starter
|
|
551
551
|
2023-02-28 18:29:08 - RESET: > run-s -s reset:*
|
|
552
552
|
2023-02-28 18:29:08 - RESET:
|
|
553
553
|
2023-02-28 18:29:08 - RESET: Reset project to factory state ..
|
data/lib/starter_web/_config.yml
CHANGED
|
@@ -53,7 +53,7 @@ environment: development
|
|
|
53
53
|
# ------------------------------------------------------------------------------
|
|
54
54
|
# Sets the build version of the site
|
|
55
55
|
#
|
|
56
|
-
version: 2023.4.
|
|
56
|
+
version: 2023.4.5
|
|
57
57
|
|
|
58
58
|
# copyright
|
|
59
59
|
# ------------------------------------------------------------------------------
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
<id>{{ page.url | absolute_url | xml_escape }}</id>
|
|
58
58
|
<post_limited>{{ limit_posts }}</post_limited>
|
|
59
59
|
<template_name>J1 Theme</template_name>
|
|
60
|
-
<template_version>2023.4.
|
|
60
|
+
<template_version>2023.4.5</template_version>
|
|
61
61
|
|
|
62
62
|
{% assign title = site.title | default: site.name %}
|
|
63
63
|
{% if page.collection != "posts" %}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# ------------------------------------------------------------------------------
|
|
2
|
+
# ~/_plugins/filter/liquify.rb
|
|
3
|
+
# Liquid filter to expand nested liquid-variables in the front matter
|
|
4
|
+
#
|
|
5
|
+
# Product/Info:
|
|
6
|
+
# http://jekyll.one
|
|
7
|
+
#
|
|
8
|
+
# Copyright (C) 2023 Juergen Adams
|
|
9
|
+
#
|
|
10
|
+
# J1 Theme is licensed under the MIT License.
|
|
11
|
+
# See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
|
|
12
|
+
# See: http://acegik.net/blog/ruby/jekyll/plugins/howto-nest-liquid-template-variables-inside-yaml-front-matter-block.html
|
|
13
|
+
# ------------------------------------------------------------------------------
|
|
14
|
+
module Jekyll
|
|
15
|
+
module ExpandNestedVariableFilter
|
|
16
|
+
def liquify(input)
|
|
17
|
+
Liquid::Template.parse(input).render(@context)
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
|
|
22
|
+
Liquid::Template.register_filter(Jekyll::ExpandNestedVariableFilter)
|
|
@@ -382,7 +382,9 @@ module Jekyll
|
|
|
382
382
|
|
|
383
383
|
def date_modified
|
|
384
384
|
@date_modified ||= begin
|
|
385
|
-
|
|
385
|
+
time_now = Time.new
|
|
386
|
+
current_time = time_now.strftime("%Y-%m-%d %H:%M:%S")
|
|
387
|
+
date = current_time.to_liquid || page["last_modified"].to_liquid
|
|
386
388
|
filters.date_to_xmlschema(date) if date
|
|
387
389
|
end
|
|
388
390
|
end
|
data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb
CHANGED
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Welcome to Jekyll
|
|
3
3
|
tagline: Websites For Everyone
|
|
4
|
-
#date: <%= Time.now.strftime('%Y-%m-%d') %>
|
|
5
|
-
|
|
6
|
-
Jekyll is a static site generator that allows you to build websites using
|
|
7
|
-
Markdown, HTML, and CSS. It uses templates and layouts to generate the static
|
|
8
|
-
files that make up your website, which can be hosted on any web server.
|
|
9
|
-
Jekyll is built with Ruby and requires basic command line knowledge.
|
|
4
|
+
#date: <%= Time.now.strftime('%Y-%m-%d') %>
|
|
5
|
+
#last_modified: 2023-01-01
|
|
10
6
|
|
|
11
7
|
categories: [ Jekyll, Featured ]
|
|
12
|
-
tags: [
|
|
8
|
+
tags: [ Post, Template ]
|
|
13
9
|
|
|
14
10
|
image:
|
|
15
11
|
path: /assets/images/modules/attics/katie-moum-1920x1280.jpg
|
|
@@ -47,6 +43,8 @@ resource_options:
|
|
|
47
43
|
// Place an excerpt at the most top position
|
|
48
44
|
// -----------------------------------------------------------------------------
|
|
49
45
|
[role="dropcap"]
|
|
46
|
+
J1 Template is a Bootstrap V5 website template for the static
|
|
47
|
+
site generator Jekyll.
|
|
50
48
|
Jekyll is a static site generator that allows you to build websites using
|
|
51
49
|
Markdown, HTML, and CSS. It uses templates and layouts to generate the static
|
|
52
50
|
files that make up your website, which can be hosted on any web server.
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Cookies
|
|
3
3
|
tagline: Good To Know
|
|
4
|
+
#last_modified: 2023-01-01
|
|
4
5
|
|
|
5
6
|
categories: [ Technology, Featured ]
|
|
6
7
|
tags: [ Cookies ]
|
|
@@ -47,6 +48,8 @@ resource_options:
|
|
|
47
48
|
// Place an excerpt at the most top position
|
|
48
49
|
// -----------------------------------------------------------------------------
|
|
49
50
|
[role="dropcap"]
|
|
51
|
+
J1 Template is a Bootstrap V5 website template for the static
|
|
52
|
+
site generator Jekyll.
|
|
50
53
|
Is it needed for visitors to know what cookies are about? No doubts, you're
|
|
51
54
|
requested to inform - in Europe for legal reasons. All users visiting websites
|
|
52
55
|
are bothered all the time to accept cookies. For good reasons.
|
data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Static Site Generators
|
|
3
3
|
tagline: Top Open Source SSGs
|
|
4
|
+
#last_modified: 2023-01-01
|
|
4
5
|
|
|
5
6
|
categories: [ Jekyll, Featured ]
|
|
6
7
|
tags: [ Generators ]
|
|
@@ -42,7 +43,9 @@ resource_options:
|
|
|
42
43
|
// Place an excerpt at the most top position
|
|
43
44
|
// -----------------------------------------------------------------------------
|
|
44
45
|
[role="dropcap"]
|
|
45
|
-
|
|
46
|
+
J1 Template is a Bootstrap V5 website template for the static
|
|
47
|
+
site generator Jekyll.
|
|
48
|
+
This article highlights the top open source projects providing static site
|
|
46
49
|
generators (SSG) in many different programming languages. You'll find Jekyll
|
|
47
50
|
one of them. Look at the top open-source SSGs if a full-blown CMS is needed
|
|
48
51
|
for your project.
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: J1 Theme
|
|
3
3
|
tagline: First Version Out
|
|
4
|
+
#last_modified: 2023-01-01
|
|
4
5
|
|
|
5
6
|
categories: [ Jekyll, Featured ]
|
|
6
7
|
tags: [ Theme ]
|
|
@@ -42,6 +43,8 @@ resource_options:
|
|
|
42
43
|
// Place an excerpt at the most top position
|
|
43
44
|
// -----------------------------------------------------------------------------
|
|
44
45
|
[role="dropcap"]
|
|
46
|
+
J1 Template is a Bootstrap V5 website template for the static
|
|
47
|
+
site generator Jekyll.
|
|
45
48
|
The template system J1 was initially developed to create a simple but fully
|
|
46
49
|
configurable creation tool for document servers. Document servers provide
|
|
47
50
|
websites, or other digital content like PDF files, to publish the project
|
data/lib/starter_web/index.html
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"private": true,
|
|
3
3
|
"name": "j1",
|
|
4
|
-
"version": "2023.4.
|
|
4
|
+
"version": "2023.4.5",
|
|
5
5
|
"description": "J1 Theme Starter Web",
|
|
6
6
|
"homepage": "https://your.site",
|
|
7
7
|
"author": {
|
|
@@ -50,12 +50,6 @@
|
|
|
50
50
|
"opt_livereload": "--livereload",
|
|
51
51
|
"opt_livereload_port": "30001"
|
|
52
52
|
},
|
|
53
|
-
"nbi": {
|
|
54
|
-
"opt_output_type": "plain",
|
|
55
|
-
"opt_credentials": "fake/fake",
|
|
56
|
-
"opt_nbi_input_folder": "FULL_PATH_TBD",
|
|
57
|
-
"opt_nbi_output_folder": "FULL_PATH_TBD"
|
|
58
|
-
},
|
|
59
53
|
"algolia": {
|
|
60
54
|
"admin_key": "your-algolia-admin-key"
|
|
61
55
|
},
|
|
@@ -134,8 +128,7 @@
|
|
|
134
128
|
"bump:project": "cross-var cross-env npm version $npm_package_config_bumplevel",
|
|
135
129
|
"bump-no-git": "cross-var cross-env npm --no-git-tag-version version $npm_package_config_bumplevel",
|
|
136
130
|
"get_version": "run-s get_version:*",
|
|
137
|
-
"get_version:jekyll": "cross-var cross-env JEKYLL_ENV=$npm_package_config_mode BUNDLE_GEMFILE=$npm_package_jekyll_gemfile bundle exec jekyll --version"
|
|
138
|
-
"nbi-export--all": "cross-var nbinteract -r $npm_package_nbi_opt_nbi_input_folder -o $npm_package_nbi_opt_nbi_output_folder -t $npm_package_nbi_opt_output_type -s $npm_package_nbi_opt_credentials"
|
|
131
|
+
"get_version:jekyll": "cross-var cross-env JEKYLL_ENV=$npm_package_config_mode BUNDLE_GEMFILE=$npm_package_jekyll_gemfile bundle exec jekyll --version"
|
|
139
132
|
},
|
|
140
133
|
"dependencies": {
|
|
141
134
|
"bootstrap": "^5.2",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Starter
|
|
3
3
|
tagline: Learn The Features
|
|
4
|
-
date: 2022-12-31
|
|
4
|
+
date: 2022-12-31
|
|
5
5
|
description: >
|
|
6
|
-
|
|
6
|
+
J1 Template is a Bootstrap V5 website template for the static
|
|
7
7
|
site generator Jekyll. The Theme is free to use and
|
|
8
8
|
can be downloaded at RubyGems as a Ruby Gem. The
|
|
9
9
|
Theme supports a wide range of websites, from a personal
|
|
@@ -59,7 +59,7 @@ endif::[]
|
|
|
59
59
|
// Page content
|
|
60
60
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
61
61
|
[role="dropcap"]
|
|
62
|
-
|
|
62
|
+
J1 Template is a Bootstrap V5 website template for the static site generator Jekyll.
|
|
63
63
|
The Theme is free to use and can be downloaded at
|
|
64
64
|
link:{url-j1--download}[RubyGems, {browser-window--new}] as a Ruby Gem.
|
|
65
65
|
The Theme supports a wide range of websites, from a personal website,
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Starter
|
|
3
3
|
tagline: Report on Failures
|
|
4
|
-
date: 2022-01-01
|
|
4
|
+
date: 2022-01-01
|
|
5
|
+
#last_modified: 2023-01-01
|
|
5
6
|
description: >
|
|
6
|
-
|
|
7
|
+
J1 Template is a Bootstrap V5 website template for the static
|
|
8
|
+
site generator Jekyll. Please report failures.
|
|
9
|
+
Although I endeavor to keep this
|
|
7
10
|
site as up-to-date as possible, even the best sites will
|
|
8
11
|
have some bugs. If you spot any typos, factually
|
|
9
12
|
outdated or incorrect information, formatting errors, or
|
|
@@ -68,7 +71,7 @@ problems, please report issues so I can correct them.
|
|
|
68
71
|
|
|
69
72
|
// Include sub-documents (if any)
|
|
70
73
|
// -----------------------------------------------------------------------------
|
|
71
|
-
The source pages for the J1
|
|
74
|
+
The source pages for the J1 Template Starter are maintained in a _GitHub_
|
|
72
75
|
repository. _GitHub_ provides both an issue tracker and a history of changes.
|
|
73
76
|
To report problems with the content and display, simply open a new issue and
|
|
74
77
|
describe the problem and what page(s) it occurs on.
|
|
@@ -3,8 +3,11 @@
|
|
|
3
3
|
#
|
|
4
4
|
title: Skeleton Book
|
|
5
5
|
tagline: introduction
|
|
6
|
-
date: 2022-01-01
|
|
6
|
+
date: 2022-01-01
|
|
7
|
+
#last_modified: 2023-01-01
|
|
7
8
|
description: >
|
|
9
|
+
J1 Template is a Bootstrap V5 website template for the static
|
|
10
|
+
site generator Jekyll.
|
|
8
11
|
Asciidoctor PDF is a native PDF converter for AsciiDoc that plugs
|
|
9
12
|
into the pdf backend. It bypasses the requirement to generate an
|
|
10
13
|
intermediary format such as DocBook, Apache FO, or LaTeX. Instead,
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Asciidoctor PDF
|
|
3
3
|
tagline: A Native PDF Converter For AsciiDoc
|
|
4
|
-
date: 2022-01-01
|
|
4
|
+
date: 2022-01-01
|
|
5
|
+
#last_modified: 2023-01-01
|
|
5
6
|
|
|
6
7
|
description: >
|
|
8
|
+
J1 Template is a Bootstrap V5 website template for the static
|
|
9
|
+
site generator Jekyll.
|
|
7
10
|
Asciidoctor PDF is a native PDF converter for AsciiDoc that plugs
|
|
8
11
|
into the pdf backend. It bypasses the requirement to generate an
|
|
9
12
|
intermediary format such as DocBook, Apache FO, or LaTeX. Instead,
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Asciidoctor PDF Themes
|
|
3
3
|
tagline: Theming Guide
|
|
4
|
-
date: 2022-01-01
|
|
4
|
+
date: 2022-01-01
|
|
5
|
+
#last_modified: 2023-01-01
|
|
5
6
|
description: >
|
|
7
|
+
J1 Template is a Bootstrap V5 website template for the static
|
|
8
|
+
site generator Jekyll.
|
|
6
9
|
Asciidoctor PDF is a native PDF converter for AsciiDoc that plugs
|
|
7
10
|
into the pdf backend. It bypasses the requirement to generate an
|
|
8
11
|
intermediary format such as DocBook, Apache FO, or LaTeX. Instead,
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
The skeleton of type *documentation* (book) can be used to create HTML output
|
|
8
8
|
(backend *html5*) for websites and *PDF* output (backend *pdf*) for offline
|
|
9
|
-
reading as well. _J1
|
|
9
|
+
reading as well. _J1 Template_ comes with the full support of _Asciidoctor PDF_,
|
|
10
10
|
a Ruby-based add-on for _Asciidoctor_ using the Ruby PDF writer _Prawn_.
|
|
11
11
|
|
|
12
12
|
[IMPORTANT]
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// Copyright (C) 2023 Juergen Adams
|
|
9
9
|
//
|
|
10
|
-
// J1
|
|
10
|
+
// J1 Template is licensed under the MIT License.
|
|
11
11
|
// For details, see https://jekyll.one
|
|
12
12
|
// -----------------------------------------------------------------------------
|
|
13
13
|
|
|
@@ -69,14 +69,14 @@ endif::[]
|
|
|
69
69
|
[.lead]
|
|
70
70
|
The *Asciidoc Document Skeleton* a helper for setting up a base file and
|
|
71
71
|
folder structure for *multi-chapter* AsciiDoc projects based on _Jekyll_
|
|
72
|
-
and _J1
|
|
72
|
+
and _J1 Template_. You need *both* to use this skeleton to create AsciiDoc
|
|
73
73
|
documents from it.
|
|
74
74
|
|
|
75
75
|
NOTE: The Asciidoc Document Skeleton is fully *relocateable* and can be
|
|
76
76
|
placed in any subfolder of your Jekyll site.
|
|
77
77
|
|
|
78
78
|
The skeleton can be used to create HTML output (backend *html5*) and PDF
|
|
79
|
-
output (backend *pdf*) as well. _J1
|
|
79
|
+
output (backend *pdf*) as well. _J1 Template_ comes with the full support
|
|
80
80
|
of _Asciidoctor PDF_, a Ruby-based implementation for _Asciidoctor_ based on
|
|
81
81
|
the PDF converter _Prawn_.
|
|
82
82
|
|
|
@@ -3,8 +3,11 @@
|
|
|
3
3
|
#
|
|
4
4
|
title: Documentation Skeleton
|
|
5
5
|
tagline: Manage Huge Number Of Chapters
|
|
6
|
-
date: 2022-01-01
|
|
6
|
+
date: 2022-01-01
|
|
7
|
+
#last_modified: 2023-01-01
|
|
7
8
|
description: >
|
|
9
|
+
J1 Template is a Bootstrap V5 website template for the static
|
|
10
|
+
site generator Jekyll.
|
|
8
11
|
A document of type documentation (book) typically consists in a large
|
|
9
12
|
number of chapters and sections. To make this manageable, book-type
|
|
10
13
|
documents are splitted in multiple files placed in a nested folder
|
|
@@ -71,7 +74,7 @@ resource_options:
|
|
|
71
74
|
// -----------------------------------------------------------------------------
|
|
72
75
|
The Asciidoc skeleton *documentation* (book) a helper for setting up a base
|
|
73
76
|
file and folder structure for *complex* multi-chapter AsciiDoc projects of
|
|
74
|
-
type *book* based on _Jekyll_ and _J1
|
|
77
|
+
type *book* based on _Jekyll_ and _J1 Template_.
|
|
75
78
|
|
|
76
79
|
A document of type documentation typically consists in a large number
|
|
77
80
|
of chapters and sections. To make this manageable, book-type documents are
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Multi Document Skeleton
|
|
3
3
|
tagline: Manage High Number Of Chapters
|
|
4
|
-
date: 2022-01-01
|
|
4
|
+
date: 2022-01-01
|
|
5
|
+
#last_modified: 2023-01-01
|
|
5
6
|
description: >
|
|
7
|
+
J1 Template is a Bootstrap V5 website template for the static
|
|
8
|
+
site generator Jekyll.
|
|
6
9
|
Multi-chapter documents are used for more complex articles of a website. If
|
|
7
10
|
the number of chapters is or exceeds three for an article, it could make sense
|
|
8
11
|
to split larger documents chapter-wise into separate files. This document
|
|
@@ -65,7 +68,7 @@ resource_options:
|
|
|
65
68
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
66
69
|
The Asciidoc skeleton *multi-document* a helper for setting up a base file and
|
|
67
70
|
folder structure for multi-chapter AsciiDoc projects based on _Jekyll_
|
|
68
|
-
and _J1
|
|
71
|
+
and _J1 Template_. You need *both* to use this skeleton creating AsciiDoc
|
|
69
72
|
documents from it.
|
|
70
73
|
|
|
71
74
|
Multi-chapter documents are used for more complex articles of a website. If
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Simple Document Skeleton
|
|
3
3
|
tagline: Create Typical Articles
|
|
4
|
-
date: 2022-01-01
|
|
4
|
+
date: 2022-01-01
|
|
5
|
+
#last_modified: 2023-01-01
|
|
5
6
|
description: >
|
|
7
|
+
J1 Template is a Bootstrap V5 website template for the static
|
|
8
|
+
site generator Jekyll.
|
|
6
9
|
Simple documents are used quite often. If the number
|
|
7
10
|
of chapters is about or less than three and the document
|
|
8
11
|
is small in size. This document type does not use any
|
|
@@ -81,7 +84,7 @@ resource_options:
|
|
|
81
84
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
82
85
|
The Asciidoc skeleton *simple-document* a helper for setting up a base file
|
|
83
86
|
and folder structure for simple-document AsciiDoc pages based on _Jekyll_ and
|
|
84
|
-
_J1
|
|
87
|
+
_J1 Template_. You need *both* to use this skeleton creating AsciiDoc
|
|
85
88
|
documents from it.
|
|
86
89
|
|
|
87
90
|
Simple documents are used quite often for documents of a website. If the number
|
|
@@ -3,9 +3,12 @@ layout: page
|
|
|
3
3
|
|
|
4
4
|
title: Archive
|
|
5
5
|
tagline: Explore All Posts
|
|
6
|
-
date: 2022-01-01
|
|
6
|
+
date: 2022-01-01
|
|
7
|
+
#last_modified: 2023-01-01
|
|
7
8
|
description: >
|
|
8
|
-
|
|
9
|
+
J1 Template is a Bootstrap V5 website template for the static
|
|
10
|
+
site generator Jekyll.
|
|
11
|
+
To make all posts using J1 Template easy accessible to the visitors,
|
|
9
12
|
the Navigation System of J1 Template provides a Explorer module
|
|
10
13
|
for Blog articles: the Navigator. The Naviagtor supports the users
|
|
11
14
|
for browsing articles by sorting criteria like category and date
|
|
@@ -3,11 +3,14 @@ layout: page
|
|
|
3
3
|
|
|
4
4
|
title: Posts by Category
|
|
5
5
|
tagline: Explore Posts
|
|
6
|
-
date: 2022-01-01
|
|
6
|
+
date: 2022-01-01
|
|
7
|
+
#last_modified: 2023-01-01
|
|
7
8
|
description: >
|
|
9
|
+
J1 Template is a Bootstrap V5 website template for the static
|
|
10
|
+
site generator Jekyll.
|
|
8
11
|
When it comes to the usability of a website, the focus of your
|
|
9
12
|
visitors is on one important component: The Navigation System
|
|
10
|
-
of the site. To make all posts using J1
|
|
13
|
+
of the site. To make all posts using J1 Template easy accessible
|
|
11
14
|
to the visitors, the Navigation System of the Jekyll Template
|
|
12
15
|
provides a Blog Explorer module. The explorer module supports
|
|
13
16
|
the users for browsing articles by sorting criteria like category
|
|
@@ -2,10 +2,13 @@
|
|
|
2
2
|
layout: page
|
|
3
3
|
|
|
4
4
|
title: Posts by Date
|
|
5
|
-
date: 2022-01-01
|
|
5
|
+
date: 2022-01-01
|
|
6
|
+
#last_modified: 2023-01-01
|
|
6
7
|
tagline: Explore Posts
|
|
7
8
|
description: >
|
|
8
|
-
|
|
9
|
+
J1 Template is a Bootstrap V5 website template for the static
|
|
10
|
+
site generator Jekyll.
|
|
11
|
+
To make all posts using J1 Template easy accessible to the visitors,
|
|
9
12
|
the Navigation System of J1 Template provides a Explorer module
|
|
10
13
|
for Blog articles: the Navigator. The Naviagtor supports the users
|
|
11
14
|
for browsing articles by sorting criteria like category and date
|
|
@@ -3,9 +3,12 @@ layout: page
|
|
|
3
3
|
|
|
4
4
|
title: Posts By Tag
|
|
5
5
|
tagline: Explore Posts
|
|
6
|
-
date: 2022-01-01
|
|
6
|
+
date: 2022-01-01
|
|
7
|
+
#last_modified: 2023-01-01
|
|
7
8
|
description: >
|
|
8
|
-
|
|
9
|
+
J1 Template is a Bootstrap V5 website template for the static
|
|
10
|
+
site generator Jekyll.
|
|
11
|
+
To make all posts using J1 Template easy accessible to the visitors,
|
|
9
12
|
the Navigation System of J1 Template provides a Explorer module
|
|
10
13
|
for Blog articles: the Navigator. The Naviagtor supports the users
|
|
11
14
|
for browsing articles by sorting criteria like category and date
|
|
@@ -3,9 +3,12 @@ layout: page
|
|
|
3
3
|
|
|
4
4
|
title: Navigator
|
|
5
5
|
tagline: Explore Posts
|
|
6
|
-
date: 2022-01-01
|
|
6
|
+
date: 2022-01-01
|
|
7
|
+
#last_modified: 2023-01-01
|
|
7
8
|
description: >
|
|
8
|
-
|
|
9
|
+
J1 Template is a Bootstrap V5 website template for the static
|
|
10
|
+
site generator Jekyll.
|
|
11
|
+
To make all posts using J1 Template easy accessible to the visitors,
|
|
9
12
|
the Navigation System of J1 Template provides a Explorer module
|
|
10
13
|
for Blog articles: the Navigator. The Naviagtor supports the users
|
|
11
14
|
for browsing articles by sorting criteria like category and date
|