jekyll-theme-console-ext 1.0 → 1.1

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: 61538c56028f61b863dcafc639580927b5c72d96f062f4a97078fe6fa870700b
4
- data.tar.gz: 80afdf9dddab841698d07827233db3ac2b0c98a933986d83b82fb9b580a35d3b
3
+ metadata.gz: 8f0598822ca97747fa4f7c3ce0f833ec7610a65d05632557b934da327d64dfdd
4
+ data.tar.gz: a170e4c4221421b3bf9753e212b9aff5945ff012eac88b9b87bd18b277a01065
5
5
  SHA512:
6
- metadata.gz: a7c4b68e0f31dcf11df849ff47cec0a0672588c1441a5ae81869b79d7d89430d0519bc43a8147088f9a0b335064f6cbbf5b4771c793a1e7128528e9c28720b99
7
- data.tar.gz: 7d2fb51242fe90cc9e97dae9c230352acad5477f6ef39114be1cdcfbf7082d8236e3fc24346601dfaeaa83ae2d3c9502b48651f77af9fe114f8a9091293736e4
6
+ metadata.gz: daa76a46d52912e2ed9fbf666f1f337388b573c50b4d18f9d0caac0bd8fe60081552353f93e016a315cd0ae52f764e6c740f94c618d5d2f37eded8aa77eca2ee
7
+ data.tar.gz: 8ee04a6d1d25d01d0ccc964654e5dbf104327583a90f6e21d13a6d5c699755eeecccaf8f0b23bf7205d44643b2012f46c116b9649a99ce526e22535b98c433ae
data/_includes/head.html CHANGED
@@ -6,26 +6,22 @@
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
+ </head>
@@ -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,7 +1,7 @@
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.1'
5
5
  platform: ruby
6
6
  authors:
7
7
  - pedr0silva
@@ -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.