jekyll-theme-ascii 0.2.0 → 0.2.2

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
  SHA256:
3
- metadata.gz: ec677fbdfae2e8d8bd566c7fc4acb5a9df07368efe1da0a6be4853c83741282b
4
- data.tar.gz: f75072c1f6925413b879a7a390679de6725eb8c7c86d17e39b6d96265b7ea327
3
+ metadata.gz: b4aa27aa63bc204361277d4e05fb4afc90d324b8a0295fd481c768c5746e40ca
4
+ data.tar.gz: 5b8d140530f270c39122e7fb8cf38b750012a22ab2f219f46dbd2ca4f5a53203
5
5
  SHA512:
6
- metadata.gz: 851d4e8e684a43324d0257beb645190a1edd7b93b92219336f551709bd7915020e70a9b601c057c67b648a67fa87760283bd64b20b39433fcd1787a067fa2a0f
7
- data.tar.gz: 27728c86a76274b08e624cc7d5c7cd9d8c76a75d148981e93340e9b6cacf5e295eb841cc452b769cee4ddb053d4c00273c9e170b19529010903b192b95c283be
6
+ metadata.gz: db92063f368829e6ce4b2c6d4d808f3e27f9b416a01e29f7a530f141e5523275006fc04fc5ca6e1bef8e7def3c58eabbc8919f17beb383b66d8f5347055e1c31
7
+ data.tar.gz: '009d37ee161783f50b70199a48ecde18c4729e9491228fc661096f8d942d61c411593deb97bf4eed9cf835aaa267fcdc755441f8d54b3d7e30c301af71a3acb8'
data/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # jekyll-theme-ascii
2
2
 
3
+ ![GitHub](https://img.shields.io/github/license/antoniovazquezblanco/jekyll-theme-ascii)
4
+ [![Gem Version](https://badge.fury.io/rb/jekyll-theme-ascii.svg)](https://badge.fury.io/rb/jekyll-theme-ascii)
5
+ [![pages-build-deployment](https://github.com/antoniovazquezblanco/jekyll-theme-ascii/actions/workflows/pages/pages-build-deployment/badge.svg?branch=main)](https://github.com/antoniovazquezblanco/jekyll-theme-ascii/actions/workflows/pages/pages-build-deployment)
6
+
3
7
  Simple theme that relies mostly on ASCII characters. And maybe emojis :).
4
8
 
5
9
 
@@ -11,7 +11,6 @@ body {
11
11
  margin: 0 auto;
12
12
  width: 90%;
13
13
  max-width: 700px;
14
- font-size: 0.9em;
15
14
  }
16
15
 
17
16
  h1, h2, h3, h4, h5, h6 {
@@ -1,14 +1,13 @@
1
1
  @charset "utf-8";
2
2
 
3
3
  .highlight {
4
- background: #111111;
5
4
  color: #ffffff;
6
5
  padding-left: 10px;
7
- border-radius: 10px;
8
6
  padding-top: 1px;
9
7
  padding-bottom: 1px;
8
+ white-space: pre-wrap;
10
9
  .hll { background-color: #333333 }
11
- .c { color: #008800; font-style: italic; background-color: #0f140f } /* Comment */
10
+ .c { color: #008800; font-style: italic } /* Comment */
12
11
  .err { color: #ffffff } /* Error */
13
12
  .esc { color: #ffffff } /* Escape */
14
13
  .g { color: #ffffff } /* Generic */
@@ -18,18 +17,18 @@
18
17
  .o { color: #ffffff } /* Operator */
19
18
  .x { color: #ffffff } /* Other */
20
19
  .p { color: #ffffff } /* Punctuation */
21
- .ch { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Hashbang */
22
- .cm { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Multiline */
23
- .cp { color: #34c759; font-weight: bold; font-style: italic; background-color: #0f140f } /* Comment.Preproc */
24
- .cpf { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.PreprocFile */
25
- .c1 { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Single */
26
- .cs { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Special */
20
+ .ch { color: #008800; font-style: italic } /* Comment.Hashbang */
21
+ .cm { color: #008800; font-style: italic } /* Comment.Multiline */
22
+ .cp { color: #34c759; font-weight: bold; font-style: italic } /* Comment.Preproc */
23
+ .cpf { color: #008800; font-style: italic } /* Comment.PreprocFile */
24
+ .c1 { color: #008800; font-style: italic } /* Comment.Single */
25
+ .cs { color: #008800; font-style: italic } /* Comment.Special */
27
26
  .gd { color: #ffffff } /* Generic.Deleted */
28
27
  .ge { color: #ffffff } /* Generic.Emph */
29
28
  .gr { color: #ffffff } /* Generic.Error */
30
29
  .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
31
30
  .gi { color: #ffffff } /* Generic.Inserted */
32
- .go { color: #444444; background-color: #222222 } /* Generic.Output */
31
+ .go { color: #444444 } /* Generic.Output */
33
32
  .gp { color: #ffffff } /* Generic.Prompt */
34
33
  .gs { color: #ffffff } /* Generic.Strong */
35
34
  .gu { color: #ffffff; font-weight: bold } /* Generic.Subheading */
metadata CHANGED
@@ -1,71 +1,71 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-ascii
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antonio Vázquez Blanco
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-28 00:00:00.000000000 Z
11
+ date: 2023-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 3.9.0
19
+ version: '0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 3.9.0
26
+ version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: jekyll-feed
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 0.15.1
33
+ version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: 0.15.1
40
+ version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: jekyll-seo-tag
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: 2.7.1
47
+ version: '0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: 2.7.1
54
+ version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: jemoji
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - "~>"
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: 0.12.0
61
+ version: '0'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - "~>"
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: 0.12.0
68
+ version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: bundler
71
71
  requirement: !ruby/object:Gem::Requirement