jekyll-theme-lcsb-default 0.2.16 → 0.2.17
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 +4 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7b82b5020279ccad0586859e332d105042824ae66ec308f4b586b8cca9d6106b
|
|
4
|
+
data.tar.gz: f8f796e219c5444799f2445c8f80773f54910244fd90d66d2ab528da8ff3885a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eff25acc68d1fb8b820e0d76e3424b985f98a8e8137840a19a2f018bfe6c8e7a7fc0b4598c42620c28b574ea0d1cb1ccc0b35cd520c7f98a010cd5f92ccf9894
|
|
7
|
+
data.tar.gz: 0bd1fdd255bf5a00ea575ec65c1878000d3a6642765f5d44dd9a5083f40022b5cd318e533308a3664c2631c0452fb0c280e38c2e2e60fd4b6d99e5b77855cfef
|
data/README.md
CHANGED
|
@@ -125,6 +125,10 @@ Your theme is setup just like a normal Jekyll site! To test your theme, run `bun
|
|
|
125
125
|
When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
|
|
126
126
|
To add a custom directory to your theme-gem, please edit the regexp in `jekyll-theme-lcsb-default.gemspec` accordingly.
|
|
127
127
|
|
|
128
|
+
## Automatic gem publishing
|
|
129
|
+
Gitlab CI is configured to automatically build and publish a new version of theme, whenever the commit is tagged.
|
|
130
|
+
For details refer to [the documentation of ruby gems](https://guides.rubygems.org/make-your-own-gem/), and this repository's `.gitlab-ci.yml` and settings.
|
|
131
|
+
|
|
128
132
|
## License
|
|
129
133
|
|
|
130
134
|
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|