jekyll-theme-jt-alpha 0.1.13 → 0.1.14

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: 0abc2cedf60800378a5c45e98219513699da9938
4
- data.tar.gz: 34d29c770752253362bb806adbf109b23998c408
3
+ metadata.gz: b3211fadcc867a2a6919199af77e31db9a5af645
4
+ data.tar.gz: 3d3826533493dec6499a65eda7f499cc8c6afee8
5
5
  SHA512:
6
- metadata.gz: f31ac1a4f8365da687c3c3d03f438ab955cb2eaa58b38c04d3b75beb587dc7ee6a5caaff8bb67b0b5fb2124df7284af2bf8ced2ab87a8a953f8c50b3ad6df596
7
- data.tar.gz: 99e111a6898d14b8cadb0116c33458738f1b3ce6cfdaec233fb8f41b630b66154f41268fc0bf3bb6df14494926bc3b41196b212220859dccf13abc329dd93479
6
+ metadata.gz: 82c956135fd101017f3e7c0855e01884a25f047fa78d5b28c8deb0da182716cfeb3db8fdd4d30f339a72e5b36d4fb6beaf8db8f911c6e3ad1271cc31cab70cd5
7
+ data.tar.gz: 6e69cb476cd49fa511fa0b7a9c9fc65042971317fb122d72a84aba0bd5adc0a601476ec2688e08a452d85c5415a22b44d5d3971508591db0710015a4daf8daea
@@ -2,7 +2,7 @@
2
2
  layout: page
3
3
  ---
4
4
 
5
- <article class="about-wrapper">
5
+ <div class="about-wrapper">
6
6
  <section class="about-info">
7
7
  {% if site.data.author.description %}
8
8
  <p>{{ site.data.author.description }}</p>
@@ -13,9 +13,9 @@ layout: page
13
13
  </section>
14
14
  {% if site.data.author.exhibitions %}
15
15
  <section class="about-exhibitions">
16
- <h1>Exhibitions</h1>
16
+ <h2>Exhibitions</h2>
17
17
  {% for exgroup in site.data.author.exhibitions %}
18
- <h2>{{ exgroup.title }}</h2>
18
+ <h3>{{ exgroup.title }}</h3>
19
19
  <ul>
20
20
  {% for exitem in exgroup.list %}
21
21
  <li>{{ exitem }}</li>
@@ -24,4 +24,4 @@ layout: page
24
24
  {% endfor %}
25
25
  </section>
26
26
  {% endif %}
27
- </article>
27
+ </div>
@@ -2,6 +2,7 @@
2
2
 
3
3
  $baseFontSize: 10pt;
4
4
  $baseFontColor: #333333;
5
+ $dimFontColor: #555555;
5
6
  $metaFontColor: dimgray;
6
7
 
7
8
  // Import webfont
@@ -7,11 +7,11 @@ h1 {
7
7
  margin-bottom: 1.4em;
8
8
  }
9
9
 
10
- h2 {
10
+ h2, h3, h4 {
11
11
  margin-bottom: 1em;
12
12
  }
13
13
 
14
- h2:before {
14
+ h3:before {
15
15
  content: "-";
16
16
  }
17
17
 
@@ -2,8 +2,19 @@ html {
2
2
  font-size: $baseFontSize;
3
3
  }
4
4
 
5
+ h1, h2, h3, h4 {
6
+ font-size: 1rem;
7
+ }
8
+
5
9
  h1, h2, h3, h4, h5, h6,
6
10
  p, span, pre, a, blockquote {
7
11
  font-family: 'Noto Sans KR', 'Nanum Barun Gothic', 'Nanum Gothic', 'Malgun Gothic', 'Dotum', sans-serif;
12
+ }
13
+
14
+ h1, p, span, pre, a, blockquote {
8
15
  color: $baseFontColor;
9
16
  }
17
+
18
+ h2, h3, h4, h5, h6 {
19
+ color: $dimFontColor;
20
+ }
@@ -9,8 +9,7 @@
9
9
  display: inline-block;
10
10
  margin: 0;
11
11
  margin-right: 0.5rem;
12
- line-height: 1.8rem;
13
- font-size: 1rem;
12
+ line-height: 1.8rem;
14
13
  }
15
14
  .tagline {
16
15
  display: inline-block;
@@ -30,7 +29,7 @@
30
29
  li {
31
30
  padding: 0.5rem;
32
31
  padding-left: 0 ;
33
- padding-top: 0;
32
+ padding-top: 0;
34
33
  list-style: none;
35
34
  }
36
35
  }
@@ -39,12 +38,6 @@
39
38
  .site-content {
40
39
  position: relative;
41
40
  margin: 1rem 1rem 4rem 1rem;
42
- h1 {
43
- font-size: 1rem;
44
- }
45
- h2 {
46
- font-size: 1rem;
47
- }
48
41
  .posts-content {
49
42
  .artworks-list {
50
43
  display: flex;
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.13
4
+ version: 0.1.14
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-23 00:00:00.000000000 Z
11
+ date: 2018-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll