jekyll-theme-console-ext 1.0 → 1.14

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: 61538c56028f61b863dcafc639580927b5c72d96f062f4a97078fe6fa870700b
4
- data.tar.gz: 80afdf9dddab841698d07827233db3ac2b0c98a933986d83b82fb9b580a35d3b
3
+ metadata.gz: f1610c13ad57cabecc0b2a8946572ee18f07f2d47ce45d612d18885cc3eee619
4
+ data.tar.gz: 854b815f18800068d1cff816dcfd95fcb3d78c7206d3aafb127e1a42f0139440
5
5
  SHA512:
6
- metadata.gz: a7c4b68e0f31dcf11df849ff47cec0a0672588c1441a5ae81869b79d7d89430d0519bc43a8147088f9a0b335064f6cbbf5b4771c793a1e7128528e9c28720b99
7
- data.tar.gz: 7d2fb51242fe90cc9e97dae9c230352acad5477f6ef39114be1cdcfbf7082d8236e3fc24346601dfaeaa83ae2d3c9502b48651f77af9fe114f8a9091293736e4
6
+ metadata.gz: a8d033fef0135b83c36b476813434f8d4354d688bece068e86bcb5ae78154b38058846e75d6ebd5ee9acd029343cab98d4e0125180c591a01554435112d6f053
7
+ data.tar.gz: ed0c356406450d48b7b7f29f2aa2611543470a9fb1518c1769ced7c92a1f02e5f464e1206a134877eae3e886822ef59d12f83dc32a4395d66e7cb0c69797266c
data/_includes/head.html CHANGED
@@ -6,26 +6,26 @@
6
6
  {%- seo title=false -%}
7
7
 
8
8
  {% if page.robots %}
9
- <meta name="robots" content="{{page.robots}}" />
9
+ <meta name="robots" content="{{page.robots}}" />
10
10
  {% endif %}
11
11
 
12
12
  {%- if site.listen_for_clients_preferred_style -%}
13
- <link rel="stylesheet" type="text/css" href="{{ "/assets/main.css" | relative_url }}">
13
+ <link rel="stylesheet" type="text/css" href="{{ "/assets/main.css" | relative_url }}">
14
14
  {%- else -%}
15
- {%- if site.style == 'light' -%}
16
- <link rel="stylesheet" type="text/css" href="{{ "/assets/main-light.css" | relative_url }}">
17
- {%- elsif site.style == 'hacker' -%}
18
- <link rel="stylesheet" type="text/css" href="{{ "/assets/main-hacker.css" | relative_url }}">
19
- {%- else -%}
20
- <link rel="stylesheet" type="text/css" href="{{ "/assets/main-dark.css" | relative_url }}">
21
- <link rel="stylesheet" type="text/css" href="{{ "/assets/styles.css" | relative_url }}">
22
- <link rel="stylesheet" href="/assets/styles/stackoverflow-dark.css">
23
- <script src="/assets/highlight.pack.js"></script>
24
- <script>hljs.initHighlightingOnLoad();</script>
25
- {%- endif -%}
15
+ <link rel="stylesheet" type="text/css" href="{{ "/assets/main-dark.css" | relative_url }}">
16
+ <link rel="stylesheet" type="text/css" href="{{ "/assets/styles.css" | relative_url }}">
17
+ <link rel="stylesheet" href="/assets/styles/stackoverflow-dark.css">
18
+ <script src="/assets/highlight.pack.js"></script>
19
+ <script>
20
+ hljs.initHighlightingOnLoad();
21
+ </script>
26
22
  {%- endif -%}
27
23
 
28
24
  {%- if jekyll.environment == 'production' and site.google_analytics -%}
29
- {%- include google-analytics.html -%}
25
+ {%- include google-analytics.html -%}
30
26
  {%- endif -%}
31
- </head>
27
+
28
+ {% if site.tags != "" %}
29
+ {% include collecttags.html %}
30
+ {% endif %}
31
+ </head>
data/_layouts/post.html CHANGED
@@ -2,4 +2,10 @@
2
2
  layout: default
3
3
  ---
4
4
 
5
+ <span>[
6
+ {% for tag in page.tags %}
7
+ {% capture tag_name %}{{ tag }}{% endcapture %}
8
+ <a href="/tag/{{ tag_name }}"><code class="highligher-rouge"><nobr>{{ tag_name }}</nobr></code>&nbsp;</a>
9
+ {% endfor %}
10
+ ]</span>
5
11
  {{ content }}
@@ -10,7 +10,7 @@
10
10
  overflow-x: auto;
11
11
  padding: 0.5em;
12
12
  color: #ffffff;
13
- background: #1c1b1b;
13
+ background: #000000;
14
14
  }
15
15
 
16
16
  .hljs-comment {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-console-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.0'
4
+ version: '1.14'
5
5
  platform: ruby
6
6
  authors:
7
7
  - pedr0silva
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-14 00:00:00.000000000 Z
11
+ date: 2021-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -73,8 +73,6 @@ executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
- - LICENSE
77
- - LICENSE.txt
78
76
  - README.md
79
77
  - _includes/footer.html
80
78
  - _includes/google-analytics.html
data/LICENSE DELETED
@@ -1,29 +0,0 @@
1
- BSD 3-Clause License
2
-
3
- Copyright (c) 2006, Ivan Sagalaev.
4
- All rights reserved.
5
-
6
- Redistribution and use in source and binary forms, with or without
7
- modification, are permitted provided that the following conditions are met:
8
-
9
- * Redistributions of source code must retain the above copyright notice, this
10
- list of conditions and the following disclaimer.
11
-
12
- * Redistributions in binary form must reproduce the above copyright notice,
13
- this list of conditions and the following disclaimer in the documentation
14
- and/or other materials provided with the distribution.
15
-
16
- * Neither the name of the copyright holder nor the names of its
17
- contributors may be used to endorse or promote products derived from
18
- this software without specific prior written permission.
19
-
20
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
24
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
data/LICENSE.txt DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2018 b2a3e8
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.