jekyll-theme-dusk 0.5.1 → 0.5.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: 98021741a38ec30b0f6cab6fc2fa9b3968101138d2d37d5c512ad70db65bad0c
4
- data.tar.gz: b5162fb63acfb0089e7f7e774e9def719fe3d2c971f943bbc5cd91acaa5ca76d
3
+ metadata.gz: 756be2235e58cc1ab7ee351e85b1c5085ce7ba3b6fedad7a0ff59f292ea869e5
4
+ data.tar.gz: e6b88e1a83b8808573ad277489a2992a4d779de955000f893f7e74a3ba3ae7d1
5
5
  SHA512:
6
- metadata.gz: 869911196277cdebcd6b39188d06624ff99ba1c638db23d7a46b080eddb2f242e3c522fa3e841a2c1976f2deeea42d60606ad9ca8138859dd4625d659d7ab968
7
- data.tar.gz: 52e4957c66e3f9b77393e055a99be7493fb85f16438bd8c5469f7147eae4300f7db771a51cab8dd2d358182188ddd0624bd9b99d79ed2464e5e28c276aa8693e
6
+ metadata.gz: b09e280d10f85bc667542201f21e632b56237ac9d3934482d20a21f3866fdb1d31b56443a3f102baaf19775bf1fb6d392489fac8f911a37ad081cafdd4b432f2
7
+ data.tar.gz: ebf7f0fea7b83597bdc14c43c159813597ae4a93bff2a314875a4bfe5fbcbcb7652932c364e54ad4ca57fa12f22bcefb48c257eb9d12c46073aacea90435f4a7
data/_includes/head.html CHANGED
@@ -1,6 +1,10 @@
1
1
  <head>
2
- <meta charset="utf-8" />
3
- <meta name="viewport" content="width=device-width, initial-scale=1" />
2
+ <meta charset="utf-8">
3
+ <meta name="viewport" content="width=device-width, initial-scale=1">
4
4
  <title>{{ page.title }}</title>
5
- <link rel="stylesheet" href="/assets/css/styles.css" />
5
+ <link rel="stylesheet" href="/assets/css/styles.css">
6
+ <link rel="preload" as="font" href="/assets/fonts/Chivo_Mono/ChivoMono-VariableFont_wght.woff2" type="font/woff2" crossorigin="anonymous">
7
+ <link rel="preload" as="font" href="/assets/fonts/Chivo_Mono/ChivoMono-VariableFont_wght.woff" type="font/woff" crossorigin="anonymous">
8
+ <link rel="preload" as="font" href="/assets/fonts/Titillium_Web/TitilliumWeb-VF.woff2" type="font/woff2" crossorigin="anonymous">
9
+ <link rel="preload" as="font" href="/assets/fonts/Titillium_Web/TitilliumWeb-VF.woff" type="font/woff" crossorigin="anonymous">
6
10
  </head>
