neeshtheme 0.1.8 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 18eea63d11db1f20a788a5028eafd038a9f7b1931f0b5186a25553b762d27d3a
4
- data.tar.gz: 4442a21ba4f1c39f676f89c40c681c4c49f1eed28f33c2672e91029bd08ed799
3
+ metadata.gz: d5e6aa5caa85d80c43a36fd8a1051ab74b06cee15f6d1789bd5fddfa8d029535
4
+ data.tar.gz: 3d649a4f6c95a85cd3d68e961c20fd6cbf6de9a22af5bd53496b6c163e3b93c4
5
5
  SHA512:
6
- metadata.gz: 145f9f6ef91b7578a4d7b33b86b2da56e08e19c0a0c43b6446507ad642e1e12a6540eba374d97617c26a750d2efba41c611c18fc84253b5122fd360481eb9fab
7
- data.tar.gz: d37ed1e5ae474c847a31f1f68491bd275050bf926963a3fbd334d866d44da687fc94d7c634aa1f2bfcbb6211e68a0cf5225a65c2e488ed13a5b289fe140336e1
6
+ metadata.gz: 0326c806eca09103b79e8b51d0795d4988df47dd79e5f871a3e3622c4f32b5c40b27e05532e456f3a40c67cce7e0014b4bf19ca1ba9fc7f83e1df97635b29413
7
+ data.tar.gz: 675e9ffee3dd0e974b21f7d471b2204985fdc475ad40db41da87e9775b409383b3e635abf82c9a1cf2dc9979e42f9864acf02a8595011ffbf2e5d0a42eabe840
@@ -2,4 +2,18 @@
2
2
  layout: default
3
3
  ---
4
4
 
5
- {{ content }}
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>
@@ -1,5 +1,13 @@
1
+ body {
2
+ margin: 0;
3
+ }
4
+
1
5
  p, h1, h2, h3, h4, h5, h6, a {
2
6
  font-family: sans-serif;
3
7
  text-decoration: none;
4
8
  color: #3a3a3a;
5
9
  }
10
+
11
+ .page-content {
12
+ margin-top: 16px;
13
+ }
@@ -1,26 +1,25 @@
1
1
  // Posts
2
2
  .home {
3
- padding: 4px;
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
- padding: 4px;
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
  }
@@ -3,10 +3,16 @@ nav {
3
3
 
4
4
  ul {
5
5
  list-style: none;
6
-
6
+ background-color: #3a3a3a;
7
+ box-shadow: 0 1px 3px rgba(0,0,0,.25);
8
+ margin: 0;
9
+ padding: 0;
10
+
7
11
  li {
8
- a {
12
+ padding: 16px;
9
13
 
14
+ a {
15
+ color: #fff;
10
16
  }
11
17
  }
12
18
  }
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.8
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-30 00:00:00.000000000 Z
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
- rubyforge_project:
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