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
@@ -1,23 +0,0 @@
|
|
1
|
-
// Material Design Icons
|
2
|
-
// -----------------------------------------------------------------------------
|
3
|
-
// mdi:name[modifier]
|
4
|
-
//
|
5
|
-
mdi:account[1x]
|
6
|
-
|
7
|
-
// FontAwesome Icons
|
8
|
-
// -----------------------------------------------------------------------------
|
9
|
-
// fas:name[modifier]
|
10
|
-
// fab:name[modifier]
|
11
|
-
//
|
12
|
-
fas:user[1x]
|
13
|
-
|
14
|
-
// Iconify Icons
|
15
|
-
// -----------------------------------------------------------------------------
|
16
|
-
// iconify:name[modifier]
|
17
|
-
//
|
18
|
-
iconify:logos:opensource[3x]
|
19
|
-
|
20
|
-
// Twitter Emoji
|
21
|
-
// -----------------------------------------------------------------------------
|
22
|
-
// emoji:name[modifier]
|
23
|
-
emoji:smile[2x]
|
@@ -1,7 +0,0 @@
|
|
1
|
-
// Lightbox
|
2
|
-
// -----------------------------------------------------------------------------
|
3
|
-
//
|
4
|
-
:data-example-standalone: "pages/roundtrip/100_present_images/lightbox-image-1.jpg, Golden Gate Bridge with San Francisco in distance, pages/roundtrip/100_present_images/lightbox-image-2.jpg, Forest with mountains behind"
|
5
|
-
|
6
|
-
.Title
|
7
|
-
lightbox::example-standalone[ 400, {data-example-standalone} ]
|
data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/documents/chapter_document.asciidoc
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
// ~/300_asciidoc_writers_guide/000_includes/documents/100_start_writing/
|
2
|
-
// Chapter document: 100_start_writing.asciidoc
|
3
|
-
// -----------------------------------------------------------------------------
|
4
|
-
|
5
|
-
== Title
|
6
|
-
|
7
|
-
lorem:sentences[5]
|
8
|
-
|
9
|
-
lorem:sentences[2]
|
data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_2_column.asciidoc
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
// 2-Colum table (Asciidoc)
|
2
|
-
// -----------------------------------------------------------------------------
|
3
|
-
//
|
4
|
-
|
5
|
-
.title_text
|
6
|
-
[cols="50%,50%", subs=+macros, options="header", role="rtable mt-3 mb-5"]
|
7
|
-
|===============================================================================
|
8
|
-
|Setting |Options and Flags
|
9
|
-
a|*Site Source*
|
10
|
-
|Change the directory where Jekyll will read files
|
11
|
-
|
12
|
-
|===============================================================================
|
@@ -1,30 +0,0 @@
|
|
1
|
-
// 2-Colum table (Asciidoc)
|
2
|
-
// -----------------------------------------------------------------------------
|
3
|
-
//
|
4
|
-
.Title
|
5
|
-
[cols="1h,5*^", subs=+macros, options="header", role="rtable mt-3 mb-5"]
|
6
|
-
|===============================================================================
|
7
|
-
|{empty} 2+|Float 3+|Align
|
8
|
-
|
9
|
-
|Role
|
10
|
-
|left
|
11
|
-
|right
|
12
|
-
|text-left
|
13
|
-
|text-right
|
14
|
-
|text-center
|
15
|
-
|
16
|
-
|Block Image
|
17
|
-
|{y}
|
18
|
-
|{y}
|
19
|
-
|{y}
|
20
|
-
|{y}
|
21
|
-
|{y}
|
22
|
-
|
23
|
-
|Inline Image
|
24
|
-
|{y}
|
25
|
-
|{y}
|
26
|
-
|{n}
|
27
|
-
|{n}
|
28
|
-
|{n}
|
29
|
-
|
30
|
-
|===============================================================================
|
data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_3_column.asciidoc
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
// 3-Colum table (Asciidoc)
|
2
|
-
// -----------------------------------------------------------------------------
|
3
|
-
//
|
4
|
-
|
5
|
-
.title_text
|
6
|
-
[cols="3,3,6a", subs=+macros, options="header", role="rtable mt-3 mb-5"]
|
7
|
-
|===============================================================================
|
8
|
-
|Element |Description |Example
|
9
|
-
|
10
|
-
|`element`
|
11
|
-
|lorem:words[5]
|
12
|
-
|
|
13
|
-
[role="r-text-100"]
|
14
|
-
lorem:sentences[2]
|
15
|
-
|
16
|
-
|===============================================================================
|
data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc
DELETED
@@ -1,25 +0,0 @@
|
|
1
|
-
// 4-Colum table (Asciidoc)
|
2
|
-
// -----------------------------------------------------------------------------
|
3
|
-
//
|
4
|
-
|
5
|
-
.title_text
|
6
|
-
[cols="2,3,2,5a", subs=+macros, options="header", role="rtable mt-3 mb-5"]
|
7
|
-
|===============================================================================
|
8
|
-
|Property | Value |Default |Description
|
9
|
-
|
10
|
-
|`flex-flow`
|
11
|
-
|`flex-direction` `flex-wrap`
|
12
|
-
|`row nowrap`
|
13
|
-
|The `flex-flow` property is a *shorthand* propery for setting both the
|
14
|
-
`flex-direction` and `flex-wrap` properties.
|
15
|
-
|
16
|
-
.Example
|
17
|
-
[source, css]
|
18
|
-
----
|
19
|
-
.flex-container {
|
20
|
-
display: flex;
|
21
|
-
flex-flow: row wrap;
|
22
|
-
}
|
23
|
-
----
|
24
|
-
|
25
|
-
|===============================================================================
|
@@ -1,62 +0,0 @@
|
|
1
|
-
---
|
2
|
-
# Top Level Entry Document: 100_chapter.asciidoc
|
3
|
-
#
|
4
|
-
title: Skeleton book
|
5
|
-
tagline: chapter 1
|
6
|
-
date: 2021-01-01 00:00:00 +100
|
7
|
-
description: >
|
8
|
-
Top Level Entry Document 100_chapter.asciidoc
|
9
|
-
|
10
|
-
categories: [ Knowledge ]
|
11
|
-
tags: [ Asciidoc, Skeleton ]
|
12
|
-
|
13
|
-
sitemap: false
|
14
|
-
robots:
|
15
|
-
index: false
|
16
|
-
follow: false
|
17
|
-
|
18
|
-
permalink: /pages/public/skeleton/book/chapter_1/
|
19
|
-
regenerate: false
|
20
|
-
|
21
|
-
resources: []
|
22
|
-
resource_options:
|
23
|
-
- toccer:
|
24
|
-
collapseDepth: 3
|
25
|
-
- attic:
|
26
|
-
padding_top: 400
|
27
|
-
padding_bottom: 50
|
28
|
-
opacity: 0.5
|
29
|
-
slides:
|
30
|
-
- url: /assets/images/pages/skeleton/sigmund-1920x1280.jpg
|
31
|
-
alt: Photo by Sigmund on Unsplash
|
32
|
-
alignY: top
|
33
|
-
badge:
|
34
|
-
type: unsplash
|
35
|
-
author: Sigmund
|
36
|
-
href: https://unsplash.com/@sigmund
|
37
|
-
---
|
38
|
-
|
39
|
-
// Page Initializer
|
40
|
-
// =============================================================================
|
41
|
-
// Enable the Liquid Preprocessor
|
42
|
-
:page-liquid:
|
43
|
-
|
44
|
-
// Set (local) page attributes here
|
45
|
-
// -----------------------------------------------------------------------------
|
46
|
-
// :page--attr: <attr-value>
|
47
|
-
|
48
|
-
// Load Liquid procedures
|
49
|
-
// -----------------------------------------------------------------------------
|
50
|
-
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
51
|
-
|
52
|
-
// Load page attributes
|
53
|
-
// -----------------------------------------------------------------------------
|
54
|
-
{% include {{load_attributes}} scope="all" %}
|
55
|
-
|
56
|
-
|
57
|
-
// Page content
|
58
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
59
|
-
|
60
|
-
// Include sub-documents
|
61
|
-
// -----------------------------------------------------------------------------
|
62
|
-
include::{documentdir}/100_chapter.asciidoc[]
|
@@ -1,64 +0,0 @@
|
|
1
|
-
---
|
2
|
-
# ~/document_base_folder
|
3
|
-
# Top Level Entry Document: 200_chapter.asciidoc
|
4
|
-
#
|
5
|
-
title: Skeleton book
|
6
|
-
tagline: chapter 2
|
7
|
-
date: 2021-01-01 00:00:00 +100
|
8
|
-
description: >
|
9
|
-
Top Level Entry Document 100_chapter.asciidoc
|
10
|
-
|
11
|
-
categories: [ Knowledge ]
|
12
|
-
tags: [ Asciidoc, Skeleton ]
|
13
|
-
|
14
|
-
sitemap: false
|
15
|
-
robots:
|
16
|
-
index: false
|
17
|
-
follow: false
|
18
|
-
|
19
|
-
permalink: /pages/public/skeleton/book/chapter_2/
|
20
|
-
regenerate: false
|
21
|
-
|
22
|
-
resources: [ lightbox, lightGallery, justifiedGallery ]
|
23
|
-
resource_options:
|
24
|
-
- toccer:
|
25
|
-
collapseDepth: 3
|
26
|
-
- attic:
|
27
|
-
padding_top: 400
|
28
|
-
padding_bottom: 50
|
29
|
-
opacity: 0.5
|
30
|
-
slides:
|
31
|
-
- url: /assets/images/pages/skeleton/sigmund-1920x1280.jpg
|
32
|
-
alt: Photo by Sigmund on Unsplash
|
33
|
-
alignY: top
|
34
|
-
badge:
|
35
|
-
type: unsplash
|
36
|
-
author: Sigmund
|
37
|
-
href: https://unsplash.com/@sigmund
|
38
|
-
---
|
39
|
-
|
40
|
-
// Page Initializer
|
41
|
-
// =============================================================================
|
42
|
-
// Enable the Liquid Preprocessor
|
43
|
-
:page-liquid:
|
44
|
-
|
45
|
-
// Set (local) page attributes here
|
46
|
-
// -----------------------------------------------------------------------------
|
47
|
-
// :page--attr: <attr-value>
|
48
|
-
|
49
|
-
// Load Liquid procedures
|
50
|
-
// -----------------------------------------------------------------------------
|
51
|
-
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
52
|
-
|
53
|
-
// Load page attributes
|
54
|
-
// -----------------------------------------------------------------------------
|
55
|
-
{% include {{load_attributes}} scope="all" %}
|
56
|
-
|
57
|
-
|
58
|
-
// Page content
|
59
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
60
|
-
|
61
|
-
// Include sub-documents
|
62
|
-
// -----------------------------------------------------------------------------
|
63
|
-
|
64
|
-
include::{documentdir}/200_chapter.asciidoc[]
|
@@ -1,73 +0,0 @@
|
|
1
|
-
---
|
2
|
-
# Top Level Entry Document: 900_sourcess.asciidoc
|
3
|
-
#
|
4
|
-
title: Skeleton book
|
5
|
-
tagline: references
|
6
|
-
description:
|
7
|
-
|
8
|
-
categories: [ Knowledge ]
|
9
|
-
tags: [ Asciidoc, Skeleton ]
|
10
|
-
|
11
|
-
permalink: /pages/public/skeleton/book/references/
|
12
|
-
regenerate: false
|
13
|
-
|
14
|
-
sitemap: false
|
15
|
-
robots:
|
16
|
-
index: false
|
17
|
-
follow: false
|
18
|
-
|
19
|
-
resources: []
|
20
|
-
resource_options:
|
21
|
-
- toccer:
|
22
|
-
collapseDepth: 3
|
23
|
-
- attic:
|
24
|
-
padding_top: 400
|
25
|
-
padding_bottom: 50
|
26
|
-
opacity: 0.5
|
27
|
-
slides:
|
28
|
-
- url: /assets/images/pages/skeleton/romain-vignes-1920x1280.jpg
|
29
|
-
alt: Photo by Romain Vignes on Unsplash
|
30
|
-
alignY: top
|
31
|
-
badge:
|
32
|
-
type: unsplash
|
33
|
-
author: Romain Vignes
|
34
|
-
href: https://unsplash.com/@rvignes
|
35
|
-
---
|
36
|
-
|
37
|
-
// Page Initializer
|
38
|
-
// =============================================================================
|
39
|
-
// Enable the Liquid Preprocessor
|
40
|
-
:page-liquid:
|
41
|
-
|
42
|
-
// Set (local) page attributes here
|
43
|
-
// -----------------------------------------------------------------------------
|
44
|
-
// :page--attr: <attr-value>
|
45
|
-
|
46
|
-
// Load Liquid procedures
|
47
|
-
// -----------------------------------------------------------------------------
|
48
|
-
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
49
|
-
|
50
|
-
// Load page attributes
|
51
|
-
// -----------------------------------------------------------------------------
|
52
|
-
{% include {{load_attributes}} scope="all" %}
|
53
|
-
|
54
|
-
|
55
|
-
// Page content
|
56
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
57
|
-
|
58
|
-
== References
|
59
|
-
|
60
|
-
Don't leave any main chapter with a *White Section*. By the references chapter
|
61
|
-
you can give your readers a huge added value, if you (clearly) reference the
|
62
|
-
sources you have used for writing.
|
63
|
-
|
64
|
-
You need for legal reasons ...
|
65
|
-
|
66
|
-
...
|
67
|
-
|
68
|
-
|
69
|
-
// Include sub-documents
|
70
|
-
// -----------------------------------------------------------------------------
|
71
|
-
// jadams, 2019-09-28: TODO fix include error 'include file not found:'
|
72
|
-
//
|
73
|
-
include::{documentdir}/900_references.asciidoc[]
|
@@ -1,74 +0,0 @@
|
|
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
|
-
:url-j1--home: https://jekyll.one
|
9
|
-
:url-wikipedia--chapter: https://en.wikipedia.org/wiki/Chapter_(books)/
|
10
|
-
:url-wikipedia-en--writing: https://en.wikipedia.org/wiki/Introduction_(writing)/
|
11
|
-
:url-wikipedia-en--asciidoc: https://en.wikipedia.org/wiki/AsciiDoc
|
12
|
-
|
13
|
-
:url-fontawesome--home: https://fontawesome.com/
|
14
|
-
:url-fontawesome--icons: https://fontawesome.com/icons?d=gallery/
|
15
|
-
:url-fontawesome--get-started: https://fontawesome.com/get-started/
|
16
|
-
|
17
|
-
:url-mdi--home: https://materialdesignicons.com/
|
18
|
-
:url-mdi-icons--cheatsheet: https://cdn.materialdesignicons.com/3.3.92/
|
19
|
-
|
20
|
-
:url-iconify--home: https://iconify.design/
|
21
|
-
:url-iconify--icon-sets: https://iconify.design/icon-sets/
|
22
|
-
:url-iconify--medical-icons: https://iconify.design/icon-sets/medical-icon/
|
23
|
-
:url-iconify--brand-icons: https://iconify.design/icon-sets/logos/
|
24
|
-
|
25
|
-
:url-roundtrip--mdi-icons: /pages/public/learn/roundtrip/mdi_icon_font/#material-design-icons
|
26
|
-
:url-roundtrip--fontawesome-icons: /pages/public/learn/roundtrip/mdi_icon_font/#fontawesome-icons
|
27
|
-
:url-roundtrip--iconify-icons: /pages/public/learn/roundtrip/mdi_icon_font/#iconify-icons
|
28
|
-
:url-roundtrip--asciidoc-extensions: /pages/public/learn/roundtrip/asciidoc_extensions/
|
29
|
-
|
30
|
-
:url-asciidoctor--asciidoc-writers-guide: https://asciidoctor.org/docs/asciidoc-writers-guide/
|
31
|
-
:url-asciidoctor--asciidoc-manual: https://docs.asciidoctor.org/asciidoc/latest/
|
32
|
-
end::urls[]
|
33
|
-
|
34
|
-
|
35
|
-
// FOOTNOTES, global asciidoc attributes (variables)
|
36
|
-
// -----------------------------------------------------------------------------
|
37
|
-
tag::footnotes[]
|
38
|
-
end::footnotes[]
|
39
|
-
|
40
|
-
|
41
|
-
// Tags - Asciidoc attributes used internally
|
42
|
-
// -----------------------------------------------------------------------------
|
43
|
-
tag::tags[]
|
44
|
-
end::tags[]
|
45
|
-
|
46
|
-
|
47
|
-
// Data - Data elements for Asciidoctor extensions
|
48
|
-
// -----------------------------------------------------------------------------
|
49
|
-
tag::data[]
|
50
|
-
:data-images-standalone: "pages/roundtrip/100_present_images/lightbox-image-1.jpg, Golden Gate Bridge with San Francisco in distance, pages/roundtrip/100_present_images/lightbox-image-2.jpg, Forest with mountains behind"
|
51
|
-
:data-images-group: "pages/roundtrip/100_present_images/lightbox-image-1.jpg, Golden Gate Bridge with San Francisco in distance, pages/roundtrip/100_present_images/lightbox-image-2.jpg, Forest with mountains behind"
|
52
|
-
end::data[]
|
53
|
-
|
54
|
-
|
55
|
-
// Images - Images from local include/images folder
|
56
|
-
// -----------------------------------------------------------------------------
|
57
|
-
tag::images[]
|
58
|
-
end::images[]
|
59
|
-
|
60
|
-
|
61
|
-
// PRODUCTS, local product information (e.g. release)
|
62
|
-
// -----------------------------------------------------------------------------
|
63
|
-
tag::products[]
|
64
|
-
:license: e.g. Apache License, Version 2.0
|
65
|
-
:revdate: e.g. 2018
|
66
|
-
:revnumber: e.g. 1.2.3
|
67
|
-
end::products[]
|
68
|
-
|
69
|
-
|
70
|
-
// AUTHORS, local author information (e.g. article)
|
71
|
-
// -----------------------------------------------------------------------------
|
72
|
-
tag::authors[]
|
73
|
-
:uri-author-xxx: https://xxx
|
74
|
-
end::authors[]
|
data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/000_intro.asciidoc
DELETED
@@ -1,33 +0,0 @@
|
|
1
|
-
// ~/document_base_folder/000_includes/documents
|
2
|
-
// Intro document: 000_intro.asciidoc
|
3
|
-
// -----------------------------------------------------------------------------
|
4
|
-
|
5
|
-
== Introduction
|
6
|
-
|
7
|
-
{url-wikipedia-en--writing}[From Wikipedia, {browser-window--new}]
|
8
|
-
|
9
|
-
In an essay, article, or book, an introduction (also known as a prolegomenon)
|
10
|
-
is a beginning section which states the purpose and goals of the following
|
11
|
-
writing. This is generally followed by the body and conclusion.
|
12
|
-
|
13
|
-
The introduction typically describes the scope of the document and gives
|
14
|
-
the brief explanation or summary of the document. It may also explain certain
|
15
|
-
elements that are important to the essay if explanations are not part of
|
16
|
-
the main text. The readers can have an idea about the following text before
|
17
|
-
they actually start reading it.
|
18
|
-
|
19
|
-
ln technical writing, the introduction typically includes one or more standard
|
20
|
-
subsections: abstract or summary, preface, acknowledgments, and foreword.
|
21
|
-
Alternatively, the section labeled introduction itself may be a brief
|
22
|
-
section found side-by-side with abstract, foreword, etc. (rather than
|
23
|
-
containing them). In this case the set of sections that come before the
|
24
|
-
body of the book are known as the front matter. When the book is divided
|
25
|
-
into numbered chapters, by convention the introduction and any other
|
26
|
-
front-matter sections are unnumbered and precede chapter 1.
|
27
|
-
|
28
|
-
Keeping the concept of the introduction the same, different documents
|
29
|
-
have different styles to introduce the written text. For example,
|
30
|
-
the introduction of a Functional Specification consists of information
|
31
|
-
that the whole document is yet to explain. If a Userguide is written,
|
32
|
-
the introduction is about the product. In a report, the introduction gives
|
33
|
-
a summary about the report contents.
|
@@ -1,21 +0,0 @@
|
|
1
|
-
// ~/document_base_folder/_includes/documents/100_chapter/
|
2
|
-
// Chapter document: 100_chapter_document.asciidoc
|
3
|
-
// -----------------------------------------------------------------------------
|
4
|
-
|
5
|
-
== Chapter 1
|
6
|
-
|
7
|
-
J1 Template support popular icons font sets out-of-the-box:
|
8
|
-
|
9
|
-
* link:{url-mdi--home}[Material Design Icons, {browser-window--new}] (MDI)
|
10
|
-
* link:{url-fontawesome--home}[FontAwesome Icons V5, {browser-window--new}] (FA)
|
11
|
-
* link:{url-iconify--home}[Iconify Icons, {browser-window--new}] (II)
|
12
|
-
|
13
|
-
The icon sets MDI and FA are very good in design and have a rich set of
|
14
|
-
different icons for many categories used for the Web. See below some details
|
15
|
-
for link:{url-roundtrip--mdi-icons}[Material Design Icons, {browser-window--new}]
|
16
|
-
and link:{url-roundtrip--fontawesome-icons}[FontAwesome Icons, {browser-window--new}].
|
17
|
-
|
18
|
-
Iconify icons is not a locally stored icon-set like MDI or FA. All icons are
|
19
|
-
loaded over the Internet using the so-called *Unified OpenSource Icon
|
20
|
-
Framework*. See section link:{url-roundtrip--iconify-icons}[Iconify Icons, {browser-window--new}]
|
21
|
-
for more information.
|
@@ -1,36 +0,0 @@
|
|
1
|
-
// ~/document_base_folder/_includes/documents/100_chapter/
|
2
|
-
// Chapter document: 110_chapter_document.asciidoc
|
3
|
-
// -----------------------------------------------------------------------------
|
4
|
-
|
5
|
-
=== Section
|
6
|
-
|
7
|
-
The primary icon-set for J1 Template is
|
8
|
-
link:{url-mdi--home}[Material Design Icons, {browser-window--new}],
|
9
|
-
because it is extremely rich set providing more than 5900+ icons for the
|
10
|
-
current version (v5.9.55). From a design perspective, _MDI_ has an excellen
|
11
|
-
*Material Design* support an comes with the original icon set created by
|
12
|
-
_Google_ build-in.
|
13
|
-
|
14
|
-
_Material Design Icons_ (MDI) is a beneficial design resource for Web Design
|
15
|
-
that is based on _Google_'s Material Design. _MDI_ is a community-driven
|
16
|
-
project to create an increased number of icons based on _Google_'s official
|
17
|
-
repository and MD style specification.
|
18
|
-
|
19
|
-
==== Subsection
|
20
|
-
|
21
|
-
_MDI_ is a growing collection to allow designers and developers targeting
|
22
|
-
various platforms to download icons in the format, color and size they need
|
23
|
-
for any project. The repo contains today 2100+ icons plus converted icons from
|
24
|
-
the official set created by _Google_.
|
25
|
-
|
26
|
-
// include::{documentdir}/tables/110_material_design_icons.asciidoc
|
27
|
-
// include::{tabledir}/110_material_design_icons.asciidoc
|
28
|
-
include::../tables/110_material_design_icons.asciidoc[]
|
29
|
-
|
30
|
-
NOTE: Using Material Design Icons with Asciidoc is quite easy as an inline
|
31
|
-
macro `mdi:` is available to place icons where ever you want. See more about
|
32
|
-
this in section
|
33
|
-
link:{url-roundtrip--asciidoc-extensions}#icon-fonts[Asciidoc Extensions, {browser-window--new}]
|
34
|
-
|
35
|
-
_J1 Template_ supports the full set of _MDI_ for the Web (Webfont, WOFF). The
|
36
|
-
icon set is fully integrated and can be used out-of-the-box.
|
data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/100_chapter.asciidoc
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
// ~/document_base_folder/_includes/documents
|
2
|
-
// Sublevel Entry Document: 100_chapter.asciidoc
|
3
|
-
// -----------------------------------------------------------------------------
|
4
|
-
|
5
|
-
include::100_chapter/100_chapter_document.asciidoc[]
|
6
|
-
|
7
|
-
include::100_chapter/110_chapter_document.asciidoc[]
|
@@ -1,53 +0,0 @@
|
|
1
|
-
// ~/document_base_folder/_includes/documents/200_chapter/
|
2
|
-
// Chapter document: 200_chapter_document.asciidoc
|
3
|
-
// -----------------------------------------------------------------------------
|
4
|
-
|
5
|
-
== Chapter 2
|
6
|
-
|
7
|
-
A Lightbox, in general, is a helper which displays enlarged, almost
|
8
|
-
screen-filling versions of pictures (or videos), while dimming the rest of the
|
9
|
-
page. The technique, introduced by Lightbox V2, gained widespread popularity
|
10
|
-
due to its simple and elegant style. The term lightbox is used since then for
|
11
|
-
Javascript libraries to support such functionality.
|
12
|
-
|
13
|
-
For J1 Template, two different lightboxes can be used:
|
14
|
-
|
15
|
-
* Lightbox V2 (lightbox)
|
16
|
-
* LightGallery
|
17
|
-
|
18
|
-
The default lightbox used by J1 Template is Lightbox V2, a Javascript library
|
19
|
-
written by _Lokesh Dhakar_. The name of that (build-in) is simply: lightbox.
|
20
|
-
For more complex use cases, like a thumbnail gallery preview or video support,
|
21
|
-
LightGallery can be used alternatively.
|
22
|
-
|
23
|
-
NOTE: The name LightGallery implies a sort of a Gallery, but the library is a
|
24
|
-
_lightbox_. And, LightGallery provides much more functionality on image-based
|
25
|
-
data rather than enlarged displaying of images. See the examples below to check
|
26
|
-
for the differences in comparison to the simpler Lightbox V2 lightbox.
|
27
|
-
|
28
|
-
Both lightboxes are fully integrated to be used as standalone modules or to be
|
29
|
-
used as helpers _under-the-hood_ by other apps or modules focussing on
|
30
|
-
image-data like gallery or carousel, the build-in carousel module.
|
31
|
-
|
32
|
-
=== Section
|
33
|
-
|
34
|
-
Find below an example of using the lightbox Lightbox standalone. See how
|
35
|
-
single (individual) images are linked for the use with Lightbox.
|
36
|
-
|
37
|
-
.Lightbox block for standalone images
|
38
|
-
lightbox::example-standalone[ 400, {data-images-standalone} ]
|
39
|
-
|
40
|
-
For a group of images (image sets), Lightbox support image groups. Click
|
41
|
-
on the images below to see how Lightbox manage image groups.
|
42
|
-
|
43
|
-
.Lightbox block for grouped images
|
44
|
-
lightbox::example-group[ 400, {data-images-group}, group ]
|
45
|
-
|
46
|
-
==== Subsection
|
47
|
-
|
48
|
-
LightGallery provides more complex functions on image data. The lightbox
|
49
|
-
supports a gallery-style thumbnail preview plus image resizing, a dowload
|
50
|
-
dialogue, sharing provider support and some more helpful. Check what
|
51
|
-
LightGallery can do by the following example.
|
52
|
-
|
53
|
-
gallery::jg_example[]
|
@@ -1,23 +0,0 @@
|
|
1
|
-
// ~/document_base_folder/_includes/documents/900_sources/
|
2
|
-
// Chapter document: 100_chapter_document.asciidoc
|
3
|
-
// -----------------------------------------------------------------------------
|
4
|
-
|
5
|
-
// URIs may moved to ~/000_includes/attributes.asciidoc
|
6
|
-
// -----------------------------------------------------------------------------
|
7
|
-
:url-wikipedia--introduction: https://en.wikipedia.org/wiki/Introduction_(writing)
|
8
|
-
|
9
|
-
=== Introduction
|
10
|
-
|
11
|
-
.References - Introduction
|
12
|
-
[cols="3,^.>5a,^1,^1,^1,^1", subs=+macros, options="header", role="rtable mt-3 mb-5"]
|
13
|
-
|===============================================================================
|
14
|
-
|Author |Title |Year |Level |Cite |Source
|
15
|
-
|
16
|
-
|Wikipedia
|
17
|
-
|{url-wikipedia--introduction}[Introduction (writing), {browser-window--new}]
|
18
|
-
|na
|
19
|
-
|{level--beginner}
|
20
|
-
|{icon-checked}
|
21
|
-
|{icon-checked}
|
22
|
-
|
23
|
-
|===============================================================================
|
@@ -1,33 +0,0 @@
|
|
1
|
-
// ~/document_base_folder/_includes/documents/900_sources/
|
2
|
-
// Chapter document: 100_chapter_document.asciidoc
|
3
|
-
// -----------------------------------------------------------------------------
|
4
|
-
|
5
|
-
=== Chapter 1
|
6
|
-
|
7
|
-
.References - Chapter 1
|
8
|
-
[cols="3,^.>5a,^1,^1,^1,^1", subs=+macros, options="header", role="rtable mt-3 mb-5"]
|
9
|
-
|===============================================================================
|
10
|
-
|Author |Title |Year |Level |Cite |Source
|
11
|
-
|
12
|
-
|Austin Andrews
|
13
|
-
|{url-mdi--home}[Material Design Icons, {browser-window--new}]
|
14
|
-
|2021
|
15
|
-
|{level--advanced}
|
16
|
-
|{icon-checked}
|
17
|
-
|{icon-times}
|
18
|
-
|
19
|
-
|Fonticons, Inc.
|
20
|
-
|{url-fontawesome--home}[FontAwesome Icons V5, {browser-window--new}]
|
21
|
-
|2021
|
22
|
-
|{level--advanced}
|
23
|
-
|{icon-checked}
|
24
|
-
|{icon-times}
|
25
|
-
|
26
|
-
|Iconify OÜ
|
27
|
-
|{url-iconify--home}[Iconify Icons, {browser-window--new}]
|
28
|
-
|2021
|
29
|
-
|{level--advanced}
|
30
|
-
|{icon-checked}
|
31
|
-
|{icon-times}
|
32
|
-
|
33
|
-
|===============================================================================
|