gravid 1.3.1 → 1.3.5

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
  SHA256:
3
- metadata.gz: cb359de06a24e34ced0b18c0fdd937732e4aa65443eb4a6ca0a72c8fef5b04c1
4
- data.tar.gz: 23d3cbd1789e4004d240a39570965e79d6e898d15ae11bf0b2b5bec8a464cbec
3
+ metadata.gz: d7f8edf3f3828215fbea820818801aefe566b09abf98603298173924bb7ca96a
4
+ data.tar.gz: cc35679a69ad5ab6452a8601c381fee87251a76347e510fa5d6e7fe4caa8ea48
5
5
  SHA512:
6
- metadata.gz: 25fb0ac1b97328b6725fa501cd05969058d2bba7ef8c2437d6f4987018524adbec12d525445c5331a6a40fc0f722978c405d87532d853a051dcc61e240288fae
7
- data.tar.gz: 6798efa133853a270f19913217e3ff03c49191ac62a68c68e83a56abc35b476bae09a26bb95adf96b9f6955f47cf0295b51d257b664148e35b6b83aa1163e49c
6
+ metadata.gz: bd51ab7f9bc5fadef80903d7e386cdfa82193623a1dec77ce9c54d80cb15d72c4fc589dc4723d2c15cfd9616604c94b5d59460c0f57188e789a9f78fcc50286e
7
+ data.tar.gz: 81c5fc3d31e3ef36f581178e55a34895d1e4203b0f1fea988fe622871ce2d18902db73123d395a9b8fb38a4eeaeea99edb3ac7bf4b3b64a575e6c7e2313dba5f
data/_config.yml CHANGED
@@ -30,7 +30,15 @@ exclude:
30
30
  - Gemfile
31
31
  - Gemfile.lock
32
32
 
33
- plugins_dir:
33
+ plugins:
34
+ - jekyll-seo-tag
34
35
  - jekyll-paginate
35
36
  paginate: 3
36
37
  paginate_path: "/journal/page:num/"
38
+
39
+ defaults:
40
+ - scope:
41
+ path: ""
42
+ values:
43
+ image: /assets/avatar.png
44
+
data/_includes/head.html CHANGED
@@ -9,15 +9,11 @@
9
9
  {% if site.slogan and page.url == '/' %} | {{ site.slogan | escape }}{% endif %}
10
10
  </title>
11
11
  <link rel="alternate" type="application/rss+xml" title="RSS feed for {{ site.title | escape }}" href="{{ site.url }}/feed">
12
- <meta name="keywords" content="gravid, zddhub, blog">
12
+ {% if page.tags != null %}
13
+ <meta name="keywords" content="{{ page.tags }}">
14
+ {% endif %}
13
15
  <meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
14
16
 
15
- <meta property="og:type" content="website">
16
- <meta property="og:title" content="{{ page.title | escape }}">
17
- <meta property="og:url" content="{{ page.url | replace:'index.html','' | absolute_url }}">
18
- <meta property="og:site_name" content="{{ site.title }}">
19
- <meta property="og:description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
20
-
21
17
  <link rel="stylesheet" href="/assets/main.css">
22
18
 
23
19
  <link rel="shortcut icon" href="/assets/avatar.png">
@@ -41,4 +37,6 @@
41
37
  <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
42
38
 
43
39
  <script data-ad-client="ca-pub-1326478359331739" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
40
+
41
+ {% seo %}
44
42
  </head>
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  layout: post
3
3
  title: "My second blog"
4
+ tags: second blog, gravid
4
5
  ---
5
6
 
6
7
  Welcome to your new Jekyll theme - gravid!
@@ -72,7 +72,7 @@
72
72
  }
73
73
 
74
74
  .container {
75
- max-width: 800px;
75
+ max-width: 820px;
76
76
  padding: 0 20px;
77
77
  margin: 0 auto;
78
78
  }
@@ -108,6 +108,10 @@
108
108
  border-bottom: none;
109
109
  }
110
110
 
111
+ .journal-list {
112
+ padding-top: 1em;
113
+ }
114
+
111
115
  .journal {
112
116
  margin-bottom: 3em;
113
117
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gravid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - zddhub
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-05 00:00:00.000000000 Z
11
+ date: 2021-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll