jekyll-theme-eva 0.1.4 → 0.1.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 +4 -4
- data/README.md +6 -2
- data/_config.yml +2 -0
- data/_includes/_meta_head.html +19 -0
- data/_layouts/default.html +2 -0
- data/jekyll-theme-eva.gemspec +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a1fc8f4f1e79481b4897a59a5ada5a8c92765115081072fd64973b62a74967bc
|
|
4
|
+
data.tar.gz: 0b3a821087ce6502f9ac1ba04902e0866456249d2058736e0da1e834234ea82c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54091f68b151e4f02b63b57551315c628e93952cb3f7f53441632a37f327ef0f3179e1b8ccd762fc8ad05dcd3c71847825c852ccfb78eaf9ccc5e9ead99ee38a
|
|
7
|
+
data.tar.gz: fc457adc3c0452d480a83d2761e818b25afbb0060b9a113c7d6360e4837aa75bef28701899302c90ff48828e9079f243fe77c1ecdd782871908610f3e39109c8
|
data/README.md
CHANGED
|
@@ -21,12 +21,16 @@ Set these to your liking:
|
|
|
21
21
|
title_name:
|
|
22
22
|
|
|
23
23
|
# This will be included in website data,
|
|
24
|
-
# may be useful for search engines
|
|
24
|
+
# may be useful for search engines & social sharing
|
|
25
25
|
full_name:
|
|
26
26
|
given_name:
|
|
27
27
|
family_name:
|
|
28
28
|
additional_name:
|
|
29
29
|
|
|
30
|
+
# Also useful for search engines & social sites. Keep under 255 characters
|
|
31
|
+
description: Vector ink & illustration
|
|
32
|
+
twitter_handle: @your_twitter_username
|
|
33
|
+
|
|
30
34
|
job_title:
|
|
31
35
|
|
|
32
36
|
tagline: artist’s jekyll theme
|
|
@@ -40,7 +44,7 @@ Set these to your liking:
|
|
|
40
44
|
links:
|
|
41
45
|
- https://www.instagram.com/<your username>/
|
|
42
46
|
- https://<your username>.tumblr.com/
|
|
43
|
-
# Supported social links:
|
|
47
|
+
# Supported social links: Facebook, Instagram, Tumblr, Twitter, Github.
|
|
44
48
|
|
|
45
49
|
email: example@example.com
|
|
46
50
|
# Or, for spam protection (TODO: automate email encoding):
|
data/_config.yml
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{% assign image_url = "favicon@4x.png" | relative_url %}
|
|
2
|
+
{% assign desc = site.description %}
|
|
3
|
+
{% capture title %}{{ site.title_name }}{% unless page.about.title %}: {{ site.tagline }}{% endunless %}{% endcapture %}
|
|
4
|
+
|
|
5
|
+
<meta name="twitter:title" content="{{ title }}">
|
|
6
|
+
<meta property="og:title" content="{{ title }}" />
|
|
7
|
+
|
|
8
|
+
{% if image_url %}
|
|
9
|
+
<meta itemprop="image" content="{{ image_url }}">
|
|
10
|
+
<meta name="twitter:image" content="{{ image_url }}">
|
|
11
|
+
<meta property="og:image" content="{{ image_url }}" />
|
|
12
|
+
{% endif %}
|
|
13
|
+
|
|
14
|
+
{% if desc %}
|
|
15
|
+
<meta name="description" content="{{ desc }}">
|
|
16
|
+
<meta itemprop="description" content="{{ desc }}">
|
|
17
|
+
<meta name="twitter:description" content="{{ desc }}">
|
|
18
|
+
<meta property="og:description" content="{{ desc }}" />
|
|
19
|
+
{% endif %}
|
data/_layouts/default.html
CHANGED
|
@@ -26,6 +26,8 @@
|
|
|
26
26
|
|
|
27
27
|
{% include _icon_head_links.html %}
|
|
28
28
|
|
|
29
|
+
{% include _meta_head.html %}
|
|
30
|
+
|
|
29
31
|
<script defer src="https://use.fontawesome.com/releases/v5.0.10/js/solid.js" integrity="sha384-Q7KAHqDd5trmfsv85beYZBsUmw0lsreFBQZfsEhzUtUn5HhpjVzwY0Aq4z8DY9sA" crossorigin="anonymous"></script>
|
|
30
32
|
<script defer src="https://use.fontawesome.com/releases/v5.0.10/js/brands.js" integrity="sha384-6jhVhr5a+Z1nLr9h+fd7ocMEo847wnGFelCHddaOOACUeZNoQwFXTxh4ysXVam8u" crossorigin="anonymous"></script>
|
|
31
33
|
<script defer src="https://use.fontawesome.com/releases/v5.0.10/js/fontawesome.js" integrity="sha384-M2FSA4xMm1G9m4CNXM49UcDHeWcDZNucAlz1WVHxohug0Uw1K+IpUhp/Wjg0y6qG" crossorigin="anonymous"></script>
|
data/jekyll-theme-eva.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-eva
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anton Strogonoff
|
|
@@ -79,6 +79,7 @@ files:
|
|
|
79
79
|
- README.md
|
|
80
80
|
- _config.yml
|
|
81
81
|
- _includes/_icon_head_links.html
|
|
82
|
+
- _includes/_meta_head.html
|
|
82
83
|
- _includes/_responsive_image.html
|
|
83
84
|
- _includes/head_symbol_home.html
|
|
84
85
|
- _includes/json_ld_person.html
|