jekyll-theme-aurora 0.1.0

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: 4bc0e89066c64363bad33183cacd5970ffc3d235ac318c31168ef3c28f208c1d
4
+ data.tar.gz: caf9334fa7b5f7a80be4d8c6754fcfbc0e4c5daa5fbc42dbcfd78900baf28a59
5
+ SHA512:
6
+ metadata.gz: 49fb36c134462a2210dd9bf5057263d80eeb299c4f3239d15c4764db3a87accd3ad645fe3f229a38dc4c900e17981fc14cc290eed6c92ebe8ffec85624121e18
7
+ data.tar.gz: ed9eb62371505d24a9350d2c03a0fe47ebc0047b8512405b8bf94f70c07e5c4872071e3fc658e61d30d5bd3c3f869fe8e7594c8128062c15fd70012de0a98a5a
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2020 rjitsu
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
+ # jekyll-theme-aurora
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 "jekyll-theme-aurora"
16
+ ```
17
+
18
+ And add this line to your Jekyll site's `_config.yml`:
19
+
20
+ ```yaml
21
+ theme: jekyll-theme-aurora
22
+ ```
23
+
24
+ And then execute:
25
+
26
+ $ bundle
27
+
28
+ Or install it yourself as:
29
+
30
+ $ gem install jekyll-theme-aurora
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/rjitsu/jekyll-theme-aurora. 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 `jekyll-theme-aurora.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,60 @@
1
+ title: aurora
2
+ author:
3
+ name: rjitsu
4
+ email: rishav.jadon.work@gmail.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
+
10
+ show_excerpts: false # set to true to show excerpts on the homepage
11
+
12
+ paginate: 2
13
+ paginate_path: "/blog/page:num/"
14
+
15
+ aurora:
16
+ date_format: "%b %-d, %Y"
17
+
18
+ # generate social links in footer
19
+ # social_links:
20
+ # twitter: jekyllrb
21
+ # github: jekyll
22
+ # devto: jekyll
23
+ # dribbble: jekyll
24
+ # facebook: jekyll
25
+ # flickr: jekyll
26
+ # instagram: jekyll
27
+ # linkedin: jekyll
28
+ # pinterest: jekyll
29
+ # youtube: jekyll
30
+ # youtube_channel: UC8CXR0-3I70i1tfPg1PAE1g
31
+ # youtube_channel_name: CloudCannon
32
+ # telegram: jekyll
33
+ # googleplus: +jekyll
34
+ # microdotblog: jekyll
35
+ # keybase: jekyll
36
+
37
+ # Mastodon instances
38
+ # mastodon:
39
+ # - username: jekyll
40
+ # instance: example.com
41
+ # - username: jekyll2
42
+ # instance: example.com
43
+
44
+ # GitLab instances
45
+ # gitlab:
46
+ # - username: jekyll
47
+ # instance: example.com
48
+ # - username: jekyll2
49
+ # instance: example.com
50
+
51
+ # If you want to link only specific pages in your header, uncomment
52
+ # this and add the path to the pages in order as they should show up
53
+ #header_pages:
54
+ # - about.md
55
+
56
+ # Build settings
57
+
58
+
59
+ plugins:
60
+ - jekyll-paginate
@@ -0,0 +1,16 @@
1
+ <footer>
2
+ <article class="footerInnerContainer">
3
+ <p>&#169 Rishav Jadon</p>
4
+ <ul class="iconList">
5
+ <li class="icon-twitter">
6
+ <a href="https://twitter.com/rovenclasher"><img src="/assets/icons/icon-twitter.svg" alt="icon-twitter"></a>
7
+ </li>
8
+ <li class="icon-github">
9
+ <a href="https://github.com/rjitsu"><img src="/assets/icons/icon-github.svg" alt=""></a>
10
+ </li>
11
+ <li class="icon-linkedin">
12
+ <a href="https://linkedin.com"><img src="/assets/icons/icon-linkedin.svg" alt="icon-linkedin"></a>
13
+ </li>
14
+ </ul>
15
+ </article>
16
+ </footer>
@@ -0,0 +1,5 @@
1
+ <head>
2
+ <link rel="stylesheet" href="/assets/style.css">
3
+ <meta http-equiv="X-UA-Compatible" content="IE=7">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
+ </head>
@@ -0,0 +1,9 @@
1
+ <header>
2
+ <h1 class="aurora"><a href="{{ "/" | relative_url }}">Aurora</a></h1>
3
+ <div class="theme-switch-wrapper">
4
+ <label class="theme-switch" for="checkbox">
5
+ <input type="checkbox" id="checkbox" />
6
+ <div class="slider round"></div>
7
+ </label>
8
+ </div>
9
+ </header>
@@ -0,0 +1,6 @@
1
+ <nav class="nav">
2
+ <ul class="nav-ul">
3
+ <li class="about"><a href="/about">About</a></li>
4
+ <li class="archive"><a href="/archive">Archive</a></li>
5
+ </ul>
6
+ </nav>
@@ -0,0 +1,32 @@
1
+ <!DOCTYPE html>
2
+ <html lang="{{ page.lang | default: site.lang | default: "en" }}">
3
+
4
+ {%- include head.html -%}
5
+
6
+ <body class="light-theme || dark-theme">
7
+ <article class="container">
8
+ {%- include header.html -%}
9
+
10
+ <main class="page-content" aria-label="Content">
11
+ {% include nav.html %}
12
+ <div class="wrapper">
13
+ {{ content }}
14
+ </div>
15
+ </main>
16
+
17
+ {%- include footer.html -%}
18
+ </article>
19
+ </body>
20
+ <script>
21
+ const btn = document.querySelector('.theme-switch input[type="checkbox"]');
22
+
23
+ // Listen for a click on the button
24
+ btn.addEventListener('click', function() {
25
+ // Then toggle (add/remove) the .dark-theme class to the body
26
+ document.body.classList.toggle('light-theme');
27
+ });
28
+
29
+
30
+ </script>
31
+ </html>
32
+
@@ -0,0 +1,48 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <div>
5
+ {%- if page.title -%}
6
+ <h1>{{ page.title }}</h1>
7
+ {%- endif -%}
8
+
9
+
10
+
11
+ {% if site.paginate %}
12
+ {% assign posts = paginator.posts %}
13
+ {% else %}
14
+ {% assign posts = site.posts %}
15
+ {% endif %}
16
+
17
+
18
+ {%- if posts.size > 0 -%}
19
+ {%- if page.list_title -%}
20
+ <h2>{{ page.list_title }}</h2>
21
+ {%- endif -%}
22
+ <ul class="post-list">
23
+ {%- assign date_format = site.aurora.date_format | default: "%b %-d, %Y" -%}
24
+ {%- for post in posts -%}
25
+ <li class="post-list-item">
26
+ <span class="post-date">{{ post.date | date: date_format }}</span>
27
+ <h3 class="post-title">
28
+ <a href="{{ post.url | relative_url }}">
29
+ {{ post.title | escape }}
30
+ </a>
31
+ </h3>
32
+
33
+
34
+ <p class="post-excerpt">
35
+ {%- if site.show_excerpts -%}
36
+ {{ post.excerpt }}
37
+ {%- endif -%}
38
+ </p>
39
+ </li>
40
+ {%- endfor -%}
41
+ </ul>
42
+
43
+
44
+
45
+
46
+ {%- endif -%}
47
+
48
+ </div>
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {{ content }}
@@ -0,0 +1,13 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+
6
+ <article class="post">
7
+ <h2 class="post-title">{{ page.title | escape }}</h2>
8
+
9
+ <div class="post-content">
10
+ {{ content }}
11
+ </div>
12
+
13
+ </article>
@@ -0,0 +1 @@
1
+ <svg fill="#000000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M10.9,2.1c-4.6,0.5-8.3,4.2-8.8,8.7c-0.6,5,2.5,9.3,6.9,10.7v-2.3c0,0-0.4,0.1-0.9,0.1c-1.4,0-2-1.2-2.1-1.9c-0.1-0.4-0.3-0.7-0.6-1C5.1,16.3,5,16.3,5,16.2C5,16,5.3,16,5.4,16c0.6,0,1.1,0.7,1.3,1c0.5,0.8,1.1,1,1.4,1c0.4,0,0.7-0.1,0.9-0.2c0.1-0.7,0.4-1.4,1-1.8c-2.3-0.5-4-1.8-4-4c0-1.1,0.5-2.2,1.2-3C7.1,8.8,7,8.3,7,7.6C7,7.2,7,6.6,7.3,6c0,0,1.4,0,2.8,1.3C10.6,7.1,11.3,7,12,7s1.4,0.1,2,0.3C15.3,6,16.8,6,16.8,6C17,6.6,17,7.2,17,7.6c0,0.8-0.1,1.2-0.2,1.4c0.7,0.8,1.2,1.8,1.2,3c0,2.2-1.7,3.5-4,4c0.6,0.5,1,1.4,1,2.3v3.3c4.1-1.3,7-5.1,7-9.5C22,6.1,16.9,1.4,10.9,2.1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg fill="#000000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" width="24px" height="24px"><path d="M15,3C8.373,3,3,8.373,3,15c0,6.627,5.373,12,12,12s12-5.373,12-12C27,8.373,21.627,3,15,3z M10.496,8.403c0.842,0,1.403,0.561,1.403,1.309c0,0.748-0.561,1.309-1.496,1.309C9.561,11.022,9,10.46,9,9.712C9,8.964,9.561,8.403,10.496,8.403z M12,20H9v-8h3V20z M22,20h-2.824v-4.372c0-1.209-0.753-1.488-1.035-1.488s-1.224,0.186-1.224,1.488c0,0.186,0,4.372,0,4.372H14v-8h2.918v1.116C17.294,12.465,18.047,12,19.459,12C20.871,12,22,13.116,22,15.628V20z"/></svg>
@@ -0,0 +1 @@
1
+ <svg fill="#000000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M24,4.3c-0.9,0.4-1.8,0.7-2.8,0.8c1-0.6,1.8-1.6,2.2-2.7c-1,0.6-2,1-3.1,1.2C19.3,2.6,18,2,16.6,2 c-2.7,0-4.9,2.2-4.9,4.9c0,0.4,0,0.8,0.1,1.1C7.7,7.8,4.1,5.9,1.7,2.9C1.2,3.6,1,4.5,1,5.4c0,1.7,0.9,3.2,2.2,4.1 C2.4,9.4,1.6,9.2,1,8.9c0,0,0,0,0,0.1c0,2.4,1.7,4.4,3.9,4.8c-0.4,0.1-0.8,0.2-1.3,0.2c-0.3,0-0.6,0-0.9-0.1c0.6,2,2.4,3.4,4.6,3.4 c-1.7,1.3-3.8,2.1-6.1,2.1c-0.4,0-0.8,0-1.2-0.1c2.2,1.4,4.8,2.2,7.5,2.2c9.1,0,14-7.5,14-14c0-0.2,0-0.4,0-0.6 C22.5,6.2,23.3,5.3,24,4.3"/></svg>
@@ -0,0 +1,297 @@
1
+ @import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&display=swap');
2
+ @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
3
+
4
+ :root{
5
+ --primary: #e0d7d7;
6
+ }
7
+
8
+ *,*::before,*::after{
9
+ box-sizing: border-box;
10
+ }
11
+ body{
12
+ margin: 0;
13
+ padding: 0;
14
+ line-height: 1.5;
15
+ font-size:18px;
16
+ height: 100vh;
17
+ width: 100%;
18
+ font-family: Roboto, sans-serif;
19
+ }
20
+
21
+
22
+ article.container{
23
+ min-height: 100%;
24
+ display: grid;
25
+ grid-template-rows: auto 1fr auto;
26
+ grid-template-columns: 100%;
27
+ }
28
+
29
+ h1,h2,h3{
30
+ font-family: 'Petit Formal Script', cursive;
31
+
32
+ }
33
+
34
+ header{
35
+ background: var(--primary);
36
+ display: grid;
37
+ grid-template-columns: minmax(1.2rem, 1fr) minmax(auto, 70ch) minmax(1.2rem, 1fr);
38
+ grid-template-rows: inherit;
39
+ grid-template-areas:
40
+ "... metaheader ....";
41
+ }
42
+
43
+ header h1{
44
+ grid-area: metaheader;
45
+ }
46
+
47
+ .container > *{
48
+ /*padding: .4em;*/
49
+ }
50
+
51
+ main{
52
+ display: grid;
53
+ grid-template-columns: minmax(1.2rem, 1fr) minmax(auto, 70ch) minmax(1.2rem, 1fr);
54
+ grid-template-rows: inherit;
55
+ grid-template-areas:
56
+ ".... metamain ...";
57
+ }
58
+
59
+ main > div {
60
+ grid-area: metamain;
61
+ }
62
+
63
+ footer{
64
+ background: var(--primary);
65
+ margin-top: auto;
66
+ display: grid;
67
+ grid-template-columns: minmax(1.2rem, 1fr) minmax(auto, 70ch) minmax(1.2rem, 1fr);
68
+ grid-template-rows: inherit;
69
+ grid-template-areas:
70
+ "... metafooter ...";
71
+ }
72
+
73
+ footer > *{
74
+ grid-area: metafooter;
75
+ }
76
+
77
+ .footerInnerContainer{
78
+ display: grid;
79
+ grid-template-columns: auto 1fr auto;
80
+ grid-template-rows: 1fr 1fr;
81
+ grid-template-areas:
82
+ "copyright ... text"
83
+ "icons ... text";
84
+ }
85
+
86
+
87
+ .nav-ul{
88
+ padding-left: 1em;
89
+ font-family: 'Petit Formal Script', cursive;
90
+ font-weight: 600;
91
+ cursor: pointer;
92
+ grid-area: ...;
93
+ }
94
+ nav{
95
+ margin:0;
96
+ padding: 0;
97
+ }
98
+ .nav-ul li{
99
+ list-style: none;
100
+ }
101
+
102
+
103
+ img{
104
+ max-width: 100%;
105
+ }
106
+
107
+ blockquote{
108
+ border-left: 4px solid var(--primary);
109
+ background: cornsilk;
110
+ padding:0.4em;
111
+ margin: 0;
112
+ }
113
+
114
+ pre{
115
+ border:2px solid var(--primary);
116
+ background: cornsilk;
117
+ padding:0.4em;
118
+ overflow-x: auto;
119
+ }
120
+
121
+ .iconList{
122
+ list-style: none;
123
+ margin-top: 1em;
124
+ padding: 0;
125
+ grid-area: text;
126
+ }
127
+
128
+ .iconList li{
129
+ display: inline-block;
130
+ margin-right:.5em;
131
+ }
132
+
133
+ table{
134
+ width: 100%;
135
+ border-collapse: collapse;
136
+ }
137
+
138
+ thead{
139
+ display: table-header-group;
140
+ vertical-align: middle;
141
+ border-color: inherit;
142
+ }
143
+
144
+ tbody{
145
+ display: table-row-group;
146
+ vertical-align: middle;
147
+ border-color: inherit;
148
+ }
149
+ th,td{
150
+ padding: 5px 10px;
151
+ border-bottom: 1px solid #e5e5e5;
152
+ }
153
+
154
+ .post-list{
155
+ list-style: none;
156
+ margin: 0;
157
+ padding: 0;
158
+ }
159
+
160
+ .post-list-item{
161
+ /*margin-bottom: 1.5em;*/
162
+ }
163
+
164
+ .post-title{
165
+ margin-top:0em;
166
+ }
167
+
168
+ .post-date{
169
+ font-size: 0.6em;
170
+ margin: 0;
171
+ }
172
+
173
+ .post-excerpt{
174
+ margin: 0;
175
+ padding: 0;
176
+ font-size: 3.5em;
177
+ }
178
+
179
+
180
+ body.dark-theme {
181
+ color: #eee;
182
+ background: #121212;
183
+ --primary: #252525;
184
+ transition: color .5s ease, background .5s ease;
185
+ }
186
+
187
+
188
+ body.dark-theme a {
189
+ color: #809fff;
190
+
191
+ }
192
+
193
+
194
+ body.light-theme {
195
+ color: #222;
196
+ background: #fff;
197
+ --primary: #e0d7d7;
198
+ transition: color .5s ease, background .5s ease;
199
+ }
200
+
201
+ body.light-theme a {
202
+ color: #0033cc;
203
+ }
204
+
205
+ a{
206
+ text-decoration: none;
207
+ }
208
+
209
+ .theme-switch-wrapper{
210
+ grid-area: metaheader;
211
+ direction: rtl;
212
+ }
213
+
214
+ @media (max-width:800px){
215
+ body{
216
+ font-size:20px;
217
+ }
218
+ main{
219
+ display: grid;
220
+ grid-template-columns: 1fr;
221
+ grid-template-rows: auto 1fr;
222
+ grid-template-areas:
223
+ "nav"
224
+ "main";
225
+ }
226
+ .wrapper{
227
+ grid-area: main;
228
+ margin-left:1em;
229
+ }
230
+
231
+
232
+ h1,h2,h3{
233
+ margin:0.5em;
234
+ margin-left: 0;
235
+ }
236
+
237
+ }
238
+
239
+ .theme-switch-wrapper {
240
+ display: flex;
241
+ align-items: center;
242
+
243
+ em {
244
+ margin-left: 10px;
245
+ font-size: 1rem;
246
+ }
247
+ }
248
+ .theme-switch {
249
+ display: inline-block;
250
+ height: 34px;
251
+ position: relative;
252
+ width: 60px;
253
+ }
254
+
255
+ .theme-switch input {
256
+ display:none;
257
+ }
258
+
259
+ .slider {
260
+ background-color: #ccc;
261
+ bottom: 0;
262
+ cursor: pointer;
263
+ left: 0;
264
+ position: absolute;
265
+ right: 0;
266
+ top: 0;
267
+ transition: .4s;
268
+ }
269
+
270
+ .slider:before {
271
+ background-color: #fff;
272
+ bottom: 4px;
273
+ content: "";
274
+ height: 26px;
275
+ left: 4px;
276
+ position: absolute;
277
+ transition: .4s;
278
+ width: 26px;
279
+ }
280
+
281
+ input:checked + .slider {
282
+ background-color: #66bb6a;
283
+ }
284
+
285
+ input:checked + .slider:before {
286
+ transform: translateX(26px);
287
+ }
288
+
289
+ .slider.round {
290
+ border-radius: 34px;
291
+ }
292
+
293
+ .slider.round:before {
294
+ border-radius: 50%;
295
+ }
296
+
297
+
metadata ADDED
@@ -0,0 +1,72 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jekyll-theme-aurora
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - rjitsu
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-11-06 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
+ - rishav.jadon.work@gmail.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - LICENSE.txt
35
+ - README.md
36
+ - _config.yml
37
+ - _includes/footer.html
38
+ - _includes/head.html
39
+ - _includes/header.html
40
+ - _includes/nav.html
41
+ - _layouts/default.html
42
+ - _layouts/home.html
43
+ - _layouts/page.html
44
+ - _layouts/post.html
45
+ - assets/icons/icon-github.svg
46
+ - assets/icons/icon-linkedin.svg
47
+ - assets/icons/icon-twitter.svg
48
+ - assets/style.css
49
+ homepage: https://github.com/rjitsu/jekyll-theme-aurora
50
+ licenses:
51
+ - MIT
52
+ metadata: {}
53
+ post_install_message:
54
+ rdoc_options: []
55
+ require_paths:
56
+ - lib
57
+ required_ruby_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ required_rubygems_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: '0'
67
+ requirements: []
68
+ rubygems_version: 3.1.2
69
+ signing_key:
70
+ specification_version: 4
71
+ summary: A Jekyll theme for writing blogs in a simple way.
72
+ test_files: []