bubblin-jekyll 1.2.3 → 1.2.4
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/_includes/head.html +25 -2
- data/assets/images/android-chrome-192x192.png +0 -0
- data/assets/images/android-chrome-512x512.png +0 -0
- data/assets/images/apple-touch-icon.png +0 -0
- data/assets/images/browserconfig.xml.erb +12 -0
- data/assets/images/favicon-16x16.png +0 -0
- data/assets/images/favicon-32x32.png +0 -0
- data/assets/images/manifest.json.erb +21 -0
- data/assets/images/mstile-144x144.png +0 -0
- data/assets/images/mstile-150x150.png +0 -0
- data/assets/images/mstile-310x150.png +0 -0
- data/assets/images/mstile-310x310.png +0 -0
- data/assets/images/mstile-70x70.png +0 -0
- data/assets/images/safari-pinned-tab.svg +1 -0
- metadata +15 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ad23bb7a320b962a4f717ac9c36e73de0d390f403e7ba62c4590cde27d8928ce
|
|
4
|
+
data.tar.gz: '09eaa3323cdecc84e665bcfe888d7cb09d4f457481265785d28721e48f9f0358'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 39019834f5d91bae46002c5ff78f66a74265a068a661822cd4e78333e1f3819920cc8284a2a2babd82ca6c7271eaf736744e8110f682ad4d3869ace08609fdbb
|
|
7
|
+
data.tar.gz: e54e19c9b203f447309c23b260a0a0b17acb2d6e5e8ababdd43e399d18dcfcd5f2eab8bb8a5dab3ae085bbbd8310ec809d1fe81f88b1ddf439aa3ba4867649e2
|
data/_includes/head.html
CHANGED
|
@@ -1,7 +1,30 @@
|
|
|
1
1
|
<head>
|
|
2
2
|
<meta charset="utf-8">
|
|
3
|
-
<meta
|
|
4
|
-
<meta
|
|
3
|
+
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
4
|
+
<meta content="IE=edge, chrome=1" http-equiv="X-UA-Compatible">
|
|
5
|
+
<meta content="default" name="apple-mobile-web-app-status-bar-style">
|
|
6
|
+
<meta content="yes" name="apple-mobile-web-app-capable">
|
|
7
|
+
<meta content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0, shrink-to-fit=no viewport-fit=cover" name="viewport">
|
|
8
|
+
<meta content="E7rBnL5blfPQnr2ATZibbYWpFc83hvDTfcMOUl0zqM8" name="google-site-verification">
|
|
9
|
+
<meta content="notranslate" name="google">
|
|
10
|
+
|
|
11
|
+
<link rel="apple-touch-icon" sizes="180x180" href="{{site.url}}/assets/images/apple-touch-icon.png">
|
|
12
|
+
<link rel="icon" sizes="32x32" type="image/png" href="{{site.url}}/assets/images/favicon-32x32.png">
|
|
13
|
+
<link rel="shortcut icon" type="image/png" href="{{site.url}}/assets/images/favicon.png">
|
|
14
|
+
<link rel="icon" sizes="16x16" type="image/png" href="{{site.url}}/assets/images/favicon-16x16.png">
|
|
15
|
+
<link rel="manifest" href="{{site.url}}/assets/images/manifest.json">
|
|
16
|
+
<link rel="mask-icon" color="#5bbad5" href="{{site.url}}/assets/images/safari-pinned-tab.svg">
|
|
17
|
+
<link rel="shortcut icon" href="{{site.url}}/assets/images/favicon.ico">
|
|
18
|
+
|
|
19
|
+
<meta content="The Bubblin Blog" name="apple-mobile-web-app-title">
|
|
20
|
+
<meta content="The Bubblin Blog" name="application-name">
|
|
21
|
+
<meta content="#ffab00" name="msapplication-TileColor">
|
|
22
|
+
|
|
23
|
+
<meta content="{{site.url}}/assets/images/mstile-144x144.png" name="msapplication-TileImage">
|
|
24
|
+
<meta content="{{site.url}}/assets/images/browserconfig.xml" name="msapplication-config">
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
5
28
|
{% seo %}
|
|
6
29
|
<link rel="stylesheet" href="{{ '/assets/main.css' | relative_url }}">
|
|
7
30
|
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ " /feed.xml " | relative_url }}">
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<browserconfig>
|
|
3
|
+
<msapplication>
|
|
4
|
+
<tile>
|
|
5
|
+
<square70x70logo src="<%= asset_path 'favicon/mstile-70x70.png' %>"/>
|
|
6
|
+
<square150x150logo src="<%= asset_path 'favicon/mstile-150x150.png' %>"/>
|
|
7
|
+
<square310x310logo src="<%= asset_path 'favicon/mstile-310x310.png' %>"/>
|
|
8
|
+
<wide310x150logo src="<%= asset_path 'favicon/mstile-310x150.png' %>"/>
|
|
9
|
+
<TileColor>#ffab00</TileColor>
|
|
10
|
+
</tile>
|
|
11
|
+
</msapplication>
|
|
12
|
+
</browserconfig>
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Bubblin Superbooks",
|
|
3
|
+
"short_name": "Bubblin",
|
|
4
|
+
"description": "An online café of books, comics and magazines.",
|
|
5
|
+
"icons": [
|
|
6
|
+
{
|
|
7
|
+
"src": "<%= asset_path 'favicon/android-chrome-192x192.png' %>",
|
|
8
|
+
"sizes": "192x192",
|
|
9
|
+
"type": "image/png"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"src": "<%= asset_path 'favicon/android-chrome-512x512.png' %>",
|
|
13
|
+
"sizes": "512x512",
|
|
14
|
+
"type": "image/png"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"theme_color": "#ffffff",
|
|
18
|
+
"background_color": "#ffffff",
|
|
19
|
+
"display": "standalone",
|
|
20
|
+
"orientation": "landscape-primary"
|
|
21
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="1365.333" height="1365.333" viewBox="0 0 1024.000000 1024.000000"><path d="M507.6 35.9c-.3.4-9 1.1-19.3 1.5-20.7.8-20.7.8-37.8 3-12.2 1.5-23.7 3.4-35.5 6-3.6.7-10.1 2.1-14.5 3-4.4 1-9.1 2.1-10.5 2.6-1.4.5-5.9 1.8-10 3-34.6 10.1-67.4 23.6-98.5 40.8-10.5 5.8-34.1 20.5-41.2 25.6-2.3 1.7-6.1 4.4-8.4 6.1-43.2 30.9-88.2 78.4-118.1 124.5-12.1 18.7-26.9 45.6-34.6 63-8.3 18.8-15.3 37.1-20.1 53-1.8 5.8-3.6 11.6-4.1 13-1.2 3.2-7.6 29.9-9 37-3.6 19.3-6.4 40-7.8 59-.9 12.5-.9 57 0 69 1 12.4 2.6 27.8 3.4 31.2.3 1.5 1.2 6.9 2 12 4.9 32.2 17.4 77 28.4 101.3.5 1.1 2 4.7 3.4 8 4.8 11.9 18.7 39.4 25.8 51.5 23.1 38.8 46.9 69.1 78.9 100.5 43.3 42.3 89.2 73.2 142.9 96.2 9.6 4.1 18.4 7.8 19.5 8.3 1.1.5 3.8 1.4 6 2.1 2.2.6 4.5 1.5 5 1.9.6.4 2.6 1.1 4.5 1.5 1.9.4 4.1 1.1 5 1.5 1.7 1 8.8 3 34 10.1 14.9 4.1 44.3 9 69 11.5 17.8 1.8 65.4 2.6 78 1.3 4.7-.5 13.2-1.3 19-1.9 13.4-1.3 31.6-4.1 48.5-7.5 14.9-3 47.7-12.4 60.7-17.4 3.2-1.2 9.1-3.5 17-6.6 9.1-3.5 17.5-7.3 34.8-15.8C828.6 884.1 914 789.8 955 681c1.8-4.7 3.6-9.4 4-10.5 7.4-18.9 19-64.9 21.5-85 .3-2.8 1-6.8 1.5-9 1.1-4.7 2.9-24.7 3.5-39.5.3-5.8.9-10.6 1.5-10.8 1.3-.5 1.4-29.9 0-30.4-.5-.2-1.2-4.8-1.5-10.3-2.5-48.5-11.7-93.2-28.7-139.5-2.1-5.8-4.2-11.4-4.7-12.5-.5-1.1-2.9-6.5-5.2-12-5.1-12-18.6-38.6-25.9-51-43.9-74.4-111-138.8-185.5-178-6.1-3.2-11.4-6.1-12-6.5-.5-.4-4.6-2.3-9-4.3-4.4-1.9-10.7-4.7-14-6.1-3.3-1.5-6.9-3.1-8-3.6-23.9-10.7-64.8-22.4-99-28.5-20.5-3.7-35.1-5.2-59.2-6.1-10.1-.4-18.3-1.1-18.3-1.5 0-1.2-7.7-1.2-8.4 0zm47.9 161.9c87.3 12.8 161.3 57.5 213.2 128.7 67.7 93 78.2 221.2 26.6 325-23.2 46.7-57.7 87.1-99.9 117.3-45.1 32.2-99.9 52.6-153.9 57.2-60 5.2-117.6-5.3-169.2-30.8-31.9-15.7-56.2-33.2-82.5-59-26.5-26-45.2-51.6-60.9-83.2-23.1-46.4-33.1-89.2-33.2-141.5 0-36.7 4.3-64.7 15-97.9C248 297.9 350.3 212.8 470.5 197.5c18.5-2.3 18.4-2.3 45.5-2 19.3.2 28.9.8 39.5 2.3z"/><path d="M495.5 353c-26.8 3.1-51.5 12.2-74 27.3-12.3 8.3-33.1 29.2-41.4 41.7-11.6 17.6-19.9 37.3-24.3 57.6-2 9.5-2.3 13.5-2.2 31.9 0 22 1.1 30.1 6.3 47 9.8 31.6 32.1 62.5 59.1 81.8 11.1 7.9 31.9 18.4 44 22.2 18.3 5.7 26.9 6.9 48.5 6.9 20.2.1 26.2-.6 42.5-5 30.3-8.2 59.8-27.3 80-51.9 49.9-60.9 48.6-147.3-3.3-206.6-23.8-27.2-60.3-47-95.2-51.9-11.5-1.5-30.7-2-40-1z"/></svg>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bubblin-jekyll
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marvin Danig
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-10-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -97,10 +97,23 @@ files:
|
|
|
97
97
|
- _sass/scss/_header.scss
|
|
98
98
|
- _sass/scss/_reusable.scss
|
|
99
99
|
- _sass/scss/_syntax-highlighting.scss
|
|
100
|
+
- assets/images/android-chrome-192x192.png
|
|
101
|
+
- assets/images/android-chrome-512x512.png
|
|
102
|
+
- assets/images/apple-touch-icon.png
|
|
103
|
+
- assets/images/browserconfig.xml.erb
|
|
104
|
+
- assets/images/favicon-16x16.png
|
|
105
|
+
- assets/images/favicon-32x32.png
|
|
100
106
|
- assets/images/favicon.ico
|
|
101
107
|
- assets/images/heart.svg
|
|
102
108
|
- assets/images/logo.png
|
|
103
109
|
- assets/images/logo.svg
|
|
110
|
+
- assets/images/manifest.json.erb
|
|
111
|
+
- assets/images/mstile-144x144.png
|
|
112
|
+
- assets/images/mstile-150x150.png
|
|
113
|
+
- assets/images/mstile-310x150.png
|
|
114
|
+
- assets/images/mstile-310x310.png
|
|
115
|
+
- assets/images/mstile-70x70.png
|
|
116
|
+
- assets/images/safari-pinned-tab.svg
|
|
104
117
|
- assets/images/search.svg
|
|
105
118
|
- assets/images/usa.svg
|
|
106
119
|
- assets/js/search.js
|