realsimple-theme 0.0.2 → 0.0.3
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 +5 -2
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a338b73ad64de72cca79e7d1e4e320078e602fd
|
|
4
|
+
data.tar.gz: 679aad76564bd4c8b937be20322a8ec8b53c25b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 761a3672cfd7291df468c6b7cfed507aa69b07c0e51f0906aa6eab5b328381fa982a1c581db8e3406a9b65f226e74721fe5dfb7b6dad8bc614ead8b15a6c3e4b
|
|
7
|
+
data.tar.gz: 3c6a2ab24363acbef9b3b4f3fc6de4703056175139c21a8242ed9801e646f2dbf388bc780b62563a8618178272c0bb1cf0f9f8a28076db904e886b2ded17e8db
|
data/README.md
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
# realsimple-theme
|
|
1
|
+
# realsimple-theme [](https://badge.fury.io/rb/realsimple-theme)
|
|
2
|
+
|
|
2
3
|
|
|
3
4
|
* Realsimple is a clean, simple, (mostly) one page theme for Jekyll. Post links navigate away from the main page, but all other navigation uses fullpage.js.
|
|
4
5
|
|
|
5
|
-
|
|
6
|
+
#### Note: this gem is *not* supported by GitHub Pages. If you would like to use this theme with GitHub Pages, you can clone the repository here: https://github.com/suzmas/suzmas.github.io and change the configuration as needed.
|
|
7
|
+
|
|
8
|
+
If you find any bugs or have suggestions for improving this theme, please let me know via a Github issue.
|
|
6
9
|
|
|
7
10
|
<iframe src="//giphy.com/embed/uuGQhuT8kDzry" width="480" height="328" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/uuGQhuT8kDzry">Realsimple gif preview</a></p>
|
|
8
11
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: realsimple-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Suzan S.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-03-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -88,6 +88,8 @@ post_install_message: |2+
|
|
|
88
88
|
----------------------------------------------
|
|
89
89
|
Thank you for installing realsimple-theme! Visit https://github.com/suzmas/realsimple-theme to see an example of how to use this theme.
|
|
90
90
|
|
|
91
|
+
NOTE: This gem is *not* supported by GitHub Pages. If you would like to use t his theme with GitHub pages, clone the repository at https://github.com/suzmas/suzmas.github.io.git and modify as needed.
|
|
92
|
+
|
|
91
93
|
----------------------------------------------
|
|
92
94
|
|
|
93
95
|
rdoc_options: []
|