neeshtheme 0.1.6 → 0.1.7
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/head.html +5 -0
- data/_includes/nav.html +5 -0
- data/_sass/_general.scss +5 -0
- data/_sass/_home.scss +26 -0
- data/_sass/_nav.scss +13 -0
- data/_sass/main.scss +5 -0
- metadata +7 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d6d3173f878ee9e21307622e25994c872efb580299e62f75dc0c82f73e257ee
|
4
|
+
data.tar.gz: 87834f6bc53b4a5e79090b8d5481c827bc50b397eff0f80e7249b466de133eed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22ddc34eb7a7b9b7f57af2c19249a498559f7796251f0e40a651aa2d417046d7afa94b85e3f0f1afe2d6e92edbfb92bfb4b4b852f61c9c56efabda431f03fece
|
7
|
+
data.tar.gz: a096d144259a531d0df01f1faf46e3ec5e9917fe7edad1cc377084858f49fbeaf24a3640783be300118c7836cdfa959eb22c9addebeee4ce53ed11c45a6cdaf7
|
data/_includes/head.html
ADDED
data/_includes/nav.html
ADDED
data/_sass/_general.scss
ADDED
data/_sass/_home.scss
ADDED
@@ -0,0 +1,26 @@
|
|
1
|
+
// Posts
|
2
|
+
.home {
|
3
|
+
padding: 4px;
|
4
|
+
border-radius: 4px;
|
5
|
+
box-shadow: 0 1px 3px rgba(0,0,0,.25);
|
6
|
+
}
|
7
|
+
|
8
|
+
.post-list-heading {
|
9
|
+
|
10
|
+
}
|
11
|
+
|
12
|
+
.post-list {
|
13
|
+
list-style: none;
|
14
|
+
|
15
|
+
li {
|
16
|
+
padding: 4px;
|
17
|
+
border-radius: 4px;
|
18
|
+
box-shadow: 0 1px 3px rgba(0,0,0,.25);
|
19
|
+
}
|
20
|
+
.post-meta {
|
21
|
+
|
22
|
+
}
|
23
|
+
.post-link {
|
24
|
+
|
25
|
+
}
|
26
|
+
}
|
data/_sass/_nav.scss
ADDED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- MisterMjir
|
@@ -61,10 +61,16 @@ extra_rdoc_files: []
|
|
61
61
|
files:
|
62
62
|
- LICENSE.txt
|
63
63
|
- README.md
|
64
|
+
- _includes/head.html
|
65
|
+
- _includes/nav.html
|
64
66
|
- _layouts/default.html
|
65
67
|
- _layouts/home.html
|
66
68
|
- _layouts/page.html
|
67
69
|
- _layouts/post.html
|
70
|
+
- _sass/_general.scss
|
71
|
+
- _sass/_home.scss
|
72
|
+
- _sass/_nav.scss
|
73
|
+
- _sass/main.scss
|
68
74
|
homepage: https://neeshtales.github.io
|
69
75
|
licenses:
|
70
76
|
- MIT
|