jekyll-theme-console 0.3.8 → 0.3.9
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 +14 -2
- data/_sass/_dark.scss +1 -0
- data/_sass/_hacker.scss +1 -0
- data/_sass/_light.scss +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6bc146b1c0ab3b4965967fb1c7a1732c6a411878660664ab344ac1554dc754a
|
|
4
|
+
data.tar.gz: 6423200977d9ac01014a5a01fefe2ae6c271b16a5902cc5d333b88f51e95cbf4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c65e8e4cdc3f2437ba85039d5e1f78b3cc74eeda76047fce4ce084f61fcca48433d13e6ec383a5e8e520adbde073d0cf11fbb2d41c56389b2f98df481c9b0ad2
|
|
7
|
+
data.tar.gz: 5fb645f5c9e39f0ec99473c2055b5b3b3e27a07fce5229df8571817df689db8a0e93297a1029ee020c62a7af62bc8447343e544587317b6dbbd0014afb855022
|
data/README.md
CHANGED
|
@@ -6,15 +6,27 @@ A jekyll theme with inspiration from linux consoles for hackers, developers and
|
|
|
6
6
|
|
|
7
7
|
## Demo
|
|
8
8
|
|
|
9
|
-
[https://b2a3e8.github.io/jekyll-theme-console/](https://
|
|
9
|
+
[dark style](https://b2a3e8.github.io/jekyll-theme-console-demo-dark/) ([source code](https://github.com/b2a3e8/jekyll-theme-console-demo-dark)):
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
[<img src="https://raw.githubusercontent.com/b2a3e8/jekyll-theme-console/master/screenshot-dark.png" width="350" title="Screenshot">](https://b2a3e8.github.io/jekyll-theme-console-demo-dark/)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
[light style](https://b2a3e8.github.io/jekyll-theme-console-demo-light/) ([source code](https://github.com/b2a3e8/jekyll-theme-console-demo-light)):
|
|
15
|
+
|
|
16
|
+
[<img src="https://raw.githubusercontent.com/b2a3e8/jekyll-theme-console/master/screenshot-light.png" width="350" title="Screenshot">](https://b2a3e8.github.io/jekyll-theme-console-demo-light/)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
[hacker style](https://b2a3e8.github.io/jekyll-theme-console-demo-hacker/) ([source code](https://github.com/b2a3e8/jekyll-theme-console-demo-hacker)):
|
|
20
|
+
|
|
21
|
+
[<img src="https://raw.githubusercontent.com/b2a3e8/jekyll-theme-console/master/screenshot-hacker.png" width="350" title="Screenshot">](https://b2a3e8.github.io/jekyll-theme-console-demo-hacker/)
|
|
12
22
|
|
|
13
23
|
|
|
14
24
|
## Installation
|
|
15
25
|
|
|
16
26
|
First, follow the steps in [this Quickstart Guide](https://jekyllrb.com/docs/) if you're starting with Jekyll from scratch. Skip this if you already have an existing jekyll project.
|
|
17
27
|
|
|
28
|
+
**_You can also use the [demo site's source code](https://b2a3e8.github.io/jekyll-theme-console-demo-dark/) as template for an easy start._**
|
|
29
|
+
|
|
18
30
|
### Remote theme method for GitHub Pages
|
|
19
31
|
|
|
20
32
|
Use this method for sites hosted with GitHub Pages only. To install:
|
data/_sass/_dark.scss
CHANGED
data/_sass/_hacker.scss
CHANGED
data/_sass/_light.scss
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-console
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- b2a3e8
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-07-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|