jekyll-zettel 0.6.7 → 0.6.8

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: 9c4db208d02a866492ebe7c1ab57dbddce523f938e11a9517d0c854c7a09d77c
4
- data.tar.gz: 7ba11cd14471a988e96624412b2915d60d1df7d0b46a57b98f80583debef4e79
3
+ metadata.gz: 29649f733d538f436b123e0d30fecdd10128e7818fbad3c5191939ed2f350f8c
4
+ data.tar.gz: bf96f17c9f7042a03e070b3743875acb8617c7dc3bbf14dd8ee4c6ba60e6c537
5
5
  SHA512:
6
- metadata.gz: 3447ceb9e3fa7bacba4a4f08d82d91c5cb3f2297118102e0f2770882b418bdd273e2218fcc53581cf09e41d5f2b684d6076e1b7e94f68d72d1a504f5e8b2fb4a
7
- data.tar.gz: 98261f5c55c30218ca932c58b6a38a8aa5edd459b1e9fbce2f15794b6a0f4700e0fd26ca1b91736d5906b239b30a31cf6f147d8695d0e242ca10d4cdc89a1729
6
+ metadata.gz: 5323a2ec3f2dcb617dff426d5a2e5201ca12092efff07fe8350eaad564358fbfbbcc2618cb09d985fd3b407416afb6b92d4997bb2e5444e468ff385fc9eac2e5
7
+ data.tar.gz: '06979ee7a379a8d22a5d66a3b841d84f048412c489d48dda6771f2694910d9d75cd3feb7928cffa8d770bfe79057c0c6a949e642c16d2894112270463c137280'
@@ -8,6 +8,11 @@ layout: akteur
8
8
  #
9
9
  id: #{args['slug']}
10
10
  #
11
+ # Der Status des Infotypen
12
+ # https://jessas.org/projekt/dokumentation/infotype/#status
13
+ #
14
+ status: draft
15
+ #
11
16
  # Die Dokumentation aller Properties findest du unter
12
17
  # https://jessas.org/projekt/dokumentation/arbeitsblatt/#frontmatter
13
18
  #
@@ -8,6 +8,11 @@ layout: blatt
8
8
  #
9
9
  id: #{args['slug']}
10
10
  #
11
+ # Der Status des Infotypen
12
+ # https://jessas.org/projekt/dokumentation/infotype/#status
13
+ #
14
+ status: draft
15
+ #
11
16
  # Die Dokumentation aller Properties findest du unter
12
17
  # https://jessas.org/projekt/dokumentation/arbeitsblatt/#frontmatter
13
18
  #
@@ -6,7 +6,12 @@ layout: glosse
6
6
  # Die ID der Glosse entspricht dem Namen des Unterverzeichnisses.
7
7
  # Dieser Wert darf auf keinen Fall geändert werden!
8
8
  #
9
- id: #{args['slug']}
9
+ id: #{args['slug']}
10
+ #
11
+ # Der Status des Infotypen
12
+ # https://jessas.org/projekt/dokumentation/infotype/#status
13
+ #
14
+ status: draft
10
15
  tag: #{args['title']}
11
16
  #
12
17
  # Die Dokumentation aller Properties findest du unter
@@ -8,6 +8,11 @@ layout: zeitleiste
8
8
  #
9
9
  id: #{args['slug']}
10
10
  #
11
+ # Der Status des Infotypen
12
+ # https://jessas.org/projekt/dokumentation/infotype/#status
13
+ #
14
+ status: draft
15
+ #
11
16
  # Die Dokumentation aller Properties findest du unter
12
17
  # https://jessas.org/projekt/dokumentation/timeline/#frontmatter
13
18
  #
@@ -8,6 +8,11 @@ layout: zettel
8
8
  #
9
9
  id: #{args['uuid']}
10
10
  #
11
+ # Der Status des Infotypen
12
+ # https://jessas.org/projekt/dokumentation/infotype/#status
13
+ #
14
+ status: draft
15
+ #
11
16
  # Die Dokumentation aller Properties findest du unter
12
17
  # https://jessas.org/projekt/dokumentation/zettel/#frontmatter
13
18
  #
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Zettel
3
- VERSION = '0.6.7'.freeze
3
+ VERSION = '0.6.8'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-zettel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.7
4
+ version: 0.6.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Gerzabek
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-01-27 00:00:00.000000000 Z
11
+ date: 2022-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: citeproc-ruby