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.
- checksums.yaml +4 -4
- data/README.md +12 -8
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 556d65a0af17cc908867a92348b79ce55a4a1ce8aa959d7d39ef15f1137172ca
|
4
|
+
data.tar.gz: 446d7e2181f71ba8d2b054277a77f36e93af087655d53f89b2536c7103a00592
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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
|
-
|
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/
|
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.
|
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
|
110
|
+
summary: A jekyll theme with inspiration from linux consoles for hackers, developers
|
111
|
+
and script kiddies.
|
111
112
|
test_files: []
|