summoner-jekyll-theme 2.1.2 → 2.2.0

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: e8024ac7b36ee91deab8bc6863cf80e5cc68dd1b98e341e3ec96de44ebbde11e
4
- data.tar.gz: 6d9d9979c542ceb6967f9d822725a5fa26d9c8354633b3aeae8545460fb26f68
3
+ metadata.gz: fa6bd464cba61aacf0ce4d8e579915de9523b5c90cae187d231b4d92accf3e3c
4
+ data.tar.gz: 4790570a1e88366c5af11c5d5baf1cab963cf0efd6c6547d62fc975810af28d6
5
5
  SHA512:
6
- metadata.gz: 83d99e7113886643f1bd7ecffcc14fa9a52b93a290e438bc05b9b81f0e22c00aa7ed71ddfda1de4e67c775415e25979dece16a5bef3ee9791d838d50c82b4256
7
- data.tar.gz: 0d6a47ec263091c01a2512c16fad6098e9319eec3f1da835e15183eced8739300f39be342ded0edd964aba2a317f85c1fca5c9ae074ab660ce4dacd4cd573be6
6
+ metadata.gz: 3a38ad810b9210fee32e07229b4907a3f9bc43f2fa63afe7332eb58c845ec3fd0bb826df03fc6b94e85e0e0931fb2aee4850916a456c7c9aaeee58393dfa3d3f
7
+ data.tar.gz: fa0066cf3ef7abdd8141e286a849e8a532ce3287d29da032c6bd7b67918a957767b63017f6536cec019dd13052b8008d24dcd2dcbb383061e02f9308d557e515
@@ -0,0 +1,87 @@
1
+ Copyright 2022 The Maple Mono Project Authors
2
+ (https://github.com/subframe7536/maple-font)
3
+
4
+ This Font Software is licensed under the SIL Open Font License, Version
5
+ 1.1. This license is copied below, and is also available with a FAQ at:
6
+ https://openfontlicense.org
7
+
8
+
9
+ -----------------------------------------------------------
10
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
11
+ -----------------------------------------------------------
12
+
13
+ PREAMBLE The goals of the Open Font License (OFL) are to stimulate
14
+ worldwide development of collaborative font projects, to support the
15
+ font creation efforts of academic and linguistic communities, and to
16
+ provide a free and open framework in which fonts may be shared and
17
+ improved in partnership 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 to any
26
+ document created using the fonts or their derivatives.
27
+
28
+ DEFINITIONS "Font Software" refers to the set of files released by the
29
+ Copyright Holder(s) under this license and clearly marked as such. This
30
+ may include source files, build scripts and documentation.
31
+
32
+ "Reserved Font Name" refers to any names specified as such after the
33
+ copyright statement(s).
34
+
35
+ "Original Version" refers to the collection of Font Software components
36
+ as distributed by the Copyright Holder(s).
37
+
38
+ "Modified Version" refers to any derivative made by adding to, deleting,
39
+ or substituting -- in part or in whole -- any of the components of the
40
+ Original Version, by changing formats or by porting the Font Software to
41
+ a new environment.
42
+
43
+ "Author" refers to any designer, engineer, programmer, technical writer
44
+ or other person who contributed to the Font Software.
45
+
46
+ PERMISSION & CONDITIONS Permission is hereby granted, free of charge, to
47
+ any person obtaining a copy of the Font Software, to use, study, copy,
48
+ merge, embed, modify, redistribute, and sell modified and unmodified
49
+ copies of the Font Software, subject to the following conditions:
50
+
51
+ 1) Neither the Font Software nor any of its individual components, in
52
+ Original or Modified Versions, may be sold by itself.
53
+
54
+ 2) Original or Modified Versions of the Font Software may be bundled,
55
+ redistributed and/or sold with any software, provided that each copy
56
+ contains the above copyright notice and this license. These can be
57
+ included either as stand-alone text files, human-readable headers or in
58
+ the appropriate machine-readable metadata fields within text or binary
59
+ files as long as those fields can be easily viewed by the user.
60
+
61
+ 3) No Modified Version of the Font Software may use the Reserved Font
62
+ Name(s) unless explicit written permission is granted by the
63
+ corresponding Copyright Holder. This restriction only applies to the
64
+ primary font name as presented to the users.
65
+
66
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
67
+ Software shall not be used to promote, endorse or advertise any Modified
68
+ Version, except to acknowledge the contribution(s) of the Copyright
69
+ Holder(s) and the Author(s) or with their explicit written permission.
70
+
71
+ 5) The Font Software, modified or unmodified, in part or in whole, must
72
+ be distributed entirely under this license, and must not be distributed
73
+ under any other license. The requirement for fonts to remain under this
74
+ license does not apply to any document created using the Font Software.
75
+
76
+ TERMINATION This license becomes null and void if any of the above
77
+ conditions are not met.
78
+
79
+ DISCLAIMER THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
80
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
81
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
82
+ NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO
83
+ EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR
84
+ OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL,
85
+ OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR
86
+ OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT
87
+ SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -3,7 +3,8 @@
3
3
  }
4
4
 
5
5
  p code {
6
- background-color: #cccccc;
7
- padding: 1px 5px;
6
+ color: #dddddd;
7
+ background-color: #141414;
8
+ padding: 0px 3px;
8
9
  border-radius: 4px;
9
- }
10
+ }
@@ -1,10 +1,10 @@
1
1
  @font-face {
2
- font-family: 'iA Writer Duo S';
2
+ font-family: 'Maple';
3
3
  font-style: normal;
4
4
  font-weight: normal;
5
5
  src:
6
- local('iA Writer Duo S'),
7
- url('/assets/fonts/iAWriterDuoS-Regular.ttf') format('truetype');
6
+ local('Maple'),
7
+ url('/assets/fonts/MapleMono-NF-CN-Regular.ttf') format('truetype');
8
8
  }
9
9
 
10
10
  @font-face {
@@ -15,12 +15,3 @@
15
15
  local('Syne Mono'),
16
16
  url('/assets/fonts/SyneMono-Regular.ttf') format('truetype');
17
17
  }
18
-
19
- @font-face {
20
- font-family: 'Fira Code';
21
- font-style: normal;
22
- font-weight: normal;
23
- src:
24
- local('Fira Code'),
25
- url('/assets/fonts/FiraCode-Regular.ttf') format('truetype');
26
- }
@@ -1,13 +1,13 @@
1
1
  :root {
2
2
  // Global default font
3
3
  --font-family-sans: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
4
- --font-family-serif: 'iA Writer Duo S';
5
- --font-family-code: 'Fira Code';
4
+ --font-family-serif: 'Maple';
5
+ --font-family-code: 'Maple';
6
6
  --font-family-syne: 'Syne Mono', monospace;
7
7
 
8
8
  // Standard line heights
9
9
  --line-height-headers: 1.1;
10
- --line-height-body: 1.5;
10
+ --line-height-body: 1.3;
11
11
 
12
12
  // Standard font sizes
13
13
  --font-size-xs: 0.75rem; // 12px
@@ -48,4 +48,4 @@
48
48
  // Other helpful colors
49
49
  --color-black: #000000;
50
50
  --color-whiite: #ffffff;
51
- }
51
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: summoner-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rory Dudley
@@ -10,15 +10,14 @@ cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies: []
12
12
  email:
13
- - rory.dudley@gmail.com
13
+ - rory@summoning.net
14
14
  executables: []
15
15
  extensions: []
16
16
  extra_rdoc_files: []
17
17
  files:
18
18
  - LICENSE.txt
19
19
  - README.md
20
- - _data/LICENSE_font_fira_code.txt
21
- - _data/LICENSE_font_ia_writer_duo.txt
20
+ - _data/LICENSE_font_maple.txt
22
21
  - _data/LICENSE_font_syne_mono.txt
23
22
  - _includes/alltags.html
24
23
  - _includes/date.html
@@ -59,9 +58,8 @@ files:
59
58
  - _sass/mixins/_highlight.scss
60
59
  - _sass/mixins/_media.scss
61
60
  - _sass/summoner.scss
62
- - assets/fonts/FiraCode-Regular.ttf
61
+ - assets/fonts/MapleMono-NF-CN-Regular.ttf
63
62
  - assets/fonts/SyneMono-Regular.ttf
64
- - assets/fonts/iAWriterDuoS-Regular.ttf
65
63
  - assets/img/cat.gif
66
64
  - assets/img/check.svg
67
65
  - assets/img/copy.svg
@@ -87,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
85
  - !ruby/object:Gem::Version
88
86
  version: '0'
89
87
  requirements: []