data/_sass/base.scss CHANGED
@@ -83,7 +83,7 @@ hr {
83
83
  margin: 0.75vmin;
84
84
 
85
85
  &:after {
86
- content: '';
86
+ content: "";
87
87
  display: block;
88
88
  flex-grow: 10;
89
89
  }
data/_sass/text.scss CHANGED
@@ -1,9 +1,29 @@
1
1
  /* Fonts */
2
2
  /* Display */
3
- @import url('https://fonts.googleapis.com/css2?family=Chivo+Mono:ital,wght@0,200;0,400;0,700;1,200;1,400;1,700&display=swap');
3
+ @import url("https://fonts.googleapis.com/css2?family=Chivo+Mono:ital,wght@0,200;0,400;0,700;1,200;1,400;1,700&display=swap");
4
+ @font-face {
5
+ font-family: "Chivo Mono";
6
+ font-style: normal;
7
+ font-display: swap;
8
+ src:
9
+ url("/assets/fonts/Chivo_Mono/ChivoMono-VariableFont_wght.woff2") format("woff2"),
10
+ url("/assets/fonts/Chivo_Mono/ChivoMono-VariableFont_wght.woff") format("woff"),
11
+ url("/assets/fonts/Chivo_Mono/ChivoMono-Italic-VariableFont_wght.woff2") format("woff2"),
12
+ url("/assets/fonts/Chivo_Mono/ChivoMono-Italic-VariableFont_wght.woff") format("woff");
13
+ }
4
14
 
5
15
  /* Content */
6
- @import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,400;0,700;1,200;1,400;1,700&display=swap');
16
+ @import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,400;0,700;1,200;1,400;1,700&display=swap");
17
+ @font-face {
18
+ font-family: "Titillium Web";
19
+ font-style: normal;
20
+ font-display: swap;
21
+ src:
22
+ url("/assets/fonts/Titillium_Web/TitilliumWeb-VF.woff2") format("woff2"),
23
+ url("/assets/fonts/Titillium_Web/TitilliumWeb-VF.woff") format("woff"),
24
+ url("/assets/fonts/Titillium_Web/TitilliumWeb-Italic-VF.woff2") format("woff2"),
25
+ url("/assets/fonts/Titillium_Web/TitilliumWeb-Italic-VF.woff") format("woff");
26
+ }
7
27
 
8
28
  /* Text formatting */
9
29
  html {
data/_sass/variables.scss CHANGED
@@ -4,11 +4,11 @@ $background-colour: #171717; // Dark Gray
4
4
 
5
5
  /* Templates */
6
6
  @mixin display {
7
- font-family: 'Chivo Mono', monospace;
7
+ font-family: "Chivo Mono", monospace;
8
8
  color: $primary-colour;
9
9
  }
10
10
 
11
11
  @mixin content {
12
- font-family: 'Titillium Web', sans-serif;
12
+ font-family: "Titillium Web", sans-serif;
13
13
  color: white;
14
14
  }
@@ -0,0 +1,93 @@
1
+ Copyright 2019 The Chivo Project Authors (https://github.com/Omnibus-Type/Chivo)
2
+
3
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
+ This license is copied below, and is also available with a FAQ at:
5
+ http://scripts.sil.org/OFL
6
+
7
+
8
+ -----------------------------------------------------------
9
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
+ -----------------------------------------------------------
11
+
12
+ PREAMBLE
13
+ The goals of the Open Font License (OFL) are to stimulate worldwide
14
+ development of collaborative font projects, to support the font creation
15
+ efforts of academic and linguistic communities, and to provide a free and
16
+ open framework in which fonts may be shared and improved in partnership
17
+ with others.
18
+
19
+ The OFL allows the licensed fonts to be used, studied, modified and
20
+ redistributed freely as long as they are not sold by themselves. The
21
+ fonts, including any derivative works, can be bundled, embedded,
22
+ redistributed and/or sold with any software provided that any reserved
23
+ names are not used by derivative works. The fonts and derivatives,
24
+ however, cannot be released under any other type of license. The
25
+ requirement for fonts to remain under this license does not apply
26
+ to any document created using the fonts or their derivatives.
27
+
28
+ DEFINITIONS
29
+ "Font Software" refers to the set of files released by the Copyright
30
+ Holder(s) under this license and clearly marked as such. This may
31
+ include source files, build scripts and documentation.
32
+
33
+ "Reserved Font Name" refers to any names specified as such after the
34
+ copyright statement(s).
35
+
36
+ "Original Version" refers to the collection of Font Software components as
37
+ distributed by the Copyright Holder(s).
38
+
39
+ "Modified Version" refers to any derivative made by adding to, deleting,
40
+ or substituting -- in part or in whole -- any of the components of the
41
+ Original Version, by changing formats or by porting the Font Software to a
42
+ new environment.
43
+
44
+ "Author" refers to any designer, engineer, programmer, technical
45
+ writer or other person who contributed to the Font Software.
46
+
47
+ PERMISSION & CONDITIONS
48
+ Permission is hereby granted, free of charge, to any person obtaining
49
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
+ redistribute, and sell modified and unmodified copies of the Font
51
+ Software, subject to the following conditions:
52
+
53
+ 1) Neither the Font Software nor any of its individual components,
54
+ in Original or Modified Versions, may be sold by itself.
55
+
56
+ 2) Original or Modified Versions of the Font Software may be bundled,
57
+ redistributed and/or sold with any software, provided that each copy
58
+ contains the above copyright notice and this license. These can be
59
+ included either as stand-alone text files, human-readable headers or
60
+ in the appropriate machine-readable metadata fields within text or
61
+ binary files as long as those fields can be easily viewed by the user.
62
+
63
+ 3) No Modified Version of the Font Software may use the Reserved Font
64
+ Name(s) unless explicit written permission is granted by the corresponding
65
+ Copyright Holder. This restriction only applies to the primary font name as
66
+ presented to the users.
67
+
68
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
+ Software shall not be used to promote, endorse or advertise any
70
+ Modified Version, except to acknowledge the contribution(s) of the
71
+ Copyright Holder(s) and the Author(s) or with their explicit written
72
+ permission.
73
+
74
+ 5) The Font Software, modified or unmodified, in part or in whole,
75
+ must be distributed entirely under this license, and must not be
76
+ distributed under any other license. The requirement for fonts to
77
+ remain under this license does not apply to any document created
78
+ using the Font Software.
79
+
80
+ TERMINATION
81
+ This license becomes null and void if any of the above conditions are
82
+ not met.
83
+
84
+ DISCLAIMER
85
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
+ OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -0,0 +1,93 @@
1
+ Copyright (c) 2009-2011 by Accademia di Belle Arti di Urbino and students of MA course of Visual design. Some rights reserved.
2
+
3
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
+ This license is copied below, and is also available with a FAQ at:
5
+ http://scripts.sil.org/OFL
6
+
7
+
8
+ -----------------------------------------------------------
9
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
+ -----------------------------------------------------------
11
+
12
+ PREAMBLE
13
+ The goals of the Open Font License (OFL) are to stimulate worldwide
14
+ development of collaborative font projects, to support the font creation
15
+ efforts of academic and linguistic communities, and to provide a free and
16
+ open framework in which fonts may be shared and improved in partnership
17
+ with others.
18
+
19
+ The OFL allows the licensed fonts to be used, studied, modified and
20
+ redistributed freely as long as they are not sold by themselves. The
21
+ fonts, including any derivative works, can be bundled, embedded,
22
+ redistributed and/or sold with any software provided that any reserved
23
+ names are not used by derivative works. The fonts and derivatives,
24
+ however, cannot be released under any other type of license. The
25
+ requirement for fonts to remain under this license does not apply
26
+ to any document created using the fonts or their derivatives.
27
+
28
+ DEFINITIONS
29
+ "Font Software" refers to the set of files released by the Copyright
30
+ Holder(s) under this license and clearly marked as such. This may
31
+ include source files, build scripts and documentation.
32
+
33
+ "Reserved Font Name" refers to any names specified as such after the
34
+ copyright statement(s).
35
+
36
+ "Original Version" refers to the collection of Font Software components as
37
+ distributed by the Copyright Holder(s).
38
+
39
+ "Modified Version" refers to any derivative made by adding to, deleting,
40
+ or substituting -- in part or in whole -- any of the components of the
41
+ Original Version, by changing formats or by porting the Font Software to a
42
+ new environment.
43
+
44
+ "Author" refers to any designer, engineer, programmer, technical
45
+ writer or other person who contributed to the Font Software.
46
+
47
+ PERMISSION & CONDITIONS
48
+ Permission is hereby granted, free of charge, to any person obtaining
49
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
+ redistribute, and sell modified and unmodified copies of the Font
51
+ Software, subject to the following conditions:
52
+
53
+ 1) Neither the Font Software nor any of its individual components,
54
+ in Original or Modified Versions, may be sold by itself.
55
+
56
+ 2) Original or Modified Versions of the Font Software may be bundled,
57
+ redistributed and/or sold with any software, provided that each copy
58
+ contains the above copyright notice and this license. These can be
59
+ included either as stand-alone text files, human-readable headers or
60
+ in the appropriate machine-readable metadata fields within text or
61
+ binary files as long as those fields can be easily viewed by the user.
62
+
63
+ 3) No Modified Version of the Font Software may use the Reserved Font
64
+ Name(s) unless explicit written permission is granted by the corresponding
65
+ Copyright Holder. This restriction only applies to the primary font name as
66
+ presented to the users.
67
+
68
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
+ Software shall not be used to promote, endorse or advertise any
70
+ Modified Version, except to acknowledge the contribution(s) of the
71
+ Copyright Holder(s) and the Author(s) or with their explicit written
72
+ permission.
73
+
74
+ 5) The Font Software, modified or unmodified, in part or in whole,
75
+ must be distributed entirely under this license, and must not be
76
+ distributed under any other license. The requirement for fonts to
77
+ remain under this license does not apply to any document created
78
+ using the Font Software.
79
+
80
+ TERMINATION
81
+ This license becomes null and void if any of the above conditions are
82
+ not met.
83
+
84
+ DISCLAIMER
85
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
+ OTHER DEALINGS IN THE FONT SOFTWARE.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-dusk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Parmjot Singh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-13 00:00:00.000000000 Z
11
+ date: 2024-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -30,6 +30,26 @@ dependencies:
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: '5.0'
33
+ - !ruby/object:Gem::Dependency
34
+ name: json
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">"
38
+ - !ruby/object:Gem::Version
39
+ version: '0.1'
40
+ - - "<"
41
+ - !ruby/object:Gem::Version
42
+ version: '9.9'
43
+ type: :runtime
44
+ prerelease: false
45
+ version_requirements: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">"
48
+ - !ruby/object:Gem::Version
49
+ version: '0.1'
50
+ - - "<"
51
+ - !ruby/object:Gem::Version
52
+ version: '9.9'
33
53
  description:
