jekyll-theme-terminal 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e61848e986528753d3b1ec0cf9ad60dd81945534
4
- data.tar.gz: 34fa28f67acf1d956b47843a855f37d2d1b16092
3
+ metadata.gz: 402d2686352ad9705f235acd2f238a223f43ea85
4
+ data.tar.gz: d172c5cee47d85e61232c692000c81c4b73c9666
5
5
  SHA512:
6
- metadata.gz: 89ede4bb29551d5e9d923eb8df6af3754689997edd5f88387ddcc879fb0922ed55fd2c72b02b12049c7ce964d61ea93cba5e8bfcbb84d007603b59781f3d08bf
7
- data.tar.gz: deab6426010f6d5c32359feeedd3decbbd3bd3a7fc0b3b4abf8124b6d5a1b7da1d421869acb6e5f52fd157496d2fde0ad714ed0a0d58f90df849ab3569057760
6
+ metadata.gz: b3fa9f92f9e1a05c5af0bcb927abe963e360b8e66b0de8fec36f6b3c408cae6e622a099ccbce276bc60e104ae08f4f2a1036f6fbfd4c45fe4cb359a1de459449
7
+ data.tar.gz: 353c211e4ca618d74091c902ddb055190c32e1009ea4c6209c4455c3a22d4a7a13ac1bedeafbda3227ce3ac0161742242edec61cec8382cb80a498c5a6f8ec04
@@ -1,6 +1,7 @@
1
1
  <footer class="site-footer">
2
2
  <p>
3
- <pre>-- INSERT -- wc:{{ page.content | number_of_words }} -{{ site.time | date_to_long_string }}- made by {{site.author}}
3
+ <pre>-- INSERT -- wc:{{ page.content | number_of_words }}
4
+ -{{ site.time | date_to_long_string }}- made with ❤ by {{site.author}}
4
5
  </pre>
5
6
  </p>
6
7
  </footer>
data/_includes/head.html CHANGED
@@ -38,6 +38,8 @@
38
38
  a:active, a:link, a:visited {
39
39
  color: #7ed9d7 ;
40
40
  text-decoration: none;
41
+ font-weight:bold;
42
+ font-size: 13pt;
41
43
  }
42
44
 
43
45
  a:hover {
@@ -46,7 +48,6 @@
46
48
  }
47
49
 
48
50
  header, h4 {
49
- color: #7ed9d7 ;
50
51
  display: inline;
51
52
  }
52
53
 
@@ -62,7 +63,7 @@
62
63
  .wrapper {
63
64
  width: 80%;
64
65
  min-height: calc(76vh - 50px);
65
- padding: 10% 5%;
66
+ padding: 30px 5%;
66
67
  }
67
68
 
68
69
  .stdout {
@@ -18,9 +18,11 @@ body {
18
18
  margin-left: $zero-distance;
19
19
  }
20
20
 
21
- a {
21
+ a:active, a:link, a:visited {
22
22
  color: $console-color;
23
23
  text-decoration: none;
24
+ font-weight: bold;
25
+ font-size: 13pt;
24
26
  }
25
27
 
26
28
  a:hover {
@@ -29,7 +31,6 @@ a:hover {
29
31
  }
30
32
 
31
33
  header, h4 {
32
- color: $console-color;
33
34
  display: inline;
34
35
  }
35
36
 
@@ -1,7 +1,7 @@
1
1
  .wrapper {
2
2
  width: 80%;
3
3
  min-height: calc(76vh - 50px);
4
- padding: 10% 5%;
4
+ padding: 30px 5%;
5
5
  }
6
6
 
7
7
  .stdout {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-terminal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - squifi+heddha
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-05 00:00:00.000000000 Z
11
+ date: 2018-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll