jekyll-theme-ascii 0.1.3 → 0.1.4

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: c67743b834b43973c9bbf569ced9dcca0de198f882dab2dbed28465e3e7284b9
4
- data.tar.gz: 3b79283c1f88062fb345b058f774acec1a4543742f1f9dc1e857632d55ccc061
3
+ metadata.gz: c1f17a0869e02037b27d7eaf386318be1aac55e7e2516b52296846f0f462a46b
4
+ data.tar.gz: dcb5ef2abb390080f3efc5e07c03b64512cdbc33766c424f35dd1409aac8a854
5
5
  SHA512:
6
- metadata.gz: 32021fb8ec5c27a784b1c209a11ef3bea2b690e6093d56d498084fbbb8a206d9bb0dd4b291033dce5842dddc3b594924ea9810d9691d6e04d11d5f7484bf58bd
7
- data.tar.gz: 26faf1f646a8414cfd634d358731e01afd4723eb69591afbdc528093f31f690f290065c41272b8111a0de52b769f6fad6d32fe23809e699ad5721cdbd572b956
6
+ metadata.gz: 49b11c453d56b28389a5f24e5f659c23934b1240d95afd9312ffb03d8f652f4af64431ddd8c86ac2b136053db6c578bdb1df62b91684caedc94e0a35f5b3258b
7
+ data.tar.gz: ba594eeddf43a487178593d885e500de27df06e7b6e553ce40f1e29e941f27a5b8206882970df4823272c3dfd643e86d2446cea3fd46da2330a6f6d52a6e17f4
data/_config.yml CHANGED
@@ -1,20 +1,20 @@
1
- title: Your awesome title
2
- author:
3
- name: GitHub User
4
- email: your-email@domain.com
5
- description: >
6
- Write an awesome description for your new site here. You can edit this
7
- line in _config.yml. It will appear in your document head meta (for
8
- Google search results) and in your feed.xml site description.
9
-
10
- show_excerpts: false
11
-
12
- external_theme: antoniovazquezblanco/jekyll-theme-ascii
13
-
14
- plugins:
15
- - jekyll-feed
16
- - jekyll-seo-tag
17
-
18
- header_pages:
19
- - index.md
20
- - about.md
1
+ title: Your awesome title
2
+ author:
3
+ name: GitHub User
4
+ email: your-email@domain.com
5
+ description: >
6
+ Write an awesome description for your new site here. You can edit this
7
+ line in _config.yml. It will appear in your document head meta (for
8
+ Google search results) and in your feed.xml site description.
9
+
10
+ show_excerpts: false
11
+
12
+ external_theme: antoniovazquezblanco/jekyll-theme-ascii
13
+
14
+ plugins:
15
+ - jekyll-feed
16
+ - jekyll-seo-tag
17
+
18
+ header_pages:
19
+ - index.md
20
+ - about.md
@@ -1,6 +1,6 @@
1
- {% comment %}
2
- Placeholder to allow defining custom head, in principle, you can add anything here, e.g. favicons:
3
-
4
- 1. Head over to https://realfavicongenerator.net/ to add your own favicons.
5
- 2. Customize default _includes/custom-head.html in your source directory and insert the given code snippet.
1
+ {% comment %}
2
+ Placeholder to allow defining custom head, in principle, you can add anything here, e.g. favicons:
3
+
4
+ 1. Head over to https://realfavicongenerator.net/ to add your own favicons.
5
+ 2. Customize default _includes/custom-head.html in your source directory and insert the given code snippet.
6
6
  {% endcomment %}
@@ -1,17 +1,17 @@
1
- {%- if page.comments != false and jekyll.environment == "production" -%}
2
- <div id="disqus_thread"></div>
3
- <script>
4
- var disqus_config = function () {
5
- this.page.url = '{{ page.url | absolute_url }}';
6
- this.page.identifier = '{{ page.url | absolute_url }}';
7
- };
8
- (function () {
9
- var d = document, s = d.createElement('script');
10
- s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
11
- s.setAttribute('data-timestamp', +new Date());
12
- (d.head || d.body).appendChild(s);
13
- })();
14
- </script>
15
- <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments
16
- powered by Disqus.</a></noscript>
1
+ {%- if page.comments != false and jekyll.environment == "production" -%}
2
+ <div id="disqus_thread"></div>
3
+ <script>
4
+ var disqus_config = function () {
5
+ this.page.url = '{{ page.url | absolute_url }}';
6
+ this.page.identifier = '{{ page.url | absolute_url }}';
7
+ };
8
+ (function () {
9
+ var d = document, s = d.createElement('script');
10
+ s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
11
+ s.setAttribute('data-timestamp', +new Date());
12
+ (d.head || d.body).appendChild(s);
13
+ })();
14
+ </script>
15
+ <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments
16
+ powered by Disqus.</a></noscript>
17
17
  {%- endif -%}
@@ -1,3 +1,3 @@
1
- <footer>
2
- {{ site.author.name }}
1
+ <footer>
2
+ {{ site.author.name }}
3
3
  </footer>
@@ -1,9 +1,9 @@
1
- <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
2
- <script>
3
- window['ga-disable-{{ site.google_analytics }}'] = window.doNotTrack === "1" || navigator.doNotTrack === "1" || navigator.doNotTrack === "yes" || navigator.msDoNotTrack === "1";
4
- window.dataLayer = window.dataLayer || [];
5
- function gtag(){window.dataLayer.push(arguments);}
6
- gtag('js', new Date());
7
-
8
- gtag('config', '{{ site.google_analytics }}');
1
+ <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
2
+ <script>
3
+ window['ga-disable-{{ site.google_analytics }}'] = window.doNotTrack === "1" || navigator.doNotTrack === "1" || navigator.doNotTrack === "yes" || navigator.msDoNotTrack === "1";
4
+ window.dataLayer = window.dataLayer || [];
5
+ function gtag(){window.dataLayer.push(arguments);}
6
+ gtag('js', new Date());
7
+
8
+ gtag('config', '{{ site.google_analytics }}');
9
9
  </script>
data/_includes/head.html CHANGED
@@ -1,12 +1,12 @@
1
- <head>
2
- <meta charset="utf-8">
3
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
5
- {%- seo -%}
6
- <link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
7
- {%- feed_meta -%}
8
- {%- if jekyll.environment == 'production' and site.google_analytics -%}
9
- {%- include google-analytics.html -%}
10
- {%- endif -%}
11
- {%- include custom-head.html -%}
1
+ <head>
2
+ <meta charset="utf-8">
3
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
5
+ {%- seo -%}
6
+ <link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
7
+ {%- feed_meta -%}
8
+ {%- if jekyll.environment == 'production' and site.google_analytics -%}
9
+ {%- include google-analytics.html -%}
10
+ {%- endif -%}
11
+ {%- include custom-head.html -%}
12
12
  </head>
@@ -1,15 +1,15 @@
1
- <header>
2
- {%- assign default_paths = site.pages | map: "path" | sort -%}
3
- {%- assign page_paths = site.header_pages | default: default_paths -%}
4
- <div class="menu">
5
- <ul>
6
- <li class="site-title"><a href="/">{{ site.title | escape }}</a></li>
7
- {%- for path in page_paths -%}
8
- {%- assign my_page = site.pages | where: "path", path | first -%}
9
- {%- if my_page.title -%}
10
- <li><a href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a></li>
11
- {%- endif -%}
12
- {%- endfor -%}
13
- </ul>
14
- </div>
1
+ <header>
2
+ {%- assign default_paths = site.pages | map: "path" | sort -%}
3
+ {%- assign page_paths = site.header_pages | default: default_paths -%}
4
+ <div class="menu">
5
+ <ul>
6
+ <li class="site-title"><a href="/">{{ site.title | escape }}</a></li>
7
+ {%- for path in page_paths -%}
8
+ {%- assign my_page = site.pages | where: "path", path | first -%}
9
+ {%- if my_page.title -%}
10
+ <li><a href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a></li>
11
+ {%- endif -%}
12
+ {%- endfor -%}
13
+ </ul>
14
+ </div>
15
15
  </header>
data/_layouts/home.html CHANGED
@@ -1,16 +1,16 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- {{ content }}
6
-
7
- {%- if site.posts.size > 0 -%}
8
- <ul>
9
- {%- for post in site.posts -%}
10
- <li>
11
- {%- assign date_format = "%Y-%m-%d" -%}
12
- [ {{ post.date | date: date_format }} ] <a href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
13
- </li>
14
- {%- endfor -%}
15
- </ul>
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {{ content }}
6
+
7
+ {%- if site.posts.size > 0 -%}
8
+ <ul>
9
+ {%- for post in site.posts -%}
10
+ <li>
11
+ {%- assign date_format = "%Y-%m-%d" -%}
12
+ [ {{ post.date | date: date_format }} ] <a href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
13
+ </li>
14
+ {%- endfor -%}
15
+ </ul>
16
16
  {%- endif -%}
data/_layouts/post.html CHANGED
@@ -8,6 +8,10 @@ layout: default
8
8
 
9
9
  {{ content }}
10
10
 
11
+ {%- if page.mastodon_comments.toot_id -%}
12
+ {%- include mastodon_comments.html -%}
13
+ {%- endif -%}
14
+
11
15
  {%- if site.disqus.shortname -%}
12
- {%- include disqus_comments.html -%}
16
+ {%- include disqus.html -%}
13
17
  {%- endif -%}
