dataworkbench-jekyll-theme 0.3.0 → 0.3.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 +5 -5
- data/README.md +1 -1
- data/_includes/conventions.md +15 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 1887998df503740caec3209eb9eeba4f3d0257c94d23b9fd67cb63a86bd3c756
|
4
|
+
data.tar.gz: 0cdf13145d9960fdabe50715d57a8b2d56582640a0e3ce7f5e93a6253f88cc73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f8639603996ef0bd35f324b62bbf03b6220578a6d4652e03c77ae9b578180bbca18f3ccad638df0cc93e8dde90b30dbabdc045b34ec8d2c1ab670f226214005d
|
7
|
+
data.tar.gz: f1bda22ab964f919c2cbc752178238a5d900b82bf9807f4724c00c994e63e9d6f7186db4875d92f5a0e1180320d465a42d9d605840205eb0a8a1ed00846b4323
|
data/README.md
CHANGED
@@ -32,7 +32,7 @@ Or install it yourself as:
|
|
32
32
|
|
33
33
|
## Contributing
|
34
34
|
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
35
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/data4development/dataworkbench-jekyll-theme. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
36
36
|
|
37
37
|
## Development
|
38
38
|
|
data/_includes/conventions.md
CHANGED
@@ -23,6 +23,20 @@ There are a few ways to highlight a paragraph.
|
|
23
23
|
|
24
24
|
A warning block offers information about potential pitfalls or errors.
|
25
25
|
|
26
|
+
To create a warning block, include a line above it like this:
|
27
|
+
|
28
|
+
```md
|
29
|
+
{.warning}
|
30
|
+
|
31
|
+
This paragraph will become a warning.
|
32
|
+
```
|
33
|
+
|
26
34
|
{:.info}
|
27
35
|
|
28
|
-
An info block provides important hints or pointers.
|
36
|
+
An info block provides important hints or pointers.
|
37
|
+
|
38
|
+
Creating an info block works the same as creating a warning block.
|
39
|
+
|
40
|
+
**Note 1**: To start a page with a warning or info block, use shift-enter between the tag and the text.
|
41
|
+
|
42
|
+
**Note 2**: It is not possible to create a block with more than 1 paragraph. (When using an HTML <div> block, Markdown in the block would not be parsed.)
|
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.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rolf Kleef
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-03-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.
|
109
|
+
rubygems_version: 2.7.6
|
110
110
|
signing_key:
|
111
111
|
specification_version: 4
|
112
112
|
summary: 'Theme assembly for DataWorkbench: Jekyll, Typora.'
|