34
54
  email:
35
55
  - parmjotsinghrobot@gmail.com
@@ -59,6 +79,16 @@ files:
59
79
  - _sass/text.scss
60
80
  - _sass/variables.scss
61
81
  - assets/css/styles.scss
82
+ - assets/fonts/Chivo_Mono/ChivoMono-Italic-VariableFont_wght.woff
83
+ - assets/fonts/Chivo_Mono/ChivoMono-Italic-VariableFont_wght.woff2
84
+ - assets/fonts/Chivo_Mono/ChivoMono-VariableFont_wght.woff
85
+ - assets/fonts/Chivo_Mono/ChivoMono-VariableFont_wght.woff2
86
+ - assets/fonts/Chivo_Mono/OFL.txt
87
+ - assets/fonts/Titillium_Web/OFL.txt
88
+ - assets/fonts/Titillium_Web/TitilliumWeb-Italic-VF.woff
89
+ - assets/fonts/Titillium_Web/TitilliumWeb-Italic-VF.woff2
90
+ - assets/fonts/Titillium_Web/TitilliumWeb-VF.woff
91
+ - assets/fonts/Titillium_Web/TitilliumWeb-VF.woff2
62
92
  - assets/images/about-icon.png
63
93
  - assets/images/blog-icon.png
64
94
  - assets/images/cross.png