neeshtheme 0.1.8 → 0.1.10
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/_layouts/post.html +15 -1
- data/_sass/_general.scss +8 -0
- data/_sass/_home.scss +8 -9
- data/_sass/_nav.scss +8 -2
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5e6aa5caa85d80c43a36fd8a1051ab74b06cee15f6d1789bd5fddfa8d029535
|
|
4
|
+
data.tar.gz: 3d649a4f6c95a85cd3d68e961c20fd6cbf6de9a22af5bd53496b6c163e3b93c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0326c806eca09103b79e8b51d0795d4988df47dd79e5f871a3e3622c4f32b5c40b27e05532e456f3a40c67cce7e0014b4bf19ca1ba9fc7f83e1df97635b29413
|
|
7
|
+
data.tar.gz: 675e9ffee3dd0e974b21f7d471b2204985fdc475ad40db41da87e9775b409383b3e635abf82c9a1cf2dc9979e42f9864acf02a8595011ffbf2e5d0a42eabe840
|
data/_layouts/post.html
CHANGED
|
@@ -2,4 +2,18 @@
|
|
|
2
2
|
layout: default
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
|
|
6
|
+
|
|
7
|
+
<header class="post-header">
|
|
8
|
+
<h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
|
|
9
|
+
<p class="post-meta">
|
|
10
|
+
<time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
|
|
11
|
+
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
|
|
12
|
+
{{ page.date | date: date_format }}
|
|
13
|
+
</time>
|
|
14
|
+
</header>
|
|
15
|
+
|
|
16
|
+
<div class="post-content e-content" itemprop="articleBody">
|
|
17
|
+
{{ content }}
|
|
18
|
+
</div>
|
|
19
|
+
</article>
|
data/_sass/_general.scss
CHANGED
data/_sass/_home.scss
CHANGED
|
@@ -1,26 +1,25 @@
|
|
|
1
1
|
// Posts
|
|
2
2
|
.home {
|
|
3
|
-
padding:
|
|
4
|
-
border-radius: 4px;
|
|
5
|
-
box-shadow: 0 1px 3px rgba(0,0,0,.25);
|
|
3
|
+
padding: 16px;
|
|
6
4
|
}
|
|
7
5
|
|
|
8
6
|
.post-list-heading {
|
|
9
7
|
|
|
10
8
|
}
|
|
11
9
|
|
|
12
|
-
.post-list {
|
|
10
|
+
ul.post-list {
|
|
13
11
|
list-style: none;
|
|
12
|
+
margin: 0;
|
|
13
|
+
padding: 0;
|
|
14
14
|
|
|
15
15
|
li {
|
|
16
|
-
|
|
17
|
-
border-radius: 4px;
|
|
18
|
-
box-shadow: 0 1px 3px rgba(0,0,0,.25);
|
|
16
|
+
|
|
19
17
|
}
|
|
20
18
|
.post-meta {
|
|
21
|
-
|
|
19
|
+
font-family: sans-serif;
|
|
22
20
|
}
|
|
23
21
|
.post-link {
|
|
24
|
-
|
|
22
|
+
text-decoration: underline;
|
|
23
|
+
color: #33a5ff;
|
|
25
24
|
}
|
|
26
25
|
}
|
data/_sass/_nav.scss
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: neeshtheme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- MisterMjir
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-12-
|
|
11
|
+
date: 2019-12-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -90,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
90
90
|
- !ruby/object:Gem::Version
|
|
91
91
|
version: '0'
|
|
92
92
|
requirements: []
|
|
93
|
-
|
|
94
|
-
rubygems_version: 2.7.6
|
|
93
|
+
rubygems_version: 3.0.3
|
|
95
94
|
signing_key:
|
|
96
95
|
specification_version: 4
|
|
97
96
|
summary: Theme for Neesh and Friends
|