jekyll-uikit 0.2.1 → 0.2.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 +24 -5
- 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: 2a039d3f1ae331ac47a7583a562d48e88e7f6c56
|
|
4
|
+
data.tar.gz: 0ad4dd30f4a7069f9a4e2c9baa89e75a5a8eb859
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5030b716524a31c02ff3c993b89b4fdbcca0a1046498afae6cfb3a5a16da160ab5d956e4171efe0f26a4d6dfa3f0202bdc3336d92cb7c8d04cf91ad5ba76efd0
|
|
7
|
+
data.tar.gz: 60c41c44bdc1f537a25d402a5755808d3fc3948dfb17165a2054e2f8de64f844c591b5678798c06b81ea6a7669f539f17ecafd90198d8d2aec8dc865756b4eef
|
data/README.md
CHANGED
|
@@ -26,6 +26,29 @@
|
|
|
26
26
|
|
|
27
27
|
Built with [UiKit](https://getuikit.com/) by [YooTheme](https://yootheme.com/), with an elegant homepage, a blog and archive pages, and lighting fast search with Algolia.
|
|
28
28
|
|
|
29
|
+
# Features
|
|
30
|
+
|
|
31
|
+
* 100% compatible with GitHub Pages!
|
|
32
|
+
|
|
33
|
+
* Available to install by forking, cloning, or as a theme gem.
|
|
34
|
+
|
|
35
|
+
* Responsive layout.
|
|
36
|
+
|
|
37
|
+
* Simple landing/ home page.
|
|
38
|
+
|
|
39
|
+
* Paginated blog page with follow links on last page.
|
|
40
|
+
|
|
41
|
+
* Tag archive page that automatically populates with tags from posts. ie: [tag1, tag2, tag3, etc]
|
|
42
|
+
|
|
43
|
+
* Optimized for search engines with support for Twitter Cards and Open Graph data
|
|
44
|
+
|
|
45
|
+
* Comments powered by Disqus, with Staticman integration planned.
|
|
46
|
+
|
|
47
|
+
* Google Analytics support
|
|
48
|
+
|
|
49
|
+
* Large header image support with `bigimg`.
|
|
50
|
+
|
|
51
|
+
|
|
29
52
|
# Credits
|
|
30
53
|
|
|
31
54
|
This theme wouldn't have been made possible if it wasn't for:
|
|
@@ -88,11 +111,7 @@ Or install it yourself as:
|
|
|
88
111
|
|
|
89
112
|
## Usage
|
|
90
113
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
* Describe your available layouts, includes, sass and/or assets.
|
|
94
|
-
|
|
95
|
-
* Flesh out Documentation and Installation instructions
|
|
114
|
+
* You can find instructions on using this theme in the [blog](https://jekyll-uikit.jpasholk.com/blog/) of the demo site.
|
|
96
115
|
|
|
97
116
|
## Contributing
|
|
98
117
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-uikit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- jpasholk
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-05-
|
|
11
|
+
date: 2018-05-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|