@@ -1,197 +1,185 @@
1
- @charset "utf-8";
2
-
3
- /* Fonts */
4
- @import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700');
5
-
6
- /* Base */
7
- body {
8
- background-color: $bg-color;
9
- color: $main-color;
10
- font-family: 'Source Code Pro', monospace;
11
- margin: 0 auto;
12
- width: 90%;
13
- max-width: 700px;
14
- line-height: 2em;
15
- font-size: 0.9em;
16
- }
17
-
18
- h1, h2, h3, h4, h5, h6 {
19
- margin: 0px;
20
- margin-top: 22px;
21
- font-weight: bold;
22
- color: $pop-color;
23
- font-size: 1em;
24
- }
25
-
26
- p, ul, ol {
27
- font-size: 1em;
28
- color: $text-color;
29
- }
30
-
31
- a {
32
- text-decoration: underline;
33
- color: $alt-color;
34
- }
35
-
36
- a:hover {
37
- color: $bg-color;
38
- background-color: $alt-color;
39
- }
40
-
41
- .primary-text {
42
- color: $main-color;
43
- }
44
-
45
- @media only screen and (max-device-width: 500px) {
46
- * {
47
- font-size: 12px !important;
48
- }
49
- }
50
-
51
- b, strong {
52
- color: $main-color;
53
- }
54
-
55
- .invert {
56
- color: $bg-color;
57
- background-color: $main-color;
58
- padding-left: 3px;
59
- padding-right: 3px;
60
- padding-top: 1px;
61
- padding-bottom: 1px;
62
- }
63
-
64
- /* Small font override */
65
- body.large {
66
- line-height: 2em;
67
- font-size: 1em;
68
- }
69
-
70
- /* Layout */
71
- .container {
72
- margin-right: auto;
73
- margin-left: auto;
74
- }
75
-
76
- p {
77
- word-wrap: break-word;
78
- word-break: break-word;
79
- white-space: pre-wrap;
80
- }
81
-
82
- footer {
83
- color: $text-color;
84
- border-top: dashed 1px rgba(219, 219, 219, 0.9);
85
- margin: 20px auto 15px;
86
- padding-top: 10px;
87
- text-align: right;
88
- }
89
-
90
- header {
91
- margin-top: 25px;
92
- margin-bottom: 10px;
93
- }
94
-
95
- header p {
96
- text-align: left;
97
- margin: 0;
98
- }
99
-
100
- footer {
101
- margin-bottom: 20px;
102
- }
103
-
104
- img {
105
- max-width: 100%;
106
- }
107
-
108
- img.home_header {
109
- width: 100%;
110
- margin-top: 5%;
111
- margin-bottom: 5%;
112
- }
113
-
114
- img.detail_header {
115
- width: 100%;
116
- }
117
-
118
- /* Lists */
119
- :not(.menu) > ul {
120
- list-style: none;
121
- padding-left: 1em;
122
- }
123
-
124
- ul :not(.menu) > ul {
125
- list-style: none;
126
- padding-left: 3em;
127
- margin-top: 0.5em;
128
- margin-bottom: 0.7em;
129
- }
130
-
131
- :not(.menu) > ul {
132
- list-style-type: none;
133
- }
134
-
135
- :not(.menu) > ul > li:before {
136
- content: "-";
137
- margin-right: 9px;
138
- }
139
-
140
- ul :not(.menu) > ul > li:before {
141
- content: "*";
142
- margin-right: 9px;
143
- }
144
-
145
- /* Navigation */
146
- .menu {
147
- border-top: dashed 1px rgba(219, 219, 219, 0.9);
148
- border-bottom: dashed 1px rgba(219, 219, 219, 0.9);
149
- margin-bottom: 25px;
150
- }
151
-
152
- .menu ul {
153
- margin-top: 12px;
154
- margin-bottom: 12px;
155
- padding-left: 0px;
156
- list-style-type: none;
157
- text-align: right;
158
- }
159
-
160
- .menu ul li {
161
- font-weight: bold;
162
- display: inline;
163
- margin-left: 10px;
164
- }
165
-
166
- .menu ul li a {
167
- text-decoration: none;
168
- color: $text-color;
169
- }
170
-
171
- .menu ul li a:hover {
172
- text-decoration: none;
173
- color: $bg-color;
174
- background-color: $main-color;
175
- }
176
-
177
- .menu ul li.site-title {
178
- text-align: left;
179
- margin-left: 10px;
180
- float: left;
181
- color: $main-color
182
- }
183
-
184
- /* Error pages */
185
- div.error_box {
186
- margin: 100px;
187
- text-align: center;
188
- }
189
-
190
- div.error_box h1 {
191
- font-size: 2em;
192
- }
193
-
194
- *::selection {
195
- background-color: $light-alt-color;
196
- color: black;
197
- }
1
+ @charset "utf-8";
2
+
3
+ /* Fonts */
4
+ @import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700');
5
+
6
+ /* Base */
7
+ body {
8
+ background-color: $bg-color;
9
+ color: $main-color;
10
+ font-family: 'Source Code Pro', monospace;
11
+ margin: 0 auto;
12
+ width: 90%;
13
+ max-width: 700px;
14
+ font-size: 0.9em;
15
+ }
16
+
17
+ h1, h2, h3, h4, h5, h6 {
18
+ margin: 0px;
19
+ margin-top: 22px;
20
+ font-weight: bold;
21
+ color: $pop-color;
22
+ font-size: 1em;
23
+ }
24
+
25
+ p, ul, ol {
26
+ font-size: 1em;
27
+ color: $text-color;
28
+ }
29
+
30
+ a {
31
+ text-decoration: underline;
32
+ color: $alt-color;
33
+ }
34
+
35
+ a:hover {
36
+ color: $bg-color;
37
+ background-color: $alt-color;
38
+ }
39
+
40
+ .primary-text {
41
+ color: $main-color;
42
+ }
43
+
44
+ @media only screen and (max-device-width: 500px) {
45
+ * {
46
+ font-size: 12px !important;
47
+ }
48
+ }
49
+
50
+ b, strong {
51
+ color: $main-color;
52
+ }
53
+
54
+ .invert {
55
+ color: $bg-color;
56
+ background-color: $main-color;
57
+ padding-left: 3px;
58
+ padding-right: 3px;
59
+ padding-top: 1px;
60
+ padding-bottom: 1px;
61
+ }
62
+
63
+ /* Small font override */
64
+ body.large {
65
+ font-size: 1em;
66
+ }
67
+
68
+ /* Layout */
69
+ .container {
70
+ margin-right: auto;
71
+ margin-left: auto;
72
+ }
73
+
74
+ p {
75
+ word-wrap: break-word;
76
+ word-break: break-word;
77
+ white-space: pre-wrap;
78
+ }
79
+
80
+ footer {
81
+ color: $text-color;
82
+ border-top: dashed 1px rgba(219, 219, 219, 0.9);
83
+ margin: 20px auto 15px;
84
+ padding-top: 10px;
85
+ text-align: right;
86
+ }
87
+
88
+ header {
89
+ margin-top: 25px;
90
+ margin-bottom: 10px;
91
+ }
92
+
93
+ header p {
94
+ text-align: left;
95
+ margin: 0;
96
+ }
97
+
98
+ footer {
99
+ margin-bottom: 20px;
100
+ }
101
+
102
+ img {
103
+ max-width: 100%;
104
+ }
105
+
106
+ img.home_header {
107
+ width: 100%;
108
+ margin-top: 5%;
109
+ margin-bottom: 5%;
110
+ }
111
+
112
+ img.detail_header {
113
+ width: 100%;
114
+ }
115
+
116
+ /* Lists */
117
+ :not(.menu) > ul {
118
+ list-style: none;
119
+ padding-left: 1em;
120
+ }
121
+
122
+ ul :not(.menu) > ul {
123
+ list-style: none;
124
+ padding-left: 3em;
125
+ margin-top: 0.5em;
126
+ margin-bottom: 0.7em;
127
+ }
128
+
129
+ :not(.menu) > ul {
130
+ list-style-type: none;
131
+ }
132
+
133
+ :not(.menu) > ul > li:before {
134
+ content: "-";
135
+ margin-right: 9px;
136
+ }
137
+
138
+ ul :not(.menu) > ul > li:before {
139
+ content: "*";
140
+ margin-right: 9px;
141
+ }
142
+
143
+ /* Navigation */
144
+ .menu {
145
+ border-top: dashed 1px rgba(219, 219, 219, 0.9);
146
+ border-bottom: dashed 1px rgba(219, 219, 219, 0.9);
147
+ margin-bottom: 25px;
148
+ }
149
+
150
+ .menu ul {
151
+ margin-top: 12px;
152
+ margin-bottom: 12px;
153
+ padding-left: 0px;
154
+ list-style-type: none;
155
+ text-align: right;
156
+ }
157
+
158
+ .menu ul li {
159
+ font-weight: bold;
160
+ display: inline;
161
+ margin-left: 10px;
162
+ }
163
+
164
+ .menu ul li a {
165
+ text-decoration: none;
166
+ color: $text-color;
167
+ }
168
+
169
+ .menu ul li a:hover {
170
+ text-decoration: none;
171
+ color: $bg-color;
172
+ background-color: $main-color;
173
+ }
174
+
175
+ .menu ul li.site-title {
176
+ text-align: left;
177
+ margin-left: 10px;
178
+ float: left;
179
+ color: $main-color
180
+ }
181
+
182
+ *::selection {
183
+ background-color: $light-alt-color;
184
+ color: black;
185
+ }
@@ -1,87 +1,87 @@
1
- @charset "utf-8";
2
-
3
- .highlight {
4
- background: #111111;
5
- color: #ffffff;
6
- padding-left: 10px;
7
- border-radius: 10px;
8
- padding-top: 1px;
9
- padding-bottom: 1px;
10
- .hll { background-color: #333333 }
11
- .c { color: #008800; font-style: italic; background-color: #0f140f } /* Comment */
12
- .err { color: #ffffff } /* Error */
13
- .esc { color: #ffffff } /* Escape */
14
- .g { color: #ffffff } /* Generic */
15
- .k { color: #fb660a; font-weight: bold } /* Keyword */
16
- .l { color: #ffffff } /* Literal */
17
- .n { color: #ffffff } /* Name */
18
- .o { color: #ffffff } /* Operator */
19
- .x { color: #ffffff } /* Other */
20
- .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 */
27
- .gd { color: #ffffff } /* Generic.Deleted */
28
- .ge { color: #ffffff } /* Generic.Emph */
29
- .gr { color: #ffffff } /* Generic.Error */
30
- .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
31
- .gi { color: #ffffff } /* Generic.Inserted */
32
- .go { color: #444444; background-color: #222222 } /* Generic.Output */
33
- .gp { color: #ffffff } /* Generic.Prompt */
34
- .gs { color: #ffffff } /* Generic.Strong */
35
- .gu { color: #ffffff; font-weight: bold } /* Generic.Subheading */
36
- .gt { color: #ffffff } /* Generic.Traceback */
37
- .kc { color: #fb660a; font-weight: bold } /* Keyword.Constant */
38
- .kd { color: #fb660a; font-weight: bold } /* Keyword.Declaration */
39
- .kn { color: #fb660a; font-weight: bold } /* Keyword.Namespace */
40
- .kp { color: #fb660a } /* Keyword.Pseudo */
41
- .kr { color: #fb660a; font-weight: bold } /* Keyword.Reserved */
42
- .kt { color: #5e5ce6; font-weight: bold } /* Keyword.Type */
43
- .ld { color: #ffffff } /* Literal.Date */
44
- .m { color: #0086f7; font-weight: bold } /* Literal.Number */
45
- .s { color: #e65c71 } /* Literal.String */
46
- .na { color: #ff0086; font-weight: bold } /* Name.Attribute */
47
- .nb { color: #ffffff } /* Name.Builtin */
48
- .nc { color: #ffffff } /* Name.Class */
49
- .no { color: #0086d2 } /* Name.Constant */
50
- .nd { color: #ffffff } /* Name.Decorator */
51
- .ni { color: #ffffff } /* Name.Entity */
52
- .ne { color: #ffffff } /* Name.Exception */
53
- .nf { color: #ff0086; font-weight: bold } /* Name.Function */
54
- .nl { color: #ffffff } /* Name.Label */
55
- .nn { color: #ffffff } /* Name.Namespace */
56
- .nx { color: #ffffff } /* Name.Other */
57
- .py { color: #ffffff } /* Name.Property */
58
- .nt { color: #fb660a; font-weight: bold } /* Name.Tag */
59
- .nv { color: #fb660a } /* Name.Variable */
60
- .ow { color: #ffffff } /* Operator.Word */
61
- .w { color: #888888 } /* Text.Whitespace */
62
- .mb { color: #0086f7; font-weight: bold } /* Literal.Number.Bin */
63
- .mf { color: #0086f7; font-weight: bold } /* Literal.Number.Float */
64
- .mh { color: #0086f7; font-weight: bold } /* Literal.Number.Hex */
65
- .mi { color: #0086f7; font-weight: bold } /* Literal.Number.Integer */
66
- .mo { color: #0086f7; font-weight: bold } /* Literal.Number.Oct */
67
- .sa { color: #0086d2 } /* Literal.String.Affix */
68
- .sb { color: #0086d2 } /* Literal.String.Backtick */
69
- .sc { color: #0086d2 } /* Literal.String.Char */
70
- .dl { color: #0086d2 } /* Literal.String.Delimiter */
71
- .sd { color: #0086d2 } /* Literal.String.Doc */
72
- .s2 { color: #0086d2 } /* Literal.String.Double */
73
- .se { color: #0086d2 } /* Literal.String.Escape */
74
- .sh { color: #0086d2 } /* Literal.String.Heredoc */
75
- .si { color: #0086d2 } /* Literal.String.Interpol */
76
- .sx { color: #0086d2 } /* Literal.String.Other */
77
- .sr { color: #0086d2 } /* Literal.String.Regex */
78
- .s1 { color: #0086d2 } /* Literal.String.Single */
79
- .ss { color: #0086d2 } /* Literal.String.Symbol */
80
- .bp { color: #ffffff } /* Name.Builtin.Pseudo */
81
- .fm { color: #ff0086; font-weight: bold } /* Name.Function.Magic */
82
- .vc { color: #fb660a } /* Name.Variable.Class */
83
- .vg { color: #fb660a } /* Name.Variable.Global */
84
- .vi { color: #fb660a } /* Name.Variable.Instance */
85
- .vm { color: #fb660a } /* Name.Variable.Magic */
86
- .il { color: #0086f7; font-weight: bold } /* Literal.Number.Integer.Long */
1
+ @charset "utf-8";
2
+
3
+ .highlight {
4
+ background: #111111;
5
+ color: #ffffff;
6
+ padding-left: 10px;
7
+ border-radius: 10px;
8
+ padding-top: 1px;
9
+ padding-bottom: 1px;
10
+ .hll { background-color: #333333 }
11
+ .c { color: #008800; font-style: italic; background-color: #0f140f } /* Comment */
12
+ .err { color: #ffffff } /* Error */
13
+ .esc { color: #ffffff } /* Escape */
14
+ .g { color: #ffffff } /* Generic */
15
+ .k { color: #fb660a; font-weight: bold } /* Keyword */
16
+ .l { color: #ffffff } /* Literal */
17
+ .n { color: #ffffff } /* Name */
18
+ .o { color: #ffffff } /* Operator */
19
+ .x { color: #ffffff } /* Other */
20
+ .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 */
27
+ .gd { color: #ffffff } /* Generic.Deleted */
28
+ .ge { color: #ffffff } /* Generic.Emph */
29
+ .gr { color: #ffffff } /* Generic.Error */
30
+ .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
31
+ .gi { color: #ffffff } /* Generic.Inserted */
32
+ .go { color: #444444; background-color: #222222 } /* Generic.Output */
33
+ .gp { color: #ffffff } /* Generic.Prompt */
34
+ .gs { color: #ffffff } /* Generic.Strong */
35
+ .gu { color: #ffffff; font-weight: bold } /* Generic.Subheading */
36
+ .gt { color: #ffffff } /* Generic.Traceback */
37
+ .kc { color: #fb660a; font-weight: bold } /* Keyword.Constant */
38
+ .kd { color: #fb660a; font-weight: bold } /* Keyword.Declaration */
39
+ .kn { color: #fb660a; font-weight: bold } /* Keyword.Namespace */
40
+ .kp { color: #fb660a } /* Keyword.Pseudo */
41
+ .kr { color: #fb660a; font-weight: bold } /* Keyword.Reserved */
42
+ .kt { color: #5e5ce6; font-weight: bold } /* Keyword.Type */
43
+ .ld { color: #ffffff } /* Literal.Date */
44
+ .m { color: #0086f7; font-weight: bold } /* Literal.Number */
45
+ .s { color: #e65c71 } /* Literal.String */
46
+ .na { color: #ff0086; font-weight: bold } /* Name.Attribute */
47
+ .nb { color: #ffffff } /* Name.Builtin */
48
+ .nc { color: #ffffff } /* Name.Class */
49
+ .no { color: #0086d2 } /* Name.Constant */
50
+ .nd { color: #ffffff } /* Name.Decorator */
51
+ .ni { color: #ffffff } /* Name.Entity */
52
+ .ne { color: #ffffff } /* Name.Exception */
53
+ .nf { color: #ff0086; font-weight: bold } /* Name.Function */
54
+ .nl { color: #ffffff } /* Name.Label */
55
+ .nn { color: #ffffff } /* Name.Namespace */
56
+ .nx { color: #ffffff } /* Name.Other */
57
+ .py { color: #ffffff } /* Name.Property */
58
+ .nt { color: #fb660a; font-weight: bold } /* Name.Tag */
59
+ .nv { color: #fb660a } /* Name.Variable */
60
+ .ow { color: #ffffff } /* Operator.Word */
61
+ .w { color: #888888 } /* Text.Whitespace */
62
+ .mb { color: #0086f7; font-weight: bold } /* Literal.Number.Bin */
63
+ .mf { color: #0086f7; font-weight: bold } /* Literal.Number.Float */
64
+ .mh { color: #0086f7; font-weight: bold } /* Literal.Number.Hex */
65
+ .mi { color: #0086f7; font-weight: bold } /* Literal.Number.Integer */
66
+ .mo { color: #0086f7; font-weight: bold } /* Literal.Number.Oct */
67
+ .sa { color: #0086d2 } /* Literal.String.Affix */
68
+ .sb { color: #0086d2 } /* Literal.String.Backtick */
69
+ .sc { color: #0086d2 } /* Literal.String.Char */
70
+ .dl { color: #0086d2 } /* Literal.String.Delimiter */
71
+ .sd { color: #0086d2 } /* Literal.String.Doc */
72
+ .s2 { color: #0086d2 } /* Literal.String.Double */
73
+ .se { color: #0086d2 } /* Literal.String.Escape */
74
+ .sh { color: #0086d2 } /* Literal.String.Heredoc */
75
+ .si { color: #0086d2 } /* Literal.String.Interpol */
76
+ .sx { color: #0086d2 } /* Literal.String.Other */
77
+ .sr { color: #0086d2 } /* Literal.String.Regex */
78
+ .s1 { color: #0086d2 } /* Literal.String.Single */
79
+ .ss { color: #0086d2 } /* Literal.String.Symbol */
80
+ .bp { color: #ffffff } /* Name.Builtin.Pseudo */
81
+ .fm { color: #ff0086; font-weight: bold } /* Name.Function.Magic */
82
+ .vc { color: #fb660a } /* Name.Variable.Class */
83
+ .vg { color: #fb660a } /* Name.Variable.Global */
84
+ .vi { color: #fb660a } /* Name.Variable.Instance */
85
+ .vm { color: #fb660a } /* Name.Variable.Magic */
86
+ .il { color: #0086f7; font-weight: bold } /* Literal.Number.Integer.Long */
87
87
  }
@@ -1,8 +1,8 @@
1
- @charset "utf-8";
2
-
3
- $main-color: white;
4
- $bg-color: black;
5
- $text-color: #ddd;
6
- $pop-color: white;
7
- $alt-color: #2ed573;
8
- $light-alt-color: #2ed573;
1
+ @charset "utf-8";
2
+
3
+ $main-color: white;
4
+ $bg-color: black;
5
+ $text-color: #ddd;
6
+ $pop-color: white;
7
+ $alt-color: #2ed573;
8
+ $light-alt-color: #2ed573;
@@ -1,8 +1,8 @@
1
- ---
2
- # This file need the front matter
3
- # The three dashes are enough...
4
- ---
5
- @import
6
- "jekyll-theme-ascii/skins/{{ site.jekyll-theme-ascii.skin | default: 'classic' }}",
7
- "jekyll-theme-ascii/skins/{{ site.jekyll-theme-ascii.skin | default: 'classic' }}-highlighting",
1
+ ---
2
+ # This file need the front matter
3
+ # The three dashes are enough...
4
+ ---
5
+ @import
6
+ "jekyll-theme-ascii/skins/{{ site.jekyll-theme-ascii.skin | default: 'classic' }}",
7
+ "jekyll-theme-ascii/skins/{{ site.jekyll-theme-ascii.skin | default: 'classic' }}-highlighting",
8
8
  "jekyll-theme-ascii/main";
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-ascii
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
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-02-24 00:00:00.000000000 Z
11
+ date: 2022-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  - !ruby/object:Gem::Version
125
125
  version: '0'
126
126
  requirements: []
127
- rubygems_version: 3.1.6
127
+ rubygems_version: 3.3.7
128
128
  signing_key:
129
129
  specification_version: 4
130
130
  summary: Simple theme that relies mostly on ASCII characters. And maybe emojis :).