j1-template 2021.1.28 → 2021.2.2
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/content_generator_news_panel_posts.html +6 -6
- data/_includes/themes/j1/layouts/content_generator_post.html +3 -0
- data/_includes/themes/j1/modules/navigator/generator.html +1 -1
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +5 -5
- data/_includes/themes/j1/procedures/posts/create_series_header.proc +6 -6
- data/_layouts/default.html +6 -2
- data/assets/data/mdil_icons.json +2417 -0
- data/assets/data/panel.html +10 -10
- data/assets/themes/j1/adapter/js/j1.js +8 -7
- data/assets/themes/j1/adapter/js/j1scroll.js +19 -1
- data/assets/themes/j1/adapter/js/navigator.js +11 -4
- data/assets/themes/j1/adapter/js/rtable.js +77 -24
- data/assets/themes/j1/core/css/icon-fonts/materialdesign-light.css +1222 -0
- data/assets/themes/j1/core/css/icon-fonts/materialdesign-light.min.css +1 -0
- data/assets/themes/j1/core/css/icon-fonts/materialdesign.css +1 -1
- data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +58 -109
- 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 +28 -18
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/vendor.css +7 -20
- data/assets/themes/j1/core/css/vendor.min.css +1 -1
- data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/eot/materialdesignicons-light-webfont.eot +0 -0
- data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/materialdesignicons-light-webfont.woff +0 -0
- data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/materialdesignicons-light-webfont.woff2 +0 -0
- data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/svg/materialdesignicons-light-webfont.svg +801 -0
- data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/ttf/materialdesignicons-light-webfont.ttf +0 -0
- data/assets/themes/j1/core/js/template.js +4 -4
- data/assets/themes/j1/core/js/template.js.map +1 -1
- data/assets/themes/j1/core/js/template.min.js +4 -4
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/carousel/css/theme/uno.css +1 -1
- data/assets/themes/j1/modules/carousel/css/theme/uno.min.css +1 -1
- data/assets/themes/j1/modules/j1Scroll/js/j1scroll.js +11 -21
- data/assets/themes/j1/modules/j1Scroll/js/j1scroll.min.js +1 -1
- data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.css +1 -1
- data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.min.css +1 -1
- data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +1 -1
- data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +1 -1
- data/assets/themes/j1/modules/mdiPreviewer/js/previewer.js +5 -15
- data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +1 -1
- data/assets/themes/j1/modules/mdilPreviewer/css/previewer.css +97 -0
- data/assets/themes/j1/modules/mdilPreviewer/css/previewer.min.css +15 -0
- data/assets/themes/j1/modules/mdilPreviewer/js/previewer.js +125 -0
- data/assets/themes/j1/modules/mdilPreviewer/js/previewer.min.js +15 -0
- data/assets/themes/j1/modules/rtable/css/theme/uno/rtable.css +3 -3
- data/assets/themes/j1/modules/rtable/css/theme/uno/rtable.min.css +2 -174
- data/assets/themes/j1/modules/rtable/js/rtable.js +59 -25
- data/assets/themes/j1/modules/rtable/js/rtable.min.js +12 -683
- data/assets/themes/j1/modules/showOnScroll/js/showOnScroll.js +73 -73
- data/assets/themes/j1/modules/showOnScroll/js/showOnScroll.min.js +15 -15
- data/lib/j1/commands/generate.rb +5 -8
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +15 -51
- data/lib/starter_web/_data/blocks/banner.yml +4 -5
- data/lib/starter_web/_data/blocks/panel.yml +217 -183
- data/lib/starter_web/_data/layouts/home.yml +20 -16
- data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/rtable.yml +34 -0
- data/lib/starter_web/_data/modules/j1scroll.yml +12 -2
- data/lib/starter_web/_data/modules/navigator_menu.yml +3 -3
- data/lib/starter_web/_data/modules/rtable.yml +34 -0
- data/lib/starter_web/_data/resources.yml +38 -16
- data/lib/starter_web/_includes/attributes.asciidoc +6 -1
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/assets/images/modules/attics/annie-spratt-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/antonino-visalli-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/humble-lamb-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/library-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/romain-vignes-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/sigmund-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/{pages/videos → modules/attics}/szabo-viktor-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.png +0 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/{2020-01-01-about-cookies.adoc → 2021-01-01-about-cookies.adoc} +0 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/{2021-03-01-site-generators.adoc → 2021-02-01-site-generators.adoc} +0 -0
- data/lib/starter_web/collections/posts/public/{wikipedia/_posts/2016-11-20-minneapolis.adoc → series/_posts/2020-01-01-post-wiki-series.adoc} +11 -10
- data/lib/starter_web/collections/posts/public/{wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc → series/_posts/2020-01-02-post-wiki-series.adoc} +15 -13
- data/lib/starter_web/collections/posts/public/{wikipedia/_posts/2016-11-26-columbia-river.adoc → series/_posts/2020-01-03-post-wiki-series.adoc} +28 -11
- data/lib/starter_web/collections/posts/public/{wikipedia → series}/_posts/_includes/attributes.asciidoc +0 -0
- data/lib/starter_web/collections/posts/public/{wikipedia → series}/_posts/_includes/documents/readme +0 -0
- data/lib/starter_web/collections/posts/public/{wikipedia → series}/_posts/_includes/tables/readme +0 -0
- data/lib/starter_web/index.html +2 -2
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/{book → documentation}/000_intro.adoc +5 -7
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +43 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +61 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/attributes.asciidoc +95 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/000_intro.asciidoc +54 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/000_basic_example.asciidoc +31 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/111_about_the_converter.asciidoc +111 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/112_getting_started.asciidoc +95 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/113_themes.asciidoc +39 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter.asciidoc +8 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/211_language_overview.asciidoc +122 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/212_values.asciidoc +502 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/213_fonts.asciidoc +261 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes.asciidoc +8 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/{book → documentation}/a2p.bat +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/{book → documentation}/a2p.sh +2 -2
- data/lib/starter_web/pages/public/asciidoc_skeletons/{book/book.a2p → documentation/documentation.a2p} +2 -8
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +86 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/100_chapter.asciidoc +848 -40
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/200_chapter.asciidoc +149 -38
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +2 -7
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +312 -119
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +5 -5
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +5 -5
- data/lib/starter_web/pages/public/blog/navigator/archive.html +5 -5
- data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +1 -1
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +51 -82
- data/assets/themes/j1/modules/rtable/js/tablesaw-init.js +0 -18
- data/assets/themes/j1/modules/rtable/js/tablesaw.stackonly.js +0 -2371
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +0 -128
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +0 -131
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +0 -131
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +0 -132
- data/lib/starter_web/pages/infinite-scroll-tester-5.adoc +0 -119
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/blindtext.asciidoc +0 -11
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/font_icons.asciidoc +0 -23
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/gallery.asciidoc +0 -5
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/lightbox.asciidoc +0 -7
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/documents/chapter_document.asciidoc +0 -9
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/documents/entry_document.asciidoc +0 -3
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/images/image.asciidoc +0 -6
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_2_column.asciidoc +0 -12
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_2_column_options.asciidoc +0 -30
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_3_column.asciidoc +0 -16
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc +0 -25
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/100_chapter.adoc +0 -62
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/200_chapter.adoc +0 -64
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/900_references.adoc +0 -73
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/attributes.asciidoc +0 -74
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/000_intro.asciidoc +0 -33
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/100_chapter/100_chapter_document.asciidoc +0 -21
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/100_chapter/110_chapter_document.asciidoc +0 -36
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/100_chapter.asciidoc +0 -7
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/200_chapter/200_chapter_document.asciidoc +0 -53
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/200_chapter.asciidoc +0 -5
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/000_intro.asciidoc +0 -23
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/100_chapter_document.asciidoc +0 -33
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/200_chapter_document.asciidoc +0 -26
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/900_sources.asciidoc +0 -81
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references.asciidoc +0 -23
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/tables/110_material_design_icons.asciidoc +0 -102
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.adoc +0 -136
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/100_chapter.asciidoc +0 -60
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/200_chapter.asciidoc +0 -59
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/tables/110_material_design_icons.asciidoc +0 -102
- data/lib/starter_web/pages/public/previewer/_includes/attributes.asciidoc +0 -60
- data/lib/starter_web/pages/public/previewer/_includes/documents/licenses/mit.asciidoc +0 -19
- data/lib/starter_web/pages/public/previewer/_includes/documents/readme +0 -0
- data/lib/starter_web/pages/public/previewer/_includes/documents/rouge/100_language_examples.asciidoc +0 -119
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/100_absolute_sizes.asciidoc +0 -39
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/110_bs_grid_sizes.asciidoc +0 -47
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/120_relative_sizes.asciidoc +0 -47
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/200_rotate.asciidoc +0 -71
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/300_flip.asciidoc +0 -31
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/400_spin_pulsed.asciidoc +0 -39
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/500_bw_color_palette.asciidoc +0 -61
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/510_bs_color_palette.asciidoc +0 -55
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/600_md_color_palette.asciidoc +0 -95
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/601_md_color_palette_indigo.asciidoc +0 -95
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/602_md_color_palette_pink.asciidoc +0 -95
- data/lib/starter_web/pages/public/previewer/_includes/tables/rouge/200_rouge_attributes.asciidoc +0 -41
- data/lib/starter_web/pages/public/previewer/_includes/tables/rouge/300_supported_languages.asciidoc +0 -857
- data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/100_bs_sizes.asciidoc +0 -47
- data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/100_relative_sizes.asciidoc +0 -47
- data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/200_rotate.asciidoc +0 -71
- data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/300_flip.asciidoc +0 -30
- data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/400_spin_pulsed.asciidoc +0 -31
- data/lib/starter_web/pages/public/previewer/iframer.adoc +0 -93
- data/lib/starter_web/pages/public/previewer/justified_gallery.html +0 -41
- data/lib/starter_web/pages/public/previewer/md_color_palette.adoc +0 -574
- data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +0 -220
- data/lib/starter_web/pages/public/previewer/rouge.adoc +0 -133
- data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +0 -191
@@ -22,7 +22,7 @@ robots:
|
|
22
22
|
permalink: /pages/public/skeleton/simple/
|
23
23
|
regenerate: false
|
24
24
|
|
25
|
-
resources: []
|
25
|
+
resources: [ clipboard, rouge ]
|
26
26
|
resource_options:
|
27
27
|
- toccer:
|
28
28
|
collapseDepth: 4
|
@@ -64,6 +64,7 @@ resource_options:
|
|
64
64
|
:url-roundtrip--fontawesome-icons: /pages/public/learn/roundtrip/mdi_icon_font/#fontawesome-icons
|
65
65
|
:url-roundtrip--iconify-icons: /pages/public/learn/roundtrip/mdi_icon_font/#iconify-icons
|
66
66
|
:url-roundtrip--asciidoc-extensions: /pages/public/learn/roundtrip/asciidoc_extensions/
|
67
|
+
|
67
68
|
// Load Liquid procedures
|
68
69
|
// -----------------------------------------------------------------------------
|
69
70
|
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
@@ -75,9 +76,8 @@ resource_options:
|
|
75
76
|
|
76
77
|
// Page content
|
77
78
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
78
|
-
|
79
|
-
|
80
|
-
folder structure for simple-document AsciiDoc pages based on _Jekyll_ and
|
79
|
+
The Asciidoc skeleton *simple-document* a helper for setting up a base file
|
80
|
+
and folder structure for simple-document AsciiDoc pages based on _Jekyll_ and
|
81
81
|
_J1 Template_. You need *both* to use this skeleton creating AsciiDoc
|
82
82
|
documents from it.
|
83
83
|
|
@@ -94,151 +94,344 @@ All J1 Asciidoc Skeletons are fully *relocateable* and can be placed in any
|
|
94
94
|
subfolder of your Jekyll site.
|
95
95
|
====
|
96
96
|
|
97
|
-
|
98
|
-
|
97
|
+
// Content
|
98
|
+
// -----------------------------------------------------------------------------
|
99
|
+
== Synopsis
|
99
100
|
|
100
|
-
|
101
|
+
_Jekyll_ is a *robot*, an *engine* to generate a site from a site *scaffold*.
|
102
|
+
The _Jekyll_ Ruby *Gem* provides an *executable* named `jekyll` to be used
|
103
|
+
at the commandline.
|
101
104
|
|
102
|
-
|
105
|
+
Several *commands* and related *options* are available to control how the
|
106
|
+
*engine* `jekyll` generates a *site*.
|
103
107
|
|
104
|
-
|
105
|
-
|
106
|
-
|
108
|
+
[source, sh]
|
109
|
+
----
|
110
|
+
jekyll <command> [options]
|
111
|
+
----
|
107
112
|
|
108
|
-
|
109
|
-
|
110
|
-
for link:{url-roundtrip--mdi-icons}[Material Design Icons, {browser-window--new}]
|
111
|
-
and link:{url-roundtrip--fontawesome-icons}[FontAwesome Icons, {browser-window--new}].
|
113
|
+
Find all commands available for the *executable* `jekyll` with the following
|
114
|
+
sections below.
|
112
115
|
|
113
|
-
|
114
|
-
loaded over the Internet using the so-called *Unified OpenSource Icon
|
115
|
-
Framework*. See section link:{url-roundtrip--iconify-icons}[Iconify Icons, {browser-window--new}]
|
116
|
-
for more information.
|
116
|
+
== Commands
|
117
117
|
|
118
|
-
|
118
|
+
To change Jekyll’s default behavior generating *sites*, have a look through
|
119
|
+
the configuration options. All *general* options can be found with the section
|
120
|
+
<<General commands>>. All specific commands and options to control *build*
|
121
|
+
and *serve* processes for a *site*, see the sections for the <<Build command>>
|
122
|
+
and the <<Serve command>>.
|
119
123
|
|
120
|
-
The primary icon-set for J1 Template is link:{url-mdi--home}[Material Design Icons, {browser-window--new}],
|
121
|
-
because it is extremely rich set providing more than 5900+ icons for the
|
122
|
-
current version (v5.9.55). From a design perspective, _MDI_ has an excellen
|
123
|
-
*Material Design* support an comes with the original icon set created by
|
124
|
-
_Google_ build-in.
|
125
124
|
|
126
|
-
|
127
|
-
that is based on _Google_'s Material Design. _MDI_ is a community-driven
|
128
|
-
project to create an increased number of icons based on _Google_'s official repository
|
129
|
-
and MD style specification.
|
125
|
+
=== General commands
|
130
126
|
|
131
|
-
|
127
|
+
The *executable* `jekyll` provides some *general* commands to create e.g. a
|
128
|
+
new site *scaffold* from the scratch (based on the default gem-based theme
|
129
|
+
*Minima*) or some *support* commands like `doctor` to check the configuration
|
130
|
+
of a site or `clean` to reset an existing, already generated *site*.
|
132
131
|
|
133
|
-
|
134
|
-
various platforms to download icons in the format, color and size they need
|
135
|
-
for any project. The repo contains today 2100+ icons plus converted icons from
|
136
|
-
the official set created by _Google_.
|
132
|
+
Have a look through the commands and options available this section.
|
137
133
|
|
138
|
-
|
139
|
-
[cols="2a,3a,4a,^", options="header", width="100%", role="rtable mt-3"]
|
134
|
+
[cols="2a,2a,8a", width="100%", options="header", role="table-responsive mt-3"]
|
140
135
|
|===============================================================================
|
141
|
-
|
|
136
|
+
|Command |Options and Flags |Description
|
142
137
|
|
143
|
-
|
144
|
-
|
|
145
|
-
|
|
146
|
-
[source, adoc, role="noclip"]
|
147
|
-
----
|
148
|
-
mdi:account[1x]
|
149
|
-
----
|
150
|
-
|mdi:account[1x]
|
138
|
+
|`docs`
|
139
|
+
|
|
140
|
+
|To be clarified
|
151
141
|
|
152
|
-
|
153
|
-
|
|
154
|
-
|
|
155
|
-
[source, adoc, role="noclip"]
|
156
|
-
----
|
157
|
-
mdi:account[3x]
|
158
|
-
----
|
159
|
-
|mdi:account[3x]
|
142
|
+
|`import`
|
143
|
+
|
|
144
|
+
|To be clarified
|
160
145
|
|
161
|
-
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
165
|
-
----
|
166
|
-
mdi:account[5x]
|
167
|
-
----
|
168
|
-
|mdi:account[5x]
|
146
|
+
|`new`
|
147
|
+
|
|
148
|
+
|Creates a new Jekyll site with default gem-based theme. Using *optional* `--blank`,
|
149
|
+
creates a new *blank* Jekyll site *scaffold*
|
169
150
|
|
170
|
-
|
171
|
-
|
172
|
-
|
|
173
|
-
|
174
|
-
----
|
175
|
-
mdi:account[5x mdi-rotate-45]
|
176
|
-
----
|
177
|
-
|mdi:account[5x mdi-rotate-45]
|
151
|
+
|`new`
|
152
|
+
|`--blank` +
|
153
|
+
|Using *optional* `--blank`,
|
154
|
+
creates a new *blank* Jekyll site *scaffold*
|
178
155
|
|
179
|
-
|
180
|
-
|
181
|
-
|
|
182
|
-
[source, adoc, role="noclip"]
|
183
|
-
----
|
184
|
-
mdi:account[5x mdi-rotate-315]
|
185
|
-
----
|
186
|
-
|mdi:account[5x mdi-rotate-315]
|
156
|
+
|`doctor` \| `hyde`
|
157
|
+
|
|
158
|
+
|Outputs any deprecation or configuration issues
|
187
159
|
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
160
|
+
|`new-theme`
|
161
|
+
|
|
162
|
+
|Creates a new Jekyll theme scaffold
|
163
|
+
|
164
|
+
|`clean`
|
165
|
+
|
|
166
|
+
|Removes the generated site and metadata file
|
167
|
+
|
168
|
+
|`help`
|
169
|
+
|
|
170
|
+
|Shows help, optionally for a given subcommand, e.g. `jekyll help build`
|
171
|
+
|
172
|
+
|===============================================================================
|
197
173
|
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
174
|
+
|
175
|
+
=== Build command
|
176
|
+
|
177
|
+
Performs a one off build your site. For default, site pages gets written
|
178
|
+
to the folder *./_site*
|
179
|
+
|
180
|
+
.Synopsis
|
181
|
+
[source, sh]
|
202
182
|
----
|
203
|
-
|
183
|
+
jekyll build | b [options]
|
204
184
|
----
|
205
|
-
|mdi:account[5x md-indigo]
|
206
185
|
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
[
|
186
|
+
NOTE: Typically you’ll use `jekyll serve` while developing locally and
|
187
|
+
`jekyll build` when you need to generate the site for production.
|
188
|
+
|
189
|
+
[cols="6a,6a", width="100%", options="header", role="table-responsive mt-3"]
|
190
|
+
|===============================================================================
|
191
|
+
|Options |Description
|
192
|
+
|
193
|
+
|`-c`, `--config` {hs} *CONFIG_FILE [,CONFIG_FILE2, ..]*
|
194
|
+
|Use custom configuration file. +
|
195
|
+
lorem:sentences[2]
|
196
|
+
|
197
|
+
|`-d, --destination` {hs} *DESTINATION*
|
198
|
+
|The current folder will be generated into DESTINATION
|
199
|
+
|
200
|
+
|`-s` \| `--source` {hs} *SOURCE*
|
201
|
+
|Custom source directory
|
202
|
+
|
203
|
+
|`--future`
|
204
|
+
|Publishes posts with a future date
|
205
|
+
|
206
|
+
|`--limit_posts` {hs} *MAX_POSTS*
|
207
|
+
|Limits the number of posts to parse and publish
|
208
|
+
|
209
|
+
|`-w` \| `--[no-]watch`
|
210
|
+
|Watch for changes and rebuild
|
211
|
+
|
212
|
+
|`-b` \| `--baseurl` {hs} *URL*
|
213
|
+
|Serve the website from the given base URL
|
214
|
+
|
215
|
+
|`--force_polling`
|
216
|
+
|Force watch to use polling
|
217
|
+
|
218
|
+
|`--lsi`
|
219
|
+
|Use LSI for improved related posts
|
220
|
+
|
221
|
+
|`-D` \| `--drafts`
|
222
|
+
|Render posts in the _drafts folder
|
223
|
+
|
224
|
+
|`--unpublished`
|
225
|
+
|Render posts that were marked as unpublished
|
226
|
+
|
227
|
+
|`-q` \| `--quiet`
|
228
|
+
|Silence output
|
229
|
+
|
230
|
+
|`-V` \| `--verbose`
|
231
|
+
|Print verbose output
|
232
|
+
|
233
|
+
|`-i` \| `--incremental`
|
234
|
+
|Enable incremental rebuild
|
235
|
+
|
236
|
+
|`--strict_front_matter`
|
237
|
+
|Fail if errors are present in front matter
|
238
|
+
|
239
|
+
|`-h` \| `--help`
|
240
|
+
|Show detailed options an flags
|
241
|
+
|
242
|
+
|`-s` \| `--source` {hs} *DIR*
|
243
|
+
|Source directory. Defaults to current directory `./`
|
244
|
+
|
245
|
+
|`-d` \| `--destination` {hs} *DIR*
|
246
|
+
|Destination directory. Defaults to `./_site`
|
247
|
+
|
248
|
+
|`--safe`
|
249
|
+
|Safe mode. Defaults to `false`
|
250
|
+
|
251
|
+
|`-p` \| `--plugins` {hs} *PLUGINS_DIR1[,PLUGINS_DIR2[,...]]*
|
252
|
+
|Plugins directory. Defaults to `./_plugins`
|
253
|
+
|
254
|
+
|`--layouts` {hs} *DIR*
|
255
|
+
|Layouts directory. Defaults to `./_layouts`
|
256
|
+
|
257
|
+
|`--profile`
|
258
|
+
|Generate a Liquid rendering profile
|
259
|
+
|
260
|
+
|`-t` \| `--trace`
|
261
|
+
|Show the full backtrace when an error occurs
|
262
|
+
|
263
|
+
|`-v` \| `--version`
|
264
|
+
|Print the name and version
|
265
|
+
|
266
|
+
|===============================================================================
|
267
|
+
|
268
|
+
|
269
|
+
=== Serve command
|
270
|
+
|
271
|
+
Create your site any time a source file changes and serves it locally using
|
272
|
+
builtin web server *WEBRick*.
|
273
|
+
|
274
|
+
For default, site pages gets writen to *./_site*
|
275
|
+
|
276
|
+
.Synopsis
|
277
|
+
[source, sh]
|
211
278
|
----
|
212
|
-
|
279
|
+
jekyll serve | s [options]
|
213
280
|
----
|
214
|
-
|mdi:account[5x md-pink]
|
215
281
|
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
[
|
282
|
+
NOTE: Typically you’ll use `jekyll serve` while developing locally and
|
283
|
+
`jekyll build` when you need to generate the site for production.
|
284
|
+
|
285
|
+
[cols="6a,6a", width="100%", options="header", role="table-responsive mt-3"]
|
286
|
+
|===============================================================================
|
287
|
+
|Options |Description
|
288
|
+
|
289
|
+
|`-c`, `--config` {hs} CONFIG_FILE [,CONFIG_FILE2, ..]
|
290
|
+
|Use custom configuration file. +
|
291
|
+
lorem:sentences[2]
|
292
|
+
|
293
|
+
|`-d, --destination` {hs} *DESTINATION*
|
294
|
+
|The current folder will be generated into DESTINATION
|
295
|
+
|
296
|
+
|`-s` \| `--source` {hs} *SOURCE*
|
297
|
+
|Custom source directory
|
298
|
+
|
299
|
+
|`--future`
|
300
|
+
|Publishes posts with a future date
|
301
|
+
|
302
|
+
|`--limit_posts` {hs} *MAX_POSTS*
|
303
|
+
|Limits the number of posts to parse and publish
|
304
|
+
|
305
|
+
|`-w` \| `--[no-]watch`
|
306
|
+
|Watch for changes and rebuild
|
307
|
+
|
308
|
+
|`-b` \| `--baseurl` {hs} *URL*
|
309
|
+
|Serve the website from the given base URL
|
310
|
+
|
311
|
+
|`--force_polling`
|
312
|
+
|Force watch to use polling
|
313
|
+
|
314
|
+
|`--lsi`
|
315
|
+
|Use LSI for improved related posts
|
316
|
+
|
317
|
+
|`-D` \| `--drafts`
|
318
|
+
|Render posts in the _drafts folder
|
319
|
+
|
320
|
+
|`--unpublished`
|
321
|
+
|Render posts that were marked as unpublished
|
322
|
+
|
323
|
+
|`-q` \| `--quiet`
|
324
|
+
|Silence output
|
325
|
+
|
326
|
+
|`-V` \| `--verbose`
|
327
|
+
|Print verbose output
|
328
|
+
|
329
|
+
|`-i` \| `--incremental`
|
330
|
+
|Enable incremental rebuild
|
331
|
+
|
332
|
+
|`--strict_front_matter`
|
333
|
+
|Fail if errors are present in front matter
|
334
|
+
|
335
|
+
|`--ssl-cert` {hs} *CERT*
|
336
|
+
|X.509 (SSL) certificate
|
337
|
+
|
338
|
+
|`--ssl-key` {hs} *KEY*
|
339
|
+
|X.509 (SSL) Private Key
|
340
|
+
|
341
|
+
|`-H` \| `--host` {hs} *HOST*
|
342
|
+
|Host to bind to
|
343
|
+
|
344
|
+
|`-o` \| `--open-url`
|
345
|
+
|Launch your site in a browser
|
346
|
+
|
347
|
+
|`-B` \| `--detach`
|
348
|
+
|Run the server in the background
|
349
|
+
|
350
|
+
|`-P` \| `--port` {hs} *PORT*
|
351
|
+
|Port to listen on
|
352
|
+
|
353
|
+
|`--show-dir-listing`
|
354
|
+
|Show a directory listing instead of loading your index file
|
355
|
+
|
356
|
+
|`--skip-initial-build`
|
357
|
+
|Skips the initial site build which occurs before the server is started
|
358
|
+
|
359
|
+
|`-l` \| `--livereload`
|
360
|
+
|Use LiveReload to automatically refresh browsers
|
361
|
+
|
362
|
+
|`--livereload-ignore` {hs} *GLOB1[,GLOB2[,...]]*
|
363
|
+
|Files for LiveReload to ignore. Remember to quote the values so your
|
364
|
+
shell won't expand them
|
365
|
+
|
366
|
+
|`--livereload-min-delay` {hs} *SECONDS*
|
367
|
+
|Minimum reload delay
|
368
|
+
|
369
|
+
|`--livereload-max-delay` {hs} *SECONDS*
|
370
|
+
|Maximum reload delay
|
371
|
+
|
372
|
+
|`--livereload-port` {hs} *PORT*
|
373
|
+
|Port for LiveReload to listen on
|
374
|
+
|
375
|
+
|`-h` \| `--help`
|
376
|
+
|Show detailed options an flags
|
377
|
+
|
378
|
+
|`-s` \| `--source` {hs} *DIR*
|
379
|
+
|Source directory. Defaults to current directory `./`
|
380
|
+
|
381
|
+
|`-d` \| `--destination` {hs} *DIR*
|
382
|
+
|Destination directory. Defaults to `./_site`
|
383
|
+
|
384
|
+
|`--safe`
|
385
|
+
|Safe mode. Defaults to `false`
|
386
|
+
|
387
|
+
|`-p` \| `--plugins` {hs} *PLUGINS_DIR1[,PLUGINS_DIR2[,...]]*
|
388
|
+
|Plugins directory. Defaults to `./_plugins`
|
389
|
+
|
390
|
+
|`--layouts` {hs} *DIR*
|
391
|
+
|Layouts directory. Defaults to `./_layouts`
|
392
|
+
|
393
|
+
|`--profile`
|
394
|
+
|Generate a Liquid rendering profile
|
395
|
+
|
396
|
+
|`-t` \| `--trace`
|
397
|
+
|Show the full backtrace when an error occurs
|
398
|
+
|
399
|
+
|`-v` \| `--version`
|
400
|
+
|Print the name and version
|
401
|
+
|
402
|
+
|===============================================================================
|
403
|
+
|
404
|
+
|
405
|
+
== Examples
|
406
|
+
|
407
|
+
Find some typical use case running Jekyll from commandline below.
|
408
|
+
|
409
|
+
=== Build a site from custom configuration
|
410
|
+
|
411
|
+
Typically you’ll use `jekyll serve` while developing locally and
|
412
|
+
`jekyll build` when you need to generate the site for production.
|
413
|
+
|
414
|
+
[source, sh]
|
220
415
|
----
|
221
|
-
|
416
|
+
jekyll b -c ./site_configs/_config.yml
|
222
417
|
----
|
223
|
-
|mdi:loading[5x mdi-spin]
|
224
418
|
|
225
|
-
|
226
|
-
|
227
|
-
`
|
228
|
-
|
229
|
-
|
419
|
+
=== Build a site in mode incremental
|
420
|
+
|
421
|
+
Typically you’ll use `jekyll serve` while developing locally and
|
422
|
+
`jekyll build` when you need to generate the site for production.
|
423
|
+
|
424
|
+
[source, sh]
|
230
425
|
----
|
231
|
-
|
426
|
+
jekyll b --incremental
|
232
427
|
----
|
233
|
-
|mdi:heart[5x md-red-900 mdi-pulsed]
|
234
|
-
|
235
|
-
|===============================================================================
|
236
428
|
|
429
|
+
=== Run a site in mode incremental
|
237
430
|
|
238
|
-
|
239
|
-
|
240
|
-
this in section
|
241
|
-
link:{url-roundtrip--asciidoc-extensions}#icon-fonts[Asciidoc Extensions, {browser-window--new}]
|
431
|
+
Typically you’ll use `jekyll serve` while developing locally and
|
432
|
+
`jekyll build` when you need to generate the site for production.
|
242
433
|
|
243
|
-
|
244
|
-
|
434
|
+
[source, sh]
|
435
|
+
----
|
436
|
+
jekyll s --incremental
|
437
|
+
----
|
@@ -221,22 +221,22 @@ site_category_word_list: {{site_category_word_list | debug}}
|
|
221
221
|
|
222
222
|
{% if post.date %}
|
223
223
|
{% if language == "en" %}
|
224
|
-
<i class="mdi mdi-calendar-blank md-grey-
|
224
|
+
<i class="mdi mdi-calendar-blank md-grey-900 mr-1"></i>{{post.date | localize: "%Y %B, %e"}}
|
225
225
|
{% endif %}
|
226
226
|
{% if language == "de" %}
|
227
|
-
<i class="mdi mdi-calendar-blank md-grey-
|
227
|
+
<i class="mdi mdi-calendar-blank md-grey-900 mr-1"></i>{{post.date | localize: "%-d. %B %Y"}}
|
228
228
|
{% endif %}
|
229
229
|
{% endif %}
|
230
230
|
{% if likes_count %}
|
231
231
|
<span class="font-weight-bold"> · </span>
|
232
|
-
<i class="mdi mdi-heart mr-1"></i> {{likes_count}}
|
232
|
+
<i class="mdi mdi-heart md-grey-900 mr-1"></i> {{likes_count}}
|
233
233
|
{% endif %}
|
234
234
|
{% if comment_count %}
|
235
235
|
<span class="font-weight-bold"> · </span>
|
236
|
-
<i class="mdi mdi-comment mr-1"></i> {{comment_count}}
|
236
|
+
<i class="mdi mdi-comment md-grey-900 mr-1"></i> {{comment_count}}
|
237
237
|
{% endif %}
|
238
238
|
</div>
|
239
|
-
<a class="card-link
|
239
|
+
<a class="card-link md-grey-900 text-lowercase"
|
240
240
|
href="{{post.url}}#readmore">
|
241
241
|
{{readmore_text}} · {{post.tagline}}
|
242
242
|
</a>
|
@@ -205,22 +205,22 @@ site_category_word_list: {{site_category_word_list | debug}}
|
|
205
205
|
|
206
206
|
{% if post.date %}
|
207
207
|
{% if language == "en" %}
|
208
|
-
<i class="mdi mdi-calendar-blank md-grey-
|
208
|
+
<i class="mdi mdi-calendar-blank md-grey-900 mr-1"></i>{{post.date|localize: "%Y %B, %e"}}
|
209
209
|
{% endif %}
|
210
210
|
{% if language == "de" %}
|
211
|
-
<i class="mdi mdi-calendar-blank md-grey-
|
211
|
+
<i class="mdi mdi-calendar-blank md-grey-900 mr-1"></i>{{post.date|localize: "%-d. %B %Y"}}
|
212
212
|
{% endif %}
|
213
213
|
{% endif %}
|
214
214
|
{% if likes_count %}
|
215
215
|
<span class="font-weight-bold"> · </span>
|
216
|
-
<i class="mdi mdi-heart mr-1"></i> {{likes_count}}
|
216
|
+
<i class="mdi mdi-heart md-grey-900 mr-1"></i> {{likes_count}}
|
217
217
|
{% endif %}
|
218
218
|
{% if comment_count %}
|
219
219
|
<span class="font-weight-bold"> · </span>
|
220
|
-
<i class="mdi mdi-comment mr-1"></i> {{comment_count}}
|
220
|
+
<i class="mdi mdi-comment md-grey-900 mr-1"></i> {{comment_count}}
|
221
221
|
{% endif %}
|
222
222
|
</div>
|
223
|
-
<a class="card-link
|
223
|
+
<a class="card-link md-grey-900 text-lowercase"
|
224
224
|
href="{{post.url}}#readmore">
|
225
225
|
{{readmore_text}} · {{post.tagline}}
|
226
226
|
</a>
|
@@ -178,22 +178,22 @@ site_category_word_list: {{site_category_word_list | debug}}
|
|
178
178
|
|
179
179
|
{% if post.date %}
|
180
180
|
{% if language == "en" %}
|
181
|
-
<i class="mdi mdi-calendar-blank md-grey-
|
181
|
+
<i class="mdi mdi-calendar-blank md-grey-900 mr-1"></i>{{post.date | localize: "%Y %B, %e"}}
|
182
182
|
{% endif %}
|
183
183
|
{% if language == "de" %}
|
184
|
-
<i class="mdi mdi-calendar-blank md-grey-
|
184
|
+
<i class="mdi mdi-calendar-blank md-grey-900 mr-1"></i>{{post.date | localize: "%-d. %B %Y"}}
|
185
185
|
{% endif %}
|
186
186
|
{% endif %}
|
187
187
|
{% if likes_count %}
|
188
188
|
<span class="font-weight-bold"> · </span>
|
189
|
-
<i class="mdi mdi-heart
|
189
|
+
<i class="mdi mdi-heart md-grey-900 mr-1"></i> {{likes_count}}
|
190
190
|
{% endif %}
|
191
191
|
{% if comment_count %}
|
192
192
|
<span class="font-weight-bold"> · </span>
|
193
|
-
<i class="mdi mdi-comment
|
193
|
+
<i class="mdi mdi-comment md-grey-900 mr-1"></i> {{comment_count}}
|
194
194
|
{% endif %}
|
195
195
|
</div>
|
196
|
-
<a class="card-link
|
196
|
+
<a class="card-link md-grey-900 text-lowercase"
|
197
197
|
href="{{post.url}}#readmore">
|
198
198
|
{{readmore_text}} · {{post.tagline}}
|
199
199
|
</a>
|
@@ -2029,7 +2029,7 @@ To make them properly positioned, the Javascript library `popper.min.js` has to
|
|
2029
2029
|
be included before `bootstrap.js` in order to make popovers and tooltips to work.
|
2030
2030
|
|
2031
2031
|
mdi:bootstrap[24px, mdi-md-deep-purple]
|
2032
|
-
link:{url-bs-docs--components-popovers}[Bootstrap Docs {char-middot} Popovers, {browser-window--new}]
|
2032
|
+
link:{url-bs-docs--components-popovers}[Bootstrap Docs {char-middot} Popovers, {browser-window--new}] +
|
2033
2033
|
mdi:bootstrap[24px, mdi-md-deep-purple]
|
2034
2034
|
link:{url-bs-docs--components-tooltips}[Bootstrap Docs {char-middot} Tooltips, {browser-window--new}]
|
2035
2035
|
|