jekyll-theme-jt-alpha 0.1.9 → 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/artwork.html +1 -1
- data/_layouts/default.html +3 -1
- data/_layouts/text.html +1 -1
- data/_sass/jekyll-theme-jt-alpha.scss +1 -1
- data/_sass/jekyll-theme-jt-alpha/_layout.scss +18 -12
- data/assets/style.scss +1 -1
- metadata +2 -3
- data/_sass/custom.scss +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '077842c0e2932165e691863d020b2b599f381491'
|
4
|
+
data.tar.gz: aa9c93c064a5a03f3b25b411330fcab9b78e4698
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c237b88191a911d931010c2c81658a8502836d50d2a454206e1808616235033bd2e33f4fd17ab3c3ab08481ca961814bb0c337d4377eaafbbea41545c9c5f102
|
7
|
+
data.tar.gz: 111a10c94f2b534b833f1e7e0fba36ff50b0bb3fcafa4016efcff0c053c6730944e5b77b258c30b8aa8e3d98037a409acfc34f49351af929825bfc90b181d64d
|
data/_layouts/artwork.html
CHANGED
data/_layouts/default.html
CHANGED
@@ -7,11 +7,12 @@
|
|
7
7
|
<title>{{ site.title }}</title>
|
8
8
|
<link rel="stylesheet" type="text/css" href="{{ '/assets/lib/normalize/normalize.css' | relative_url }}">
|
9
9
|
<link rel="stylesheet" href="{{ "/assets/style.css" | relative_url }}">
|
10
|
+
<link rel="stylesheet" href="{{ "/assets/custom.css" | relative_url }}">
|
10
11
|
</head>
|
11
12
|
<body>
|
12
13
|
<article class="global-wrapper">
|
13
14
|
<header class="site-header">
|
14
|
-
<h1><a href="{{ '/' |
|
15
|
+
<h1><a href="{{ '/' | relative_url }}">{{ site.title }}</a></h1>
|
15
16
|
{% if site.description %}
|
16
17
|
<p class="tagline">{{ site.description }}</p>
|
17
18
|
{% endif %}
|
@@ -22,5 +23,6 @@
|
|
22
23
|
</section>
|
23
24
|
{% include footer.html %}
|
24
25
|
</article>
|
26
|
+
<script type="text/javascript" src="{{ "/assets/custom.js" | relative_url }}"></script>
|
25
27
|
</body>
|
26
28
|
</html>
|
data/_layouts/text.html
CHANGED
@@ -109,9 +109,6 @@
|
|
109
109
|
.post-wrapper {
|
110
110
|
header {
|
111
111
|
height: 2rem;
|
112
|
-
h1 {
|
113
|
-
display: none;
|
114
|
-
}
|
115
112
|
}
|
116
113
|
.artwork-content {
|
117
114
|
margin-bottom: 4rem;
|
@@ -150,16 +147,25 @@
|
|
150
147
|
}
|
151
148
|
}
|
152
149
|
}
|
153
|
-
.
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
li {
|
158
|
-
line-height: 1.6rem;
|
150
|
+
.artwork-wrapper {
|
151
|
+
header {
|
152
|
+
h1 {
|
153
|
+
display: none;
|
159
154
|
}
|
160
155
|
}
|
161
|
-
|
162
|
-
|
156
|
+
}
|
157
|
+
.page-wrapper {
|
158
|
+
.page-content {
|
159
|
+
ul {
|
160
|
+
list-style: none;
|
161
|
+
padding-left: 0;
|
162
|
+
li {
|
163
|
+
line-height: 1.6rem;
|
164
|
+
}
|
165
|
+
}
|
166
|
+
.about-info {
|
167
|
+
margin-bottom: 2rem;
|
168
|
+
}
|
163
169
|
}
|
164
170
|
}
|
165
171
|
}
|
@@ -172,7 +178,7 @@
|
|
172
178
|
font-size: 0.8rem;
|
173
179
|
a {
|
174
180
|
text-decoration: underline;
|
175
|
-
color: $metaFontColor;
|
181
|
+
color: $metaFontColor;
|
176
182
|
}
|
177
183
|
}
|
178
184
|
}
|
data/assets/style.scss
CHANGED
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.10
|
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-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -70,7 +70,6 @@ files:
|
|
70
70
|
- _layouts/page.html
|
71
71
|
- _layouts/text.html
|
72
72
|
- _layouts/texts.html
|
73
|
-
- _sass/custom.scss
|
74
73
|
- _sass/jekyll-theme-jt-alpha.scss
|
75
74
|
- _sass/jekyll-theme-jt-alpha/_base.scss
|
76
75
|
- _sass/jekyll-theme-jt-alpha/_fonts.scss
|
data/_sass/custom.scss
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
// To customize, Write your styles here.
|