dataworkbench-jekyll-theme 0.3.1 → 0.3.4

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: 1887998df503740caec3209eb9eeba4f3d0257c94d23b9fd67cb63a86bd3c756
4
- data.tar.gz: 0cdf13145d9960fdabe50715d57a8b2d56582640a0e3ce7f5e93a6253f88cc73
3
+ metadata.gz: 4b596e3aff35ad0cc8f2397500afc41963c934e22eea9737779587dd8225ae65
4
+ data.tar.gz: 454a63f3a694f2d7b5d8ac9780db35b0b7a6a2035cc194c6eb4bdc955f3d819b
5
5
  SHA512:
6
- metadata.gz: f8639603996ef0bd35f324b62bbf03b6220578a6d4652e03c77ae9b578180bbca18f3ccad638df0cc93e8dde90b30dbabdc045b34ec8d2c1ab670f226214005d
7
- data.tar.gz: f1bda22ab964f919c2cbc752178238a5d900b82bf9807f4724c00c994e63e9d6f7186db4875d92f5a0e1180320d465a42d9d605840205eb0a8a1ed00846b4323
6
+ metadata.gz: ae47a2a0e18a6eb519cd412b8546645bf4847ab43be82c5b3b96df00e7f5b2ca97087b2154202fd65d60f5e74b7ffee54c0c7e627f8842514a052f0e13fe71ca
7
+ data.tar.gz: 2ab7c6b98b007fc3d44a12eec7f6d6e763b825ebbd72f4d12b41556806155f46452b5f4bfc9fe724063bb7369b8d48a4566ef997efd5a6badbe9c40243f16c4c
@@ -12,23 +12,32 @@ In general, code blocks have the same left-hand border colour.
12
12
  There is one main variation for code blocks.
13
13
 
14
14
  ```bash
15
- $ This is a block of command line code, using bash syntax highlighting.
16
- $ The command line blocks use a different left-hand border colour.
17
- $ Usually, a command line begins with '$ '.
15
+ # This is a sample block of command line code, using bash syntax highlighting.
16
+
17
+ ls -lh
18
+ for f in *; do
19
+ cp $f ${f}2
20
+ done
18
21
  ```
19
22
 
20
23
  There are a few ways to highlight a paragraph.
21
24
 
25
+ To create a warning block, include a line above it like this:
26
+
27
+ ```md
22
28
  {:.warning}
23
29
 
24
- A warning block offers information about potential pitfalls or errors.
30
+ This paragraph will become a warning.
31
+ ```
25
32
 
26
- To create a warning block, include a line above it like this:
33
+ {:.warning}
34
+
35
+ A warning block offers information about potential pitfalls or errors.
27
36
 
28
37
  ```md
29
- {.warning}
38
+ {:.info}
30
39
 
31
- This paragraph will become a warning.
40
+ This paragraph will become an info block.
32
41
  ```
33
42
 
34
43
  {:.info}
@@ -23,7 +23,7 @@
23
23
  <span class="icon-bar"></span>
24
24
  </button>
25
25
  <div class="navbar-brand">
26
- <a href="{{ site.brand_url | default: "/dataworkbench" }}">{{site.brand}}</a>
26
+ <a href="{{ site.brand_url | default: "/" }}">{{site.brand}}</a>
27
27
  </div>
28
28
  </div>
29
29
  <div class="navbar-collapse collapse">
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dataworkbench-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rolf Kleef
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-27 00:00:00.000000000 Z
11
+ date: 2019-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  version: '0'
107
107
  requirements: []
108
108
  rubyforge_project:
109
- rubygems_version: 2.7.6
109
+ rubygems_version: 2.7.6.2
110
110
  signing_key:
111
111
  specification_version: 4
112
112
  summary: 'Theme assembly for DataWorkbench: Jekyll, Typora.'