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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2bf0edf38013ffa34b724a1046c264cbfa759a9fb31e76e3068e7edca0685718
4
- data.tar.gz: 6b1eed3a9e25ce6d612aba9afbc5ee515182ca2a3e9683567c16727ee3389a18
3
+ metadata.gz: 75dcbde719d9ba40a9d7688d03ae6afdc9326b9ea1a5f9e5124ade271b6084eb
4
+ data.tar.gz: 5f27792c24f116317b2c14cb0814997a0f2e2b75dcc29493bafa0990e65583f1
5
5
  SHA512:
6
- metadata.gz: af969c9e3f68aa43bccb44b1d6529b84955d7e359e2485677a8a21a0624f6497b53ba55eb8357cffc27484ed929ea811f1fd99aab7be0b0f29988dfb641b608f
7
- data.tar.gz: 0b2ff329554f10fbe13e7b163d21de205f09e5ea785e14d2ca3d218f7986c45b3044686fcad740149dbf0cd0de69f568074b3816bce1b97da5aa105d55afdda9
6
+ metadata.gz: 2094bbdc1847fb1cc4afafdd37c78f39f87fa8f069f372ecaf4ba37e249c99f2463ad23b001346aa8866ec897367289db8d31916b43ad8719af47c1a0fdc4e99
7
+ data.tar.gz: b4d0e4c028e08fd4c1a4acf3f55c3c8b0af8a66d538841395959778be93b61703790144272d7723724f68a671abbfb8128ab11070e545f0ff81feba2493c56a3
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Endless
3
- VERSION = '0.22.1'
3
+ VERSION = '0.22.3'
4
4
  end
5
5
  end
@@ -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].
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-endless
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.1
4
+ version: 0.22.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sven Boekhoff