gravid 1.1.1 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8eeb06cb9397e2522e7ce06e148f880f55045ce9a4a7733584f57d2de9cffa70
4
- data.tar.gz: 3d17ec09e8c7f5c5252e9ccee44946439327b63f65dc4b1f6d76bbf6e14bbd87
3
+ metadata.gz: 19c065b07712b8733d5d64a71e4f91c6964d9f42b88c5ff60ceaf36b7e449bd4
4
+ data.tar.gz: b376c9c530e7e201e3153d58090822f193a282d4bd7c2de8be1f193ca713e51f
5
5
  SHA512:
6
- metadata.gz: d8a9256382144990e7c5b4b148533912c5bff2aad9d54b1a6a98494e99f176f9b00ea848086f70475bcca5652ec830987532e379615d94a9af9e3fafc514fcc4
7
- data.tar.gz: 87a86e8f0639bbd8817f898bca56144901db15686484fecec9dbcf69bf70df8e44d5a1a8d28bd571a13a87c010192d1242b209f03603213f5b38be5c06e48690
6
+ metadata.gz: 46fec90e762ca6b7153f73f2bbabe72cb66c04ed76f9e39fb7db6f9b69f690ecf25aa27e6c061b4918ada5f359496b4d142497e08b0643013fc8ca05800a3fa3
7
+ data.tar.gz: ff7293c22eafe35a60f5a82198b25ec5576f7fa7a8da7ea42425b567b4f0538889fa6cabf976e7516f3cf02d7807e16cf0178d496657ebacef056e43d80e23d0
@@ -1,10 +1,9 @@
1
+ <!-- Global site tag (gtag.js) - Google Analytics -->
2
+ <script async src="https://www.googletagmanager.com/gtag/js?id='{{ site.google_analytics.tracking_id }}'"></script>
1
3
  <script>
2
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
3
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
4
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
5
- })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
4
+ window.dataLayer = window.dataLayer || [];
5
+ function gtag(){dataLayer.push(arguments);}
6
+ gtag('js', new Date());
6
7
 
7
- ga('create', '{{ site.google_analytics.tracking_id }}', 'auto');
8
- ga('send', 'pageview');
9
-
10
- </script>
8
+ gtag('config', '{{ site.google_analytics.tracking_id }}');
9
+ </script>
data/_includes/head.html CHANGED
@@ -1,4 +1,5 @@
1
1
  <head>
2
+ {% if site.google_analytics.enable %} {% include google-analytics.html %} {% endif %}
2
3
  <meta charset="utf-8">
3
4
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
5
  <meta name="viewport" content="width=device-width, initial-scale=1">
@@ -39,6 +40,5 @@
39
40
 
40
41
  <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
41
42
 
42
- <script async src="//www.google-analytics.com/analytics.js"></script>
43
43
  <script data-ad-client="ca-pub-1326478359331739" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
44
44
  </head>
@@ -15,7 +15,6 @@
15
15
 
16
16
  {% include footer.html %}
17
17
 
18
- {% if site.google_analytics.enable %} {% include google-analytics.html %} {% endif %}
19
18
  </body>
20
19
 
21
20
  </html>
@@ -7,6 +7,7 @@ html, body {
7
7
  body {
8
8
  padding-top: 60px;
9
9
  font-size: 1.1em;
10
+ font-family: -apple-system, BlinkMacSystemFont, SFProDisplay-Regular;
10
11
  }
11
12
 
12
13
  hr {
@@ -36,4 +37,4 @@ pre {
36
37
 
37
38
  blockquote {
38
39
  color: #666;
39
- }
40
+ }
@@ -4,7 +4,7 @@
4
4
 
5
5
  .site-header {
6
6
  position: fixed;
7
- height: 50px;
7
+ height: 64px;
8
8
  width: 100%;
9
9
  top: 0;
10
10
  left: 0;
@@ -12,7 +12,7 @@
12
12
  border-bottom: 1px solid #eee;
13
13
  background: #fff;
14
14
  z-index: 1;
15
- line-height: 50px;
15
+ line-height: 64px;
16
16
  font-size: 20px;
17
17
  box-sizing: border-box;
18
18
 
@@ -39,13 +39,13 @@
39
39
 
40
40
  .site-nav {
41
41
  float: right;
42
- display: inline-block;
43
42
  font-size: 16px;
44
43
  font-weight: 400;
45
44
  }
46
45
 
47
46
  .sidebar-nav-item {
48
47
  color: black;
48
+ display: inline-block;
49
49
  }
50
50
 
51
51
  .sidebar-nav-item {
@@ -66,8 +66,9 @@
66
66
  }
67
67
 
68
68
  .avatar {
69
- height: 48px;
70
- border-radius: 48px;
69
+ height: 64px;
70
+ border-radius: 64px;
71
+ vertical-align: middle;
71
72
  }
72
73
 
73
74
  .container {
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.1.1
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - zddhub
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-08-10 00:00:00.000000000 Z
11
+ date: 2021-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  - !ruby/object:Gem::Version
133
133
  version: '0'
134
134
  requirements: []
135
- rubygems_version: 3.1.2
135
+ rubygems_version: 3.1.4
136
136
  signing_key:
137
137
  specification_version: 4
138
138
  summary: A simple and beautiful jekyll theme.