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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a452612e868b437683c9f49290ade75efb701e64
4
- data.tar.gz: ed6abb9f10875ba39a6999aecaeef0ce8c508a66
3
+ metadata.gz: '077842c0e2932165e691863d020b2b599f381491'
4
+ data.tar.gz: aa9c93c064a5a03f3b25b411330fcab9b78e4698
5
5
  SHA512:
6
- metadata.gz: ffbb6e1dad6a03c28cb3775ef666b033b8a90f5e6625e2a76dc1c7acf48ab148d2456f4c176021ba07c72f79c2d8a169caafb4d4749bd7fa4f54deccc9c18383
7
- data.tar.gz: 0d83b4c3dfc2b95b489e058eb101f2051a5dcf5aec68a034ef38849d8a5624f4cf43b6c40521354f324587e1cd645c6bd68a615390d31f12caecf5103ab4d61c
6
+ metadata.gz: c237b88191a911d931010c2c81658a8502836d50d2a454206e1808616235033bd2e33f4fd17ab3c3ab08481ca961814bb0c337d4377eaafbbea41545c9c5f102
7
+ data.tar.gz: 111a10c94f2b534b833f1e7e0fba36ff50b0bb3fcafa4016efcff0c053c6730944e5b77b258c30b8aa8e3d98037a409acfc34f49351af929825bfc90b181d64d
@@ -2,7 +2,7 @@
2
2
  layout: default
3
3
  ---
4
4
 
5
- <article class="post-wrapper">
5
+ <article class="post-wrapper artwork-wrapper">
6
6
  <header>
7
7
  <h1>{{page.title}}</h1>
8
8
  </header>
@@ -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="{{ '/' | prepend:site.baseurl }}">{{ site.title }}</a></h1>
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>
@@ -2,7 +2,7 @@
2
2
  layout: default
3
3
  ---
4
4
 
5
- <article class="post-wrapper">
5
+ <article class="post-wrapper text-wrapper">
6
6
  <header>
7
7
  <h1>{{page.title}}</h1>
8
8
  </header>
@@ -11,4 +11,4 @@ $metaFontColor: dimgray;
11
11
  @import "jekyll-theme-jt-alpha/base";
12
12
  @import "jekyll-theme-jt-alpha/fonts";
13
13
  @import "jekyll-theme-jt-alpha/layout";
14
- @import "custom"
14
+ @import "custom"
@@ -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
- .page-content {
154
- ul {
155
- list-style: none;
156
- padding-left: 0;
157
- li {
158
- line-height: 1.6rem;
150
+ .artwork-wrapper {
151
+ header {
152
+ h1 {
153
+ display: none;
159
154
  }
160
155
  }
161
- .about-info {
162
- margin-bottom: 2rem;
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
  }
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  ---
3
3
 
4
- @import "jekyll-theme-jt-alpha";
4
+ @import "jekyll-theme-jt-alpha";
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.9
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-18 00:00:00.000000000 Z
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
@@ -1 +0,0 @@
1
- // To customize, Write your styles here.