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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d8199be043bdc2145d7e1101fb983d2b0d95043e5cb5f365d534f8c0f8c6cf4
4
- data.tar.gz: 5b5e30ea1aa790ae3d00805fbc1a0fbaa4b65390b0db82d4e9e36caf42720a17
3
+ metadata.gz: c6bc146b1c0ab3b4965967fb1c7a1732c6a411878660664ab344ac1554dc754a
4
+ data.tar.gz: 6423200977d9ac01014a5a01fefe2ae6c271b16a5902cc5d333b88f51e95cbf4
5
5
  SHA512:
6
- metadata.gz: ed26b0d2da4bdc81ed6c3bc3629e7fa2250ffef74e131839117440aae0de87b5211eb6b465af0d67d5eb142131e511a6d40190d04f18a979b8a7a95d91ce177f
7
- data.tar.gz: 64c7f1ab473960237b744bab328e52e92387f9e2686dc1172f25c98ea69b315af260d4ced7ebc5c3099e322ab3938b002c9b4af119c0d1e23d5ac229e4860ae5
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://b2a3e8.github.io/jekyll-theme-console/)
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
- source code: [https://github.com/b2a3e8/jekyll-theme-console/tree/gh-pages](https://github.com/b2a3e8/jekyll-theme-console/tree/gh-pages)
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:
@@ -4,6 +4,7 @@
4
4
 
5
5
  :root {
6
6
  --base-color: #DBDBDB;
7
+ --primary-color: #000000; // needed for github pages even when not used
7
8
  --border: dashed 1px rgba(219, 219, 219, 0.9);
8
9
  --selection-background: rgba(219, 219, 219, 0.99);
9
10
  --selection-text: #000;
@@ -4,6 +4,7 @@
4
4
 
5
5
  :root {
6
6
  --base-color: #00ff00;
7
+ --primary-color: #000000; // needed for github pages even when not used
7
8
  --border: dashed 1px rgba(0, 255, 0, 0.9);
8
9
  --selection-background: rgba(0, 255, 0, 0.99);
9
10
  --selection-text: #000;
@@ -4,6 +4,7 @@
4
4
 
5
5
  :root {
6
6
  --base-color: #000;
7
+ --primary-color: #000000; // needed for github pages even when not used
7
8
  --border: dashed 1px rgba(0, 0, 0, 1);
8
9
  --selection-background: rgba(0, 0, 0, 0.99);
9
10
  --selection-text: #FFF;
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.8
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-06-27 00:00:00.000000000 Z
11
+ date: 2020-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll