bubblin-jekyll 1.1.1 → 1.1.2
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 +7 -2
- data/_includes/header.html +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f65cee2269bd11705742a47c012f17d2626cc28e
|
4
|
+
data.tar.gz: b3631c79d394ec1a0aa860dae59ad991bbd061ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 583195c784aa003ec6d8c37f1d680c95913086465dc0f02cd30ebfe61cc286ae7d80d2fd23e0cfa536897dbf646c54bbb1c4d61b95e82d7600c78287e1c569ac
|
7
|
+
data.tar.gz: '056919d741a4b3d34fd74e424a90914b11aead46586db7b7ec8ae208ea385d3e1f92410915e7c6e775edc09ac46b1ae89c1bd1225cd0094f778f3001b3ea34b0'
|
data/README.md
CHANGED
@@ -1,8 +1,13 @@
|
|
1
1
|
# bubblin-jekyll
|
2
2
|
|
3
|
-
The
|
3
|
+
The `Bubblin-Jekyll` is the Jekyll theme in use at [The Bubblin Blog](https://bubblin.io/blog/). It is a particularly useful theme for situations where you want to add a blog to your site, say on the side of your rails app (website) or over a url like this:
|
4
4
|
|
5
|
-
|
5
|
+
> https://example.com/blog/
|
6
|
+
|
7
|
+
|
8
|
+
`Bubblin-Jekyll` was originally a fork off of [Minima](https://github.com/jekyll/minima)—the default gem-theme of Jekyll-but it has been rewritten completely using the [Toucaan CSS](https://github.com/marvindanig/toucaan) fundamentals for its themed layout.
|
9
|
+
|
10
|
+
A tutorial on how to setup a jekyll blog using the `bubblin-jekyll` theme alongside your rails app is available [here](https://bubblin.io/blog/).
|
6
11
|
|
7
12
|
[Theme preview](https://jekyll.github.io/bubblin-jekyll/)
|
8
13
|
|
data/_includes/header.html
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bubblin-jekyll
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marvin Danig
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-10-
|
11
|
+
date: 2017-10-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|