jekyll-theme-endless 0.17.1 → 0.17.2
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 +24 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 72bf42744215b1e4176e609dfd51055794b149072e2fe15f26551c2f90d262d7
|
4
|
+
data.tar.gz: f796f05a0cc99b8ec8a0d2eedb421cb40cb525400a8cbe673ec21199eee62ddf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c406a278b28177106053de5f499d5f6fe62f0fe7520d6e195ae45bcba4600a1c96fb219a89a12b847a5cbc08b157b2e14eb6a2f62d1381177af7e56d679b769
|
7
|
+
data.tar.gz: 58d11cce69de569d8101ff7ab8f832f489d0f4dff4113a2368951a0ea201a3afc97422546c3a135d84a36a64bd2b42bd0c5478d0772d9b6677ffc17692723d30
|
@@ -532,10 +532,32 @@ digraph g {
|
|
532
532
|
|
533
533
|
|
534
534
|
|
535
|
+
[[mermaid]]
|
535
536
|
=== Mermaid
|
536
537
|
|
537
538
|
https://mermaid.js.org/[mermaid.js] is ideal for creating flowcharts, sequence diagrams, Gantt charts, and more.
|
538
539
|
|
540
|
+
.Example of a Sankey diagram that shows the distribution of construction costs across different trades, as well as the material and labor costs.
|
541
|
+
[mermaid, format=svg, background="FFFF0000"]
|
542
|
+
----
|
543
|
+
sankey-beta
|
544
|
+
|
545
|
+
%% source,target,value
|
546
|
+
Loan A , Sanitary, 40000
|
547
|
+
Loan A , Masonry work, 10000
|
548
|
+
Loan B , Masonry work, 30000
|
549
|
+
Equity , Tiler, 20000
|
550
|
+
|
551
|
+
Sanitary, Material costs, 25000
|
552
|
+
Sanitary, Labor costs, 15000
|
553
|
+
|
554
|
+
Masonry work, Material costs, 25000
|
555
|
+
Masonry work, Labor costs, 15000
|
556
|
+
|
557
|
+
Tiler,Material costs,10000
|
558
|
+
Tiler,Labor costs,10000
|
559
|
+
----
|
560
|
+
|
539
561
|
.Example of a flowchart in Mermaid, demonstrating a simple decision tree with two options.
|
540
562
|
[mermaid, format=svg]
|
541
563
|
----
|
@@ -568,6 +590,8 @@ pie title Popular Cuisines Around the World
|
|
568
590
|
|
569
591
|
|
570
592
|
|
593
|
+
|
594
|
+
|
571
595
|
=== Lilypond
|
572
596
|
|
573
597
|
LilyPond is a music engraving program that enables users to create beautifully typeset sheet music through a text-based input system, focusing on producing high-quality, professional-looking scores suitable for publication.
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-endless
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.17.
|
4
|
+
version: 0.17.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sven Boekhoff
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-02-
|
10
|
+
date: 2025-02-13 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: jekyll-asciidoc
|