jekyll-theme-gaeblogx 1.0.7 → 1.0.8

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
- SHA256:
3
- metadata.gz: ee5475293b588cc17ee3d4d40fa4f6fd52c3f7143bebc1e7c3b5a57ef5ef360f
4
- data.tar.gz: 1fa715906f4eaf44565efbc7aaf2229a44f1034a2d987dd461d8bded350a894f
2
+ SHA1:
3
+ metadata.gz: a824e710b5bc755d5d8f8576df65b3faafa9ecb0
4
+ data.tar.gz: 4bdb5f6b4b695b7641981b23fc017b2ff9f0feaa
5
5
  SHA512:
6
- metadata.gz: fc35875bdfb49b343db7dce5590050697c64d1cc8d19a4d2594786839cac001b37dcc54df01ca43afa3d21d6504ce81da6ab09f2e6d4b9c8ad0b43d3c1188a8f
7
- data.tar.gz: 489b4171d36ea5a27ffcfc9d350084dae5882e6554d67a36374301f43b2b17679e4886e452d853bb53f8efe7504dd1c8d83822ab4432d41dabd15aeb11d3be3a
6
+ metadata.gz: 204c9b847b0ddfcdba7b011f92fe5f018d6fab5e2b2f0cfca3cac034409db481771d0e070393c786a2705368f9df50a0b6bf71c64376e5fda29c84f039339e34
7
+ data.tar.gz: 0bd7d8b33aea012b6694753765d0030109a49d535dd8f28cbd7411606fe2258915a0a145fa9ecb735834a611ab5128b2f9237612c4597d07dba0c672ec0d4c54
data/_layouts/home.html CHANGED
@@ -9,9 +9,9 @@ layout: default
9
9
  <ul>
10
10
  {% for post in paginator.posts %}
11
11
  <li>
12
- <h2>
12
+ <h1>
13
13
  <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
14
- </h2>
14
+ </h1>
15
15
  <div class="label">
16
16
  <div class="label-card">
17
17
  <i class="fa fa-calendar"></i>{{ post.date | date: "%F" }}
data/_sass/_index.scss CHANGED
@@ -14,9 +14,9 @@
14
14
  }
15
15
  li {
16
16
  color: #333;
17
- h2 {
17
+ h1 {
18
18
  border: none;
19
- font-size: 27px;
19
+ font-size: 30px;
20
20
  margin: 0;
21
21
  }
22
22
  .label {
@@ -36,15 +36,18 @@
36
36
  }
37
37
  }
38
38
  .excerpt {
39
- h2 {
39
+ h1 {
40
40
  font-size: 24px;
41
41
  }
42
- h3 {
42
+ h2 {
43
43
  font-size: 22px;
44
44
  }
45
- h4 {
45
+ h3 {
46
46
  font-size: 20px;
47
47
  }
48
+ h4 {
49
+ font-size: 18px;
50
+ }
48
51
  }
49
52
  .read-all {
50
53
  text-align: right;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-gaeblogx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Baby Pepper
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-28 00:00:00.000000000 Z
11
+ date: 2019-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -172,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
172
172
  version: '0'
173
173
  requirements: []
174
174
  rubyforge_project:
175
- rubygems_version: 2.7.7
175
+ rubygems_version: 2.6.13
176
176
  signing_key:
177
177
  specification_version: 4
178
178
  summary: 'Jekyll theme with: tags, categories, archives, and searches'