jekyll-theme-jt-alpha 0.1.3 → 0.1.4a
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/artwork.html +1 -1
- data/_layouts/text.html +1 -1
- data/_layouts/texts.html +1 -1
- data/_sass/jekyll-theme-jt-alpha/_layout.scss +7 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b7e3f4bb5212e1677a41367d92b7e59c5078891f
|
4
|
+
data.tar.gz: 4a90d62a403df2adf5a7a73e4f3367d42827866b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a9f7996d6983b69503f6e9ebe88eef7422c85b425428190443f2fe7418768bcf3ec8d2037abef84cd5bff0f9cc52e5b3544f41277ce99f5c26633edc2f3e99b5
|
7
|
+
data.tar.gz: 3e3692d4bb7cde232333ded89a145be35a3f515a85210690b68a7e504df360bdbebdb1e67cc896ec97becbd212a752b4e49c8e62384814e5d4688fa54ec6b78d
|
data/_layouts/artwork.html
CHANGED
@@ -6,7 +6,7 @@ layout: default
|
|
6
6
|
<header>
|
7
7
|
<h1>{{page.title}}</h1>
|
8
8
|
</header>
|
9
|
-
<section class="post-content artwork-content">
|
9
|
+
<section class="post-content artwork-content {% if page.class %}{{ page.class }}{% endif %}">
|
10
10
|
{% if page.image %}
|
11
11
|
<section class="post-image artwork-image">
|
12
12
|
<img src="{{ page.image | prepend:site.baseurl }}" alt="{{ page.title }}">
|
data/_layouts/text.html
CHANGED
@@ -6,7 +6,7 @@ layout: default
|
|
6
6
|
<header>
|
7
7
|
<h1>{{page.title}}</h1>
|
8
8
|
</header>
|
9
|
-
<section class="post-content text-content">
|
9
|
+
<section class="post-content text-content {% if page.class %}{{ page.class }}{% endif %}">
|
10
10
|
{% if page.image %}
|
11
11
|
<section class="post-image">
|
12
12
|
<img src="{{ page.image | prepend:site.baseurl }}" alt="{{ page.title }}">
|
data/_layouts/texts.html
CHANGED
@@ -8,7 +8,7 @@ layout: default
|
|
8
8
|
</header>
|
9
9
|
<section class="posts-content texts-content">
|
10
10
|
{% assign sorted_posts = site.posts
|
11
|
-
| where:"categories",
|
11
|
+
| where:"categories", page.item %}
|
12
12
|
{% if sorted_posts.size > 0 %}
|
13
13
|
<ul class="posts-list texts-list">
|
14
14
|
{% for post in sorted_posts %}
|
@@ -37,7 +37,7 @@
|
|
37
37
|
}
|
38
38
|
.site-content {
|
39
39
|
position: relative;
|
40
|
-
margin
|
40
|
+
margin: 1rem 1rem 4rem 1rem;
|
41
41
|
h1 {
|
42
42
|
font-size: 1rem;
|
43
43
|
}
|
@@ -106,6 +106,12 @@
|
|
106
106
|
}
|
107
107
|
}
|
108
108
|
.post-wrapper {
|
109
|
+
header {
|
110
|
+
height: 2rem;
|
111
|
+
h1 {
|
112
|
+
display: none;
|
113
|
+
}
|
114
|
+
}
|
109
115
|
.artwork-content {
|
110
116
|
margin-bottom: 4rem;
|
111
117
|
.artwork-image {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-jt-alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4a
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- paikwiki
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-04-
|
11
|
+
date: 2018-04-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -92,9 +92,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
92
92
|
version: '0'
|
93
93
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
94
94
|
requirements:
|
95
|
-
- - "
|
95
|
+
- - ">"
|
96
96
|
- !ruby/object:Gem::Version
|
97
|
-
version:
|
97
|
+
version: 1.3.1
|
98
98
|
requirements: []
|
99
99
|
rubyforge_project:
|
100
100
|
rubygems_version: 2.6.13
|