console-theme 0.1.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -0
  3. data/_includes/head.html +1 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 04475aa09d82a7cf0ddbd28af115101fa2b0dc02
4
- data.tar.gz: 0c754c63f5f6e5684397505ca911e7b614e9c70c
3
+ metadata.gz: afd6f0036e17167e1df58166084721c79806acee
4
+ data.tar.gz: f0fba993386f85af42572c85ac416861d6631bcb
5
5
  SHA512:
6
- metadata.gz: 199cf7d3d005eda91e8f30e2797561c391f8f0877d35758db76fa27d802246f316a29bc9c1ff6794bd2113a801939d383098e9ef159a032a64bdd271d332d64d
7
- data.tar.gz: 2551ba23b9c4c0c4995facec17ec4ad3e8177813493178ba98568f96eb16212c99626aec327c016b107df096f72b628bb62ea38737a6743555e229272d4c68fa
6
+ metadata.gz: de5681ca9240d262ee3a5be3f146252045ab7056360012a8745b2ecb2189592fe7f6fbe206538d601224416b72e0ebd90f185eddd782e3c25656da8e4e38679b
7
+ data.tar.gz: 38a0e4037c9b2bb007f03723269cc279cf65899a33773d715600256d7bee4f03c383223cb40c9a9db2ff36483ba92e363e609a5293edb04c722b370d585b0cc5
data/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # console-theme
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/console-theme.svg)](https://badge.fury.io/rb/console-theme)
4
+
5
+ For a demo, please [click here](http://jaehee0113.github.io/console).
6
+
7
+ ![alt tag](http://jaehee0113.github.io/console/screenshot.png)
8
+
3
9
  This is a simple yet powerful theme that will make your website look really stylish. This theme is especially suitable for users who would want to focus on writing blogs instead of working on front-end stuffs.
4
10
 
5
11
  The primary features of this theme are:
@@ -14,6 +20,7 @@ The primary features of this theme are:
14
20
  * Offcanvas menu
15
21
  * Pagination functionality (utilises jekyll-paginate as well as jquery paginator)
16
22
  * Internationalization (uses jekyll-polyglot)
23
+ * SEO (uses jekyll-seo-tag)
17
24
 
18
25
  There are more features to come. Stay tuned!
19
26
 
data/_includes/head.html CHANGED
@@ -26,4 +26,5 @@
26
26
  integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
27
27
  crossorigin="anonymous"></script>
28
28
  <script src="{{site.production_url}}/public/js/client.min.js"></script>
29
+ {% seo title=false %}
29
30
  </head>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: console-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jae Hee Lee
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-08 00:00:00.000000000 Z
11
+ date: 2017-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll