jekyll-nightlight 0.0.4 → 0.0.6
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 +4 -4
- data/_includes/nav.html +12 -0
- data/_layouts/default.html +1 -0
- data/assets/css/main.css +18 -1
- data/assets/css/override.css +0 -0
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6810cc2c4e5c922d18610517d084166d44e9f50053202498e9aa438eaf324158
|
4
|
+
data.tar.gz: 330e457b3701fb4497f44b3c8c3e6f7b84c74d802f18e3e7c1e4514d98df92f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba44fb5138f8b174adfa6792dce3b68bbb4f831f5e8985ee338202d57e8e060257ba1f68cff736b0b68e777321a587ccd22ea55ed47233b2d2642ad1cbb0988d
|
7
|
+
data.tar.gz: c46c681ec4ca01336fc50265aa8638152f3a56941cf6e9e05f0f0ba4dd74a0e6f8552d48a05b408e834f12ea8f505e952ee30559cbe849a16ab25638cea447db
|
data/_includes/nav.html
CHANGED
@@ -9,7 +9,9 @@
|
|
9
9
|
{% else %}
|
10
10
|
<a href="/">Home</a>
|
11
11
|
{% endif %}
|
12
|
+
|
12
13
|
<!-- -->
|
14
|
+
|
13
15
|
{% if page.path == 'blog.html' %}
|
14
16
|
<a href="/blog.html">
|
15
17
|
<strong class="link-highlight">Blog</strong>
|
@@ -20,6 +22,16 @@
|
|
20
22
|
|
21
23
|
<!-- -->
|
22
24
|
|
25
|
+
{% if page.path == 'about.html' %}
|
26
|
+
<a href="/about.html">
|
27
|
+
<strong class="link-highlight">About</strong>
|
28
|
+
</a>
|
29
|
+
{% else %}
|
30
|
+
<a href="/about.html">About</a>
|
31
|
+
{% endif %}
|
32
|
+
|
33
|
+
<!-- -->
|
34
|
+
|
23
35
|
<!-- {% if page.path == '/resume.html' %}
|
24
36
|
<a href="/resume.html" class="strong"><strong>Resume</strong></a>
|
25
37
|
{% else %}
|
data/_layouts/default.html
CHANGED
data/assets/css/main.css
CHANGED
@@ -149,12 +149,19 @@ section .content .blend-last-child > div:not(:first-child) {
|
|
149
149
|
#page h1 {
|
150
150
|
font-weight: 500;
|
151
151
|
margin: 2rem 0 1rem 0;
|
152
|
+
line-height: 1.2;
|
153
|
+
text-transform: capitalize;
|
152
154
|
}
|
153
155
|
|
154
156
|
#page .page-content {
|
155
157
|
color: #aba3c8;
|
156
158
|
}
|
157
159
|
|
160
|
+
|
161
|
+
#page .page-content img {
|
162
|
+
border-radius: 0.2rem;
|
163
|
+
}
|
164
|
+
|
158
165
|
.post-page h1,
|
159
166
|
.post-page h2,
|
160
167
|
.post-page h3,
|
@@ -174,13 +181,21 @@ section .content .blend-last-child > div:not(:first-child) {
|
|
174
181
|
.blog-post-listing > p {
|
175
182
|
display: flex;
|
176
183
|
align-items: center;
|
184
|
+
justify-content: space-between;
|
185
|
+
}
|
186
|
+
|
187
|
+
@media screen and (max-width: 600px) {
|
188
|
+
.blog-post-listing > p {
|
189
|
+
display: block;
|
190
|
+
}
|
177
191
|
}
|
178
192
|
|
179
193
|
.blog-post-listing > p a {
|
180
194
|
font-weight: 500;
|
181
|
-
font-size: 1.
|
195
|
+
font-size: 1.4em;
|
182
196
|
color: #aba3c8;
|
183
197
|
line-height: 1.2;
|
198
|
+
text-transform: capitalize;
|
184
199
|
}
|
185
200
|
|
186
201
|
.blog-post-listing > p a:hover {
|
@@ -189,6 +204,8 @@ section .content .blend-last-child > div:not(:first-child) {
|
|
189
204
|
|
190
205
|
.blog-post-listing > p small {
|
191
206
|
font-weight: 500;
|
207
|
+
display: block;
|
208
|
+
color: #aba3c88a;
|
192
209
|
}
|
193
210
|
|
194
211
|
@media (max-width: 600px) {
|
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-nightlight
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Abdus
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-04-
|
11
|
+
date: 2020-04-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '1
|
33
|
+
version: '2.1'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '1
|
40
|
+
version: '2.1'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rake
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -67,6 +67,7 @@ files:
|
|
67
67
|
- _layouts/page.html
|
68
68
|
- _layouts/post.html
|
69
69
|
- assets/css/main.css
|
70
|
+
- assets/css/override.css
|
70
71
|
homepage: https://github.com/thisisabdus/nightlight
|
71
72
|
licenses:
|
72
73
|
- MIT
|