90
- rubygems_version: 4.0.3
88
+ rubygems_version: 4.0.7
91
89
  specification_version: 4
92
90
  summary: My custom jekyll theme for https://summoning.net/.
93
91
  test_files: []
@@ -1,93 +0,0 @@
1
- Copyright (c) 2014, The Fira Code Project Authors (https://github.com/tonsky/FiraCode)
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.
@@ -1,94 +0,0 @@
1
- Copyright © 2018 Information Architects Inc. with Reserved Font Name "iA Writer"
2
- Based on IBM Plex Typeface
3
- Copyright © 2017 IBM Corp. with Reserved Font Name "Plex"
4
-
5
- This Font Software is licensed under the SIL Open Font License, Version 1.1.
6
- This license is copied below, and is also available with a FAQ at:
7
- http://scripts.sil.org/OFL
8
-
9
- -----------------------------------------------------------
10
- SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
11
- -----------------------------------------------------------
12
-
13
- PREAMBLE
14
- The goals of the Open Font License (OFL) are to stimulate worldwide
15
- development of collaborative font projects, to support the font creation
16
- efforts of academic and linguistic communities, and to provide a free and
17
- open framework in which fonts may be shared and improved in partnership
18
- with others.
19
-
20
- The OFL allows the licensed fonts to be used, studied, modified and
21
- redistributed freely as long as they are not sold by themselves. The
22
- fonts, including any derivative works, can be bundled, embedded,
23
- redistributed and/or sold with any software provided that any reserved
24
- names are not used by derivative works. The fonts and derivatives,
25
- however, cannot be released under any other type of license. The
26
- requirement for fonts to remain under this license does not apply
27
- to any document created using the fonts or their derivatives.
28
-
29
- DEFINITIONS
30
- "Font Software" refers to the set of files released by the Copyright
31
- Holder(s) under this license and clearly marked as such. This may
32
- include source files, build scripts and documentation.
33
-
34
- "Reserved Font Name" refers to any names specified as such after the
35
- copyright statement(s).
36
-
37
- "Original Version" refers to the collection of Font Software components as
38
- distributed by the Copyright Holder(s).
39
-
40
- "Modified Version" refers to any derivative made by adding to, deleting,
41
- or substituting -- in part or in whole -- any of the components of the
42
- Original Version, by changing formats or by porting the Font Software to a
43
- new environment.
44
-
45
- "Author" refers to any designer, engineer, programmer, technical
46
- writer or other person who contributed to the Font Software.
47
-
48
- PERMISSION & CONDITIONS
49
- Permission is hereby granted, free of charge, to any person obtaining
50
- a copy of the Font Software, to use, study, copy, merge, embed, modify,
51
- redistribute, and sell modified and unmodified copies of the Font
52
- Software, subject to the following conditions:
53
-
54
- 1) Neither the Font Software nor any of its individual components,
55
- in Original or Modified Versions, may be sold by itself.
56
-
57
- 2) Original or Modified Versions of the Font Software may be bundled,
58
- redistributed and/or sold with any software, provided that each copy
59
- contains the above copyright notice and this license. These can be
60
- included either as stand-alone text files, human-readable headers or
61
- in the appropriate machine-readable metadata fields within text or
62
- binary files as long as those fields can be easily viewed by the user.
63
-
64
- 3) No Modified Version of the Font Software may use the Reserved Font
65
- Name(s) unless explicit written permission is granted by the corresponding
66
- Copyright Holder. This restriction only applies to the primary font name as
67
- presented to the users.
68
-
69
- 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
70
- Software shall not be used to promote, endorse or advertise any
71
- Modified Version, except to acknowledge the contribution(s) of the
72
- Copyright Holder(s) and the Author(s) or with their explicit written
73
- permission.
74
-
75
- 5) The Font Software, modified or unmodified, in part or in whole,
76
- must be distributed entirely under this license, and must not be
77
- distributed under any other license. The requirement for fonts to
78
- remain under this license does not apply to any document created
79
- using the Font Software.
80
-
81
- TERMINATION
82
- This license becomes null and void if any of the above conditions are
83
- not met.
84
-
85
- DISCLAIMER
86
- THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
87
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
88
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
89
- OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
90
- COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
91
- INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
92
- DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
93
- FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
94
- OTHER DEALINGS IN THE FONT SOFTWARE.
Binary file
Binary file