paloma-jekyll 0.3.5 → 0.3.6
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/README.md +1 -4
- data/_config.yml +0 -6
- data/_sass/_theme.scss +1 -1
- 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: 1727d870609e1644c8475b08d93f8d4617b357e0ae798ce2a66f82b349a9be85
|
|
4
|
+
data.tar.gz: a6e821c1f21b26ea79535a87bcb363bcff8003ee3d6cb0f23e669b33819fb26d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a26cafba051a2493287fd64e21d4a7974c32061d0de9fc9c80d31b9327ea0620694ffd920cfe58244ba0b471a3c793fef4fedcbced54481f532c55d3b7b0700
|
|
7
|
+
data.tar.gz: 2b5502599f1da03a92d4ed78a8fcf19a8128ac4f9d57682d5111717e69262b53627e5d313040dd14100ba9c13293bfb6ba0e8ddbdb4071ff8ec065f5d8658f37
|
data/README.md
CHANGED
|
@@ -30,13 +30,10 @@ Or install it yourself as:
|
|
|
30
30
|
|
|
31
31
|
## Usage
|
|
32
32
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
The docs page shows the articles that have been added to the `_post` folder. Take a look at the example markdown document to see that works.
|
|
33
|
+
Articles should be added to the `_post` folder. Take a look at the example markdown document to see that works.
|
|
36
34
|
|
|
37
35
|
`_config.yml` contains some configuration options that you should to change when you are using this theme as the basis for your Jekyll website.
|
|
38
36
|
|
|
39
|
-
|
|
40
37
|
## Contributing
|
|
41
38
|
|
|
42
39
|
Bug reports and pull requests are welcome on GitHub at https://github.com/ffyud/paloma-jekyll. 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.
|
data/_config.yml
CHANGED
data/_sass/_theme.scss
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: paloma-jekyll
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ffyud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-03-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|