jekyll-theme-console-ext 0.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +29 -0
  3. data/_includes/head.html +3 -0
  4. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd75dfbccc3ae37ef307e22f504fe504ed3720b3c92f5202ee8f5e1763003423
4
- data.tar.gz: 693b8559cec27cad507a86ca447a64ff30a03c85484c6792427fc0ffa35d483a
3
+ metadata.gz: 40df81edd4479f6fafe1511016300b8942cdcd8bd2cea7de25efc905e35f862f
4
+ data.tar.gz: 44086a3eb9ca689cca2d9a5f9864b69b336cb2679a1a1342228e02b8da74ce8f
5
5
  SHA512:
6
- metadata.gz: 21e1b73dd2c6b0d08ff562dea317026ba4511c2275b534a07b929c7abfa67ed886713a5939918797079d1d1c1b32ff031501d13df980c2c673b6b9be594aaa8f
7
- data.tar.gz: d928167f21c5cd25ee78c6732bf85f349b5082aa2867606558cdda0f7d2f8b05b742d0859df7414569a5e32c9e3842bbe4cfddfa0146b6788d511ab75ce9fe15
6
+ metadata.gz: 3260adb20cf64d6108aa4e63dd953ec976cbcf145d176f2c0f23baf6b5d9d3a829b75ac90ade81c201db326aa491cd4a14310a694c0929bcc05072a97938cedd
7
+ data.tar.gz: dc85dea2c79e5d01bc76152ab46410b488f401de75142f066ae4019853eeb4f407760842eaafffe6a5038885d958e74cb94c2b81ce34fe8790a92cb429787d13
data/LICENSE ADDED
@@ -0,0 +1,29 @@
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/_includes/head.html CHANGED
@@ -19,6 +19,9 @@
19
19
  {%- else -%}
20
20
  <link rel="stylesheet" type="text/css" href="{{ "/assets/main-dark.css" | relative_url }}">
21
21
  <link rel="stylesheet" type="text/css" href="{{ "/assets/styles.css" | relative_url }}">
22
+ <link rel="stylesheet" href="/assets/styles/default.css">
23
+ <script src="/assets/highlight.pack.js"></script>
24
+ <script>hljs.initHighlightingOnLoad();</script>
22
25
  {%- endif -%}
23
26
  {%- endif -%}
24
27
 
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: '0.1'
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - b2a3e8, pedr0silva
@@ -73,6 +73,7 @@ executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
+ - LICENSE
76
77
  - LICENSE.txt
77
78
  - README.md
78
79
  - _includes/footer.html