jekyll-theme-console 0.1.1 → 0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -8
  3. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 85248ee569a8ff7bdc6fc094a22cf56f61764f0eb4183d440a1001ea334ef1ab
4
- data.tar.gz: 21619253d0ee17be7a2587bf1ac7303e4b3c2c0b8e5f6f1a3ec6f188a0da864e
3
+ metadata.gz: 556d65a0af17cc908867a92348b79ce55a4a1ce8aa959d7d39ef15f1137172ca
4
+ data.tar.gz: 446d7e2181f71ba8d2b054277a77f36e93af087655d53f89b2536c7103a00592
5
5
  SHA512:
6
- metadata.gz: d62ee4cb9fa96cf464787075f0d061d970151d54d67aa9f828095344179fae20fcb4e0fbb2caa3a1ac34adecfd5382940070038572aef69d8e0ff192e1a907b2
7
- data.tar.gz: 2582d01add3d274991db3c1e9ff68d79ee53f16362995ebdd1c7e8722e21f722face5a90fdf054e6e304628fc6f38841eb425093c3b51a606a669d0aef0087ea
6
+ metadata.gz: 61492c8343e484cb6b8def274313d7d3783cb8d661ec9bba7f3f41e0c5f2393d979fe8d807c6471271df825869e9317584fb3672627bc9fc108c975f697c6aa0
7
+ data.tar.gz: 62794aa90cfa69ad0677f6663c75b8410a5684f5837bce5bd62a2416f50da8509bec5a7847be2c456b5a56ceaf8b8d7910fc11fe2c57d5f73be45a2d7073e50b
data/README.md CHANGED
@@ -1,10 +1,6 @@
1
1
  # jekyll-theme-console
2
2
 
3
- Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
4
-
5
- To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
6
-
7
- TODO: Delete this and the text above, and describe your gem
3
+ A jekyll theme with inspiration from linux consoles for hackers, developers and script kiddies.
8
4
 
9
5
 
10
6
  ## Installation
@@ -31,11 +27,20 @@ Or install it yourself as:
31
27
 
32
28
  ## Usage
33
29
 
34
- TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
30
+ In addition to the default configuration options, you can provide header_pages to specify which pages should be displayed in navbar. You can also provide a footer. Find examples below:
31
+
32
+ ```yaml
33
+ header_pages:
34
+ - index.md
35
+ - about.md
36
+
37
+ footer: 'follow us on <a href="https://twitter.com/xxx">twitter</a>'
38
+ ```
39
+
35
40
 
36
41
  ## Contributing
37
42
 
38
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
43
+ Bug reports and pull requests are welcome on GitHub at https://github.com/b2a3e8/jekyll-theme-console. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
39
44
 
40
45
  ## Development
41
46
 
@@ -49,4 +54,3 @@ To add a custom directory to your theme-gem, please edit the regexp in `jekyll-t
49
54
  ## License
50
55
 
51
56
  The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
52
-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-console
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: '0.2'
5
5
  platform: ruby
6
6
  authors:
7
7
  - b2a3e8
@@ -84,7 +84,7 @@ files:
84
84
  - _layouts/post.html
85
85
  - _sass/jekyll-theme-console.scss
86
86
  - assets/main.scss
87
- homepage: https://github.com/b2a3e8/
87
+ homepage: https://github.com/b2a3e8/jekyll-theme-console
88
88
  licenses:
89
89
  - MIT
90
90
  metadata: {}
@@ -107,5 +107,6 @@ rubyforge_project:
107
107
  rubygems_version: 2.7.6
108
108
  signing_key:
109
109
  specification_version: 4
110
- summary: A jekyll theme wich is inspired by linux consoles.
110
+ summary: A jekyll theme with inspiration from linux consoles for hackers, developers
111
+ and script kiddies.
111
112
  test_files: []