jekyll-theme-endless 0.22.1 → 0.22.3
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/jekyll-theme-endless/version.rb +1 -1
- data/pages_examples/showroom-asciidoc.adoc +10 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 75dcbde719d9ba40a9d7688d03ae6afdc9326b9ea1a5f9e5124ade271b6084eb
|
|
4
|
+
data.tar.gz: 5f27792c24f116317b2c14cb0814997a0f2e2b75dcc29493bafa0990e65583f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2094bbdc1847fb1cc4afafdd37c78f39f87fa8f069f372ecaf4ba37e249c99f2463ad23b001346aa8866ec897367289db8d31916b43ad8719af47c1a0fdc4e99
|
|
7
|
+
data.tar.gz: b4d0e4c028e08fd4c1a4acf3f55c3c8b0af8a66d538841395959778be93b61703790144272d7723724f68a671abbfb8128ab11070e545f0ff81feba2493c56a3
|
|
@@ -9,6 +9,9 @@
|
|
|
9
9
|
:toc: preamble
|
|
10
10
|
:toclevels: 5
|
|
11
11
|
:page-summary: "Discover the AsciiDoc showroom: See what's possible with AsciiDoc in this theme, including code, tables, lists, quotes, and more for advanced formatting."
|
|
12
|
+
// The Liquid page variable ensures that the Liquid preprocessor is also applied to AsciiDoc files.
|
|
13
|
+
// https://github.com/asciidoctor/jekyll-asciidoc?tab=readme-ov-file#enabling-liquid-preprocessing
|
|
14
|
+
//:page-liquid:
|
|
12
15
|
|
|
13
16
|
|
|
14
17
|
|
|
@@ -396,6 +399,13 @@ The result is:
|
|
|
396
399
|
|
|
397
400
|
== Images
|
|
398
401
|
|
|
402
|
+
// NOTE:
|
|
403
|
+
// The image originates from the theme’s assets folder.
|
|
404
|
+
// It is added to your blog (target folder) during the Jekyll build process.
|
|
405
|
+
// If you want to build this document independently of Jekyll (e.g. by using asciidoctor-pdf),
|
|
406
|
+
// the image must be already available in source-folder.
|
|
407
|
+
// Thus, make sure to download the image to your local assets folder in advance.
|
|
408
|
+
|
|
399
409
|
// AsciiDoc commands are not stripped/processed when used within `alt=""`.
|
|
400
410
|
:pic_1_src: /assets/images/tree-3822149_640.jpg
|
|
401
411
|
:pic_1_title: Image by https://pixabay.com/de/users/jplenio-7645255/[jplenio] published on https://pixabay.com/de/[Pixabay].
|