jekyll-theme-endless 0.21.0 → 0.21.1

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: da9e8d00d36b95d47ff769418db0639bea2afe705d243e13479950bd71a14f1d
4
- data.tar.gz: 85b1892b611410592eac1342cab6f7d4e220b1783e77cc2144c5002325bdd90b
3
+ metadata.gz: 8c1c7a839fe610b31bb919935df249af3e751d9156df0ff9f1a30da1cd4d0a15
4
+ data.tar.gz: 1f46a59790e4a4dede8c24de6cc71c473b9bf401afc73f9009625e4374900c16
5
5
  SHA512:
6
- metadata.gz: d8329f8520f988b8bd17eb09dcd60317562a578502dfe718aa36916707727b9d007f245fba0020edfa20879176dad6f3f3f789fafff000a6796ade45934fd9df
7
- data.tar.gz: 8554d4b79fea958c877dbd9b5ec741d060de7ddf4876fcc00fe618da8b6a5fc0b9afb5964311dd7756b04b64b53606d06c83a809f328946c24466324b04556ba
6
+ metadata.gz: d239cb6327f68f9c3c069bbd272c1b61ed9b7a5afca9b3f8d3e89cecb7d45fc70ead4c4a3467f9d00d1ea12597e4788a27ad51336a30eee4ba8de453593a5669
7
+ data.tar.gz: f3bf8b99218570321c9da9bbc6f4c90b87b61034f9610c5786233378f437f1712118602c881d207ab322a3b13ab0a8ff03ced4859038a7267696a75465a1cb87
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Endless
3
- VERSION = '0.21.0'
3
+ VERSION = '0.21.1'
4
4
  end
5
5
  end
@@ -1101,6 +1101,40 @@ eat -> sleep [color="blue" width=3.5] : belly full;
1101
1101
 
1102
1102
 
1103
1103
 
1104
+ [[barcodes]]
1105
+ === QR codes and Barcodes
1106
+
1107
+ For details on how to use the QR code and barcode features, see the https://docs.asciidoctor.org/diagram-extension/latest/diagram_types/barcode/[Asciidoctor Diagram documentation on Barcodes and QR Codes].
1108
+
1109
+ ==== Block version of QR Codes (PNG and SVG)
1110
+
1111
+
1112
+ // Barcode block
1113
+ .QR code in SVG format using a code block and a specified x-dimension (value of `7`).
1114
+ [qrcode, format="svg", xdim=7]
1115
+ ....
1116
+ This QR code is generated with Asciidoctor Diagram and presented in SVG format using a barcode block.
1117
+ ....
1118
+
1119
+
1120
+ // Barcode block macro
1121
+ .QR code in PNG format using a block macro and a specified x-dimension (value of `5`).
1122
+ qrcode::This QR code is generated with Asciidoctor Diagram and presented in PNG format using the barcode block macro.[format="png", xdim=5]
1123
+
1124
+
1125
+
1126
+ ==== Inline version of Barcodes and QR codes (PNG)
1127
+
1128
+ * qrcode: qrcode:HelloWorld![png, xdim=4]
1129
+ * code128: code128:HelloWorld![png, height=40]
1130
+
1131
+ * ean13: ean13:870123456789[png, height=40, xdim=2]
1132
+ * upca: upca:00123456789[png, height=40, xdim=2]
1133
+
1134
+
1135
+
1136
+
1137
+
1104
1138
  [[tikz]]
1105
1139
  === TikZ
1106
1140
  https://github.com/pgf-tikz/pgf[TikZ] is a powerful and user-friendly syntax layer built upon the PGF (Portable Graphic Format) package for creating high-quality graphics programmatically within LaTeX documents.
@@ -1223,36 +1257,3 @@ https://github.com/pgf-tikz/pgf[TikZ] is a powerful and user-friendly syntax lay
1223
1257
  ....
1224
1258
 
1225
1259
 
1226
-
1227
-
1228
-
1229
- [[barcodes]]
1230
- === QR codes and Barcodes
1231
-
1232
- For details on how to use the QR code and barcode features, see the https://docs.asciidoctor.org/diagram-extension/latest/diagram_types/barcode/[Asciidoctor Diagram documentation on Barcodes and QR Codes].
1233
-
1234
- ==== Block version of QR Codes (PNG and SVG)
1235
-
1236
-
1237
- // Barcode block
1238
- .QR code in SVG format using a code block and a specified x-dimension (value of `7`).
1239
- [qrcode, format="svg", xdim=7]
1240
- ....
1241
- This QR code is generated with Asciidoctor Diagram and presented in SVG format using a barcode block.
1242
- ....
1243
-
1244
-
1245
- // Barcode block macro
1246
- .QR code in PNG format using a block macro and a specified x-dimension (value of `5`).
1247
- qrcode::This QR code is generated with Asciidoctor Diagram and presented in PNG format using the barcode block macro.[format="png", xdim=5]
1248
-
1249
-
1250
-
1251
- ==== Inline version of Barcodes and QR codes (PNG)
1252
-
1253
- * qrcode: qrcode:HelloWorld![png, xdim=4]
1254
- * code128: code128:HelloWorld![png, height=40]
1255
-
1256
- * ean13: ean13:870123456789[png, height=40, xdim=2]
1257
- * upca: upca:00123456789[png, height=40, xdim=2]
1258
-
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.21.0
4
+ version: 0.21.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sven Boekhoff