nord-docs 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: fcef5846e4879ab67c1213ca8445120b1b329d930b9e7559432ea2b22100eb5e
4
+ data.tar.gz: f72bc97a6d94a97aec36cf7cbf2bf0165fab6ca492be88f60d831e403ab78631
5
+ SHA512:
6
+ metadata.gz: f15dc9baed43cb2ade3a6d6d18f0b8ae1703cb91cfe2a47bcb199f1b06ac106f23da8e38f7ea61f32a804d0b4d2678be9aa8b6c4fa11ebd2a6b425604f204d2d
7
+ data.tar.gz: '09a438eb381b99b490f0191e1c08de0ee510a2afc5cdfe7e67003e7c55d40195827654655277987065421d895f0aa54e21aeb2204f8bc2f080cb960baa33c326'
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2020 Nobody912
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.
@@ -0,0 +1,52 @@
1
+ # nord-docs
2
+
3
+ Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
4
+
5
+ To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
6
+
7
+ TODO: Delete this and the text above, and describe your gem
8
+
9
+
10
+ ## Installation
11
+
12
+ Add this line to your Jekyll site's `Gemfile`:
13
+
14
+ ```ruby
15
+ gem "nord-docs"
16
+ ```
17
+
18
+ And add this line to your Jekyll site's `_config.yml`:
19
+
20
+ ```yaml
21
+ theme: nord-docs
22
+ ```
23
+
24
+ And then execute:
25
+
26
+ $ bundle
27
+
28
+ Or install it yourself as:
29
+
30
+ $ gem install nord-docs
31
+
32
+ ## Usage
33
+
34
+ TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
35
+
36
+ ## Contributing
37
+
38
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
39
+
40
+ ## Development
41
+
42
+ To set up your environment to develop this theme, run `bundle install`.
43
+
44
+ Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
45
+
46
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
47
+ To add a custom directory to your theme-gem, please edit the regexp in `nord-docs.gemspec` accordingly.
48
+
49
+ ## License
50
+
51
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
52
+
@@ -0,0 +1,10 @@
1
+ title: ERIK JI
2
+ author:
3
+ name: GitHub User
4
+ email: your-email@domain.com
5
+ description: > # this means to ignore newlines until "show_excerpts:"
6
+ Write an awesome description for your new site here. You can edit this
7
+ line in _config.yml. It will appear in your document head meta (for
8
+ Google search results) and in your feed.xml site description.
9
+ baseurl: "/me/"
10
+ show_excerpts: false # set to true to show excerpts on the homepage
@@ -0,0 +1,11 @@
1
+ <head>
2
+ <meta charset="utf-8">
3
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1">
5
+ <link rel="stylesheet" href="/assets/css/stylesheet.css">
6
+ <script src="https://kit.fontawesome.com/1729cccd5b.js"
7
+ crossorigin="anonymous"></script>
8
+ <script>
9
+ setTimeout(function(){ document.getElementById("body").style.display = "block"; }, 1000);
10
+ </script>
11
+ </head>
@@ -0,0 +1,33 @@
1
+ <div>
2
+ <div class="row">
3
+ <div class="column">
4
+ <t1 style="text-align: top;">{{ site.title }}</t1>
5
+ </div>
6
+ <div class="column">
7
+ <ul>
8
+ {% for item in site.data.navbar %}
9
+ <li>
10
+ <a style="text-align: top;" href="{{ item.link }}">
11
+ <m1>
12
+ {{ item.name }}
13
+ </m1>
14
+ </a>
15
+ </li>
16
+ {% endfor %}
17
+ </ul>
18
+ </div>
19
+ </div>
20
+ <st1 id="splash"></st1>
21
+ <script>
22
+ var splashArray = ["猴脑狗汪汪叫!",
23
+ "The sun is a deadly laser!",
24
+ "Splash text!",
25
+ "我不会说中文!",
26
+ "Cool. Cool cool cool.",
27
+ "This font is NOT web-safe",
28
+ "d174226fcc7a32c3e3bb1ab43e7fde035701d9682840345484d34d6ad667e16b"];
29
+ document.getElementById("splash").innerHTML = splashArray[Math.floor(Math.random() * splashArray.length)];
30
+ </script>
31
+ <br>
32
+ <hr class="roll">
33
+ </div>
@@ -0,0 +1,16 @@
1
+ <!DOCTYPE html>
2
+ <html lang="{{ page.lang | default: site.lang | default: "en" }}">
3
+ {%- include head.html -%}
4
+ <body>
5
+ <div class="main">
6
+ {%- include header.html -%}
7
+ <br>
8
+ <div id="body" class="body fade-in" style="display:none;">
9
+ {{ content }}
10
+ </div>
11
+ </div>
12
+ </body>
13
+ </html>
14
+
15
+
16
+
@@ -0,0 +1,232 @@
1
+ /* FUTURA PT */
2
+ @font-face {
3
+ font-family: Futura PT;
4
+ font-weight: 300;
5
+ font-size: normal;
6
+ src: url("assets/fonts/FuturaPTLight.otf") format("opentype");
7
+ }
8
+ @font-face {
9
+ font-family: Futura PT;
10
+ font-weight: 300;
11
+ font-style: italic;
12
+ src: url("assets/fonts/FuturaPTLightOblique.otf") format("opentype");
13
+ }
14
+ @font-face {
15
+ font-family: Futura PT;
16
+ font-weight: 400;
17
+ font-style: normal;
18
+ src: url("assets/fonts/FuturaPTBook.otf") format("opentype");
19
+ }
20
+ @font-face {
21
+ font-family: Futura PT;
22
+ font-weight: 400;
23
+ font-style: italic;
24
+ src: url("assets/fonts/FuturaPTBookOblique.otf") format("opentype");
25
+ }
26
+ @font-face {
27
+ font-family: Futura PT;
28
+ font-weight: 500;
29
+ font-style: normal;
30
+ src: url("assets/fonts/FuturaPTMedium.otf") format("opentype");
31
+ }
32
+ @font-face {
33
+ font-family: Futura PT;
34
+ font-weight: 500;
35
+ font-style: italic;
36
+ src: url("assets/fonts/FuturaPTMediumOblique.otf") format("opentype");
37
+ }
38
+ @font-face {
39
+ font-family: Futura PT;
40
+ font-weight: 600;
41
+ font-style: normal;
42
+ src: url("assets/fonts/FuturaPTDemi.otf") format("opentype");
43
+ }
44
+ @font-face {
45
+ font-family: Futura PT;
46
+ font-weight: 600;
47
+ font-style: italic;
48
+ src: url("assets/fonts/FuturaPTDemiOblique.otf") format("opentype");
49
+ }
50
+ @font-face {
51
+ font-family: Futura PT;
52
+ font-weight: 700;
53
+ font-style: normal;
54
+ src: url("assets/fonts/FuturaPTBold.otf") format("opentype");
55
+ }
56
+ @font-face {
57
+ font-family: Futura PT;
58
+ font-weight: 700;
59
+ font-style: italic;
60
+ src: url("assets/fonts/FuturaPTBoldOblique.otf") format("opentype");
61
+ }
62
+ @font-face {
63
+ font-family: Futura PT;
64
+ font-weight: 800;
65
+ font-style: normal;
66
+ src: url("assets/fonts/FuturaPTExtraBold.otf") format("opentype");
67
+ }
68
+ @font-face {
69
+ font-family: Futura PT;
70
+ font-weight: 800;
71
+ font-style: italic;
72
+ src: url("assets/fonts/FuturaPTExtraBoldOblique.otf") format("opentype");
73
+ }
74
+ @font-face {
75
+ font-family: Futura PT;
76
+ font-weight: 900;
77
+ font-style: normal;
78
+ src: url("assets/fonts/FuturaPTHeavy.otf") format("opentype");
79
+ }
80
+ @font-face {
81
+ font-family: Futura PT;
82
+ font-weight: 900;
83
+ font-style: italic;
84
+ src: url("assets/fonts/FuturaPTHeavyOblique.otf") format("opentype");
85
+ }
86
+ /* DANK MONO */
87
+ @font-face {
88
+ font-family: Dank Mono NF;
89
+ font-weight: 400;
90
+ font-style: normal;
91
+ src: url("assets/fonts/Dank Mono Regular Nerd Font Complete.otf") format("opentype");
92
+ }
93
+ @font-face {
94
+ font-family: Dank Mono NF;
95
+ font-weight: 400;
96
+ font-style: italic;
97
+ src: url("assets/fonts/Dank Mono Italic Nerd Font Complete.otf") format("opentype");
98
+ }
99
+ /* Animations */
100
+ .fade-in {
101
+ animation: fadeIn ease .5s;
102
+ }
103
+ @keyframes fadeIn {
104
+ 0% {
105
+ opacity:0;
106
+ }
107
+ 100% {
108
+ opacity:1;
109
+ }
110
+ }
111
+ .roll {
112
+ animation: rollOut ease .5s;
113
+ }
114
+ @keyframes rollOut {
115
+ from {
116
+ width: 0%;
117
+ }
118
+ to {
119
+ width: 100%;
120
+ }
121
+ }
122
+ /* Format Stuff */
123
+ body {
124
+ background-color: #2e3440;
125
+ }
126
+ h1, h2, h3, h4, t1, st1 {
127
+ margin: 0;
128
+ padding: 0;
129
+ }
130
+ h1, h2, h3, h4, t1 {
131
+ color: #81a1c1;
132
+ }
133
+ t1 {
134
+ font-family: Futura PT, Arial, Helvetica, sans-serif;
135
+ font-weight: 700;
136
+ font-size: 4em;
137
+ }
138
+ st1 {
139
+ font-family: Futura PT, Arial, Helvetica, sans-serif;
140
+ font-weight: 300;
141
+ font-style: italic;
142
+ font-size: 2em;
143
+ color: #d8dee9;
144
+ }
145
+ m1 {
146
+ font-family: Futura PT, Arial, Helvetica, sans-serif;
147
+ font-weight: 300;
148
+ font-style: italic;
149
+ font-size: 1.5em;
150
+ color: #d8dee9;
151
+ vertical-align: top;
152
+ }
153
+ h1 {
154
+ font-family: Futura PT, Arial, Helvetica, sans-serif;
155
+ font-weight: 700;
156
+ font-size: 2.5em;
157
+ }
158
+ h2 {
159
+ font-family: Futura PT, Arial, Helvetica, sans-serif;
160
+ font-weight: 700;
161
+ font-size: 2em;
162
+ }
163
+ h3 {
164
+ font-family: Futura PT, Arial, Helvetica, sans-serif;
165
+ font-weight: 700;
166
+ font-size: 1.5em;
167
+ }
168
+ h4 {
169
+ font-family: Futura PT, Arial, Helvetica, sans-serif;
170
+ font-weight: 700;
171
+ font-size: 1em;
172
+ }
173
+ p {
174
+ font-family: Dank Mono NF;
175
+ font-weight: 400;
176
+ font-size: 1em;
177
+ color: #d8dee9;
178
+ margin-top: 0;
179
+ margin-bottom: 0;
180
+ }
181
+ hr {
182
+ color: #d8dee9;
183
+ width: 100%;
184
+ float: left;
185
+ }
186
+ ul {
187
+ list-style-type: none;
188
+ margin: 0;
189
+ padding: 0;
190
+ overflow: hidden;
191
+ background-color: #2e3440;
192
+ }
193
+ li {
194
+ float: right;
195
+ vertical-align: top;
196
+ }
197
+ li a {
198
+ font-family: Futura PT, Arial, Helvetica, sans-serif;
199
+ font-weight: 500;
200
+ display: block;
201
+ text-align: center;
202
+ padding-left: 1.5em;
203
+ padding-right: 0;
204
+ text-decoration: none;
205
+ }
206
+ a:link {
207
+ color: #81a1c1;
208
+ transition: 0.2s;
209
+ }
210
+ a:visited {
211
+ color: #b48ead;
212
+ }
213
+ a:active {
214
+ color: #5e81ac;
215
+ }
216
+ .column {
217
+ float: left;
218
+ width: 50%;
219
+ }
220
+ .row:after {
221
+ content: "";
222
+ display: table;
223
+ clear: both;
224
+ }
225
+ .body {
226
+ width: 75%;
227
+ padding: 0;
228
+ }
229
+ .main {
230
+ padding: 5%;
231
+ width: 90%;
232
+ }
@@ -0,0 +1,52 @@
1
+ -----BEGIN PGP PUBLIC KEY BLOCK-----
2
+
3
+ mQINBF7moPgBEACexmm5TddjgPuXK71YDWh7Bby1aJfN3fAAvZsBGE7NbMztMDD3
4
+ Ljq8+YR6dsmbkdImqtSjAkGQNfDonzTw7xz/Hiz+kWiQKUz7QCaNFt0W571DpLLZ
5
+ jOx5ksMKFgcq08rMt5jdZJPn/2qnY25kozkshL9NuyAiQDuBjuollw9Q3BTPJkxZ
6
+ 0n3+zTgsjgqux36Cqbgicf7Z894evP760aMz7rr89nQAXJexOIaTU1VGD+1EE9fo
7
+ mn7utFV+nnmXfy53/wBIXXL7zWQj9FH+KSDvbg1/joGuol8kcaHRbOjRVJBDEQWG
8
+ 3KMPMoLxQntT0QusLzIrWtGlQUWeeDt/nNZm7jXtpqr7LbjrZVK5dPC4CxYQd2UI
9
+ bn6r7ibBCQHeRKjbqrj9b4ngFWK6uAc1as3winiUZUpFzMGXxFC6zHAh67GMZ1xB
10
+ EuOe1I5rH0ZFQvr1fHqdPak1orCryiLncPNwYgfBNBmIagPA48ysAs7FGFZt3kgj
11
+ ROdPXDbM9/OR1ivUURY4ChLbOH2d1ULVcK4g7qeuOCWjC2guxA9GY7XtUWOUvOHV
12
+ yhLKtKwj0Fx0ntNbxr3JU4u4dLK8lwVCKHrx6AhRjIAMedNVl7/dZGan2WYsLHHb
13
+ Hp+lRoCqrYMlaBnxfpTrirsKPbXmFn5UDvuOb0Yvt2oqWUMw4IijvBWTmQARAQAB
14
+ tD1FaWsgSmkgKEZvciBzZW5zaXRpdmUgY29tbXVuaWNhdGlvbnMuKSA8ZXJpa2pp
15
+ djEuMEBnbWFpbC5jb20+iQJOBBMBCAA4FiEElqMu5B55FQYmszZNmX0mrAdV3doF
16
+ Al7moPgCGwMFCwkIBwIGFQoJCAsCBBYCAwECHgECF4AACgkQmX0mrAdV3drE9Q/9
17
+ FIbiARcuP2Gdh0t9MYilEWeCaX1/TthO9LVfjos69+AHOQQ97MNqifgE94PkUulg
18
+ 51W0vawbbnlUtyK5xNtZREecGHndB+9wwEr5tT+dOuP1+s99kw66fr0J32+QkkW2
19
+ fpues0KPHgDW0hEyAypLYTMxxX/w+Lel6vAE63lTzW3a2Uu7lrfUmqTv7AbyJoHH
20
+ n/oL79eVk/Wqm5OxvCijDjwIZnG+Ad2UaYKYEIepv43wbFUpATO/D2o8sn3XFFj4
21
+ EC1n9IHShFLjNX1s92026YlFlnmD4zxSMdlbpan8/GiD2m+0MViYAKi5N4TVYs2I
22
+ OE2nRIdr3PamKG5h17aJVLxt7ETzO0uOS5OlpCkP1bGUQQZyKh1cNoNQE7sJCT1J
23
+ Qqqj0DVeNzvsQ57Xsef06OWnqV9NcMMLf7jPq/CoJCTlCqwS76+frI4JhNyd28i8
24
+ WbWE0HKuRvWiQUTlWn0LKIOywCI6QOOJlXNRNG1ythXEGuKln4FCp0NJlR91L/Nw
25
+ SMBDmYPsAzUjkE7yGmcDfAlaVBlmrSNpE+kIouw+jtYrmQgp7ms8J6sAKHkmwYo6
26
+ v3LBqtTrEtJ1z6YEFfb5dkJsJncXlCXyuPvx9E2Hs5fC2NQPms/v6ALYUUW6VYUb
27
+ GzImQ3QhXmxD+Iu9udc/CR4Jh0sCncaOy/ccAeiTFxC5Ag0EXuag+AEQAMdZb/0C
28
+ VbIAJKS0TWHbQZRZEVuPZbzzmnZSZJB6jjcso1qKEydfUv3ER5DqmZtlAF9Mu4R5
29
+ 9MiWFmE7pUZfk1Wwkaae8JkUFSRMHbMT0/TwjKdEJmqFacO5RJMpVB49iX6Z4bpg
30
+ hV3onltyHVVERFV9NVSIO5VPKgw5oMkU1uyGgjO16//L03ckdwwAzrlQW6VTYtFW
31
+ sobgbhSRCQ7tyPrucfy7icAowQrXjPbQnF1YvpbdnjRUnItfk2L7QeTC+n2ly7IY
32
+ WCxkSNB+zqaDAUoPSr3AYJQuKXtEGDyEKJN1PII3m+MGRPUleW8Io7QGWj68k+zZ
33
+ 2CpuXQerZJEWenBd0Pmty34dxeyAu1yGMLSecj4TP4uKvoL6O4nvpn98MUDsNnS4
34
+ KlDS8QCMRoqiX37wDekOLknjAGgajq5ZuhGKiMcjUTP6O+c8iIYtQ7akdDCrobZL
35
+ qDY0v96IgOmqL0gmoZXT3v4db3j54XfsDAKm8JwbGaRsirNGVRQnFqYKQYji4jIw
36
+ dzRnLSWyzYZjdlVd02EisLV5IbIZ0GZBxqZyfiSN2VVuDXtAISSI5YCpOfZxCs4n
37
+ AYJQmpYXuQvSyhBYc8R0mta6hW27LwRHe9LO2WzPv5joCgEIlKc4Aq+QIUeRKeI0
38
+ pzD3bkwujOPDEb3c7B+3Algc8C6azKhcDPiZABEBAAGJAjYEGAEIACAWIQSWoy7k
39
+ HnkVBiazNk2ZfSasB1Xd2gUCXuag+AIbDAAKCRCZfSasB1Xd2mW8D/4hSPTLw3mz
40
+ WQFCYPLxfg7gKPiGqBe2KDI72I+vCE+vRWeYQz4GQvLtDt3aOeYr9pY3Xwf5tfkl
41
+ nRnDIPoq6sEQ6mfZws363AGG0bzL0HRK1EN1kkKbhAau+DIfnnvkVB3vkgBQWcw8
42
+ ojHMX89JfPRbrOg4w2MyVNYfs5dDkEkIdYVvP3m0XyBAnj7+dy7hnhGd1opyOlki
43
+ mYa17qWwCIUoE8UHm8dO19xIz6VwvFW1yfjJzYmTabO2yU5CTtMU7Ff2eBCJRErN
44
+ DIpPKm7zMMthDpypj+hNnyRzXFFNCBkjpCt45yMvUVYTzpQJ+F6sAePduqHrEViz
45
+ H79T6BSS/iRa0Cj5lcbejztgBxxCuToum+71AAHdtzBhkXbNtCZa4Q5r+W06ddm7
46
+ Z6S7/p5ieDbwhm/USLNlTbjCMF/NAv06NGKrJVNxMJyZzsvID6rxo8qoRu5WKZlP
47
+ Ahm84y4lemJpMoXZJH5PIwrDme36fHjlc63BeuWUDHfsrnd7rPdhjYBpm3irozxJ
48
+ LT1DgQJbou/NT7ZTAJpMlAjz0B7QCikcTA1TWShIBx2Iie9QUk8q+OgO9mKZZMI4
49
+ BN3xIWCKDZd54bZJRD2m2QKmpQOTdInpUDUX621efFuLMbbQBm5SpX+gttSR3leY
50
+ UmA457JDIxS09wgKj5jUrNCi9RRAalDypQ==
51
+ =W0Gb
52
+ -----END PGP PUBLIC KEY BLOCK-----
metadata ADDED
@@ -0,0 +1,81 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: nord-docs
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - Nobody912
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-06-17 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '4.1'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '4.1'
27
+ description:
28
+ email:
29
+ - 41035180+Nobody912@users.noreply.github.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - LICENSE.txt
35
+ - README.md
36
+ - _config.yml
37
+ - _includes/head.html
38
+ - _includes/header.html
39
+ - _layouts/default.html
40
+ - assets/css/assets/fonts/Dank Mono Italic Nerd Font Complete.otf
41
+ - assets/css/assets/fonts/Dank Mono Regular Nerd Font Complete.otf
42
+ - assets/css/assets/fonts/FuturaPTBold.otf
43
+ - assets/css/assets/fonts/FuturaPTBoldOblique.otf
44
+ - assets/css/assets/fonts/FuturaPTBook.otf
45
+ - assets/css/assets/fonts/FuturaPTBookOblique.otf
46
+ - assets/css/assets/fonts/FuturaPTDemi.otf
47
+ - assets/css/assets/fonts/FuturaPTDemiOblique.otf
48
+ - assets/css/assets/fonts/FuturaPTExtraBold.otf
49
+ - assets/css/assets/fonts/FuturaPTExtraBoldOblique.otf
50
+ - assets/css/assets/fonts/FuturaPTHeavy.otf
51
+ - assets/css/assets/fonts/FuturaPTHeavyOblique.otf
52
+ - assets/css/assets/fonts/FuturaPTLight.otf
53
+ - assets/css/assets/fonts/FuturaPTLightOblique.otf
54
+ - assets/css/assets/fonts/FuturaPTMedium.otf
55
+ - assets/css/assets/fonts/FuturaPTMediumOblique.otf
56
+ - assets/css/stylesheet.css
57
+ - assets/media/public-key.gpg
58
+ homepage: https://nobody912.github.io
59
+ licenses:
60
+ - MIT
61
+ metadata: {}
62
+ post_install_message:
63
+ rdoc_options: []
64
+ require_paths:
65
+ - lib
66
+ required_ruby_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: '0'
71
+ required_rubygems_version: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ requirements: []
77
+ rubygems_version: 3.1.2
78
+ signing_key:
79
+ specification_version: 4
80
+ summary: Nord theme basic documentation.
81
+ test_files: []