bay_jekyll_theme 1.0.16 → 1.0.17
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/CHANGELOG.md +7 -1
- data/_includes/foot.html +0 -1
- data/_layouts/home.html +1 -1
- data/_sass/_layout.scss +4 -1
- data/_sass/_site.scss +7 -1
- data/assets/img/content/post-example/Banner.jpg +0 -0
- data/assets/img/icons/dribbble.png +0 -0
- data/assets/img/icons/email.png +0 -0
- data/assets/img/icons/facebook.png +0 -0
- data/assets/img/icons/github.png +0 -0
- data/assets/img/icons/keybase.png +0 -0
- data/assets/img/icons/linkedin.png +0 -0
- data/assets/img/icons/rss.png +0 -0
- data/assets/img/icons/twitter.png +0 -0
- data/assets/img/icons/wechat.png +0 -0
- data/assets/img/icons/weibo.png +0 -0
- data/assets/img/menu.png +0 -0
- data/assets/img/profile-pic.jpg +0 -0
- data/assets/img/title.png +0 -0
- data/assets/img/wechat-qr-code.png +0 -0
- data/assets/img/work/sand.png +0 -0
- data/assets/img/work/water.png +0 -0
- metadata +6 -24
- data/assets/img/content/post-example/Banner@2x.jpg +0 -0
- data/assets/img/icons/dribbble@2x.png +0 -0
- data/assets/img/icons/email@2x.png +0 -0
- data/assets/img/icons/facebook@2x.png +0 -0
- data/assets/img/icons/github@2x.png +0 -0
- data/assets/img/icons/keybase@2x.png +0 -0
- data/assets/img/icons/linkedin@2x.png +0 -0
- data/assets/img/icons/rss@2x.png +0 -0
- data/assets/img/icons/twitter@2x.png +0 -0
- data/assets/img/icons/wechat@2x.png +0 -0
- data/assets/img/icons/weibo@2x.png +0 -0
- data/assets/img/menu@2x.png +0 -0
- data/assets/img/profile-pic@2x.jpg +0 -0
- data/assets/img/title@2x.png +0 -0
- data/assets/img/wechat-qr-code@2x.png +0 -0
- data/assets/img/work/sand@2x.png +0 -0
- data/assets/img/work/water@2x.png +0 -0
- data/assets/js/vendor/retina-1.3.0.min.js +0 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 40eafa0edde49611a37e6a796f4cf4f9d4e1197915efb18ca14df9167e6c0051
|
|
4
|
+
data.tar.gz: 2558c71971d059aa8a77c2f1258f952336e20476a366eb0cdd6fa322a0cb4c87
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01641a6b9a8143e9efaffe1efcf2a9dad057b1da08fa27e0404eb069dc50913930219b7876321a43fd0e03ee46b869dac7944f461f65afc813da20bf0b106d18
|
|
7
|
+
data.tar.gz: ca301dc270ec817ca9cb3d0f26ea88a796e4d67abd63d60e96f21b61f6c54ef8c002b80e061106e75311ac2091fc7481936cd4cc4c475fe1603ed0f4f32997d2
|
data/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
### [1.0.17](https://github.com/eliottvincent/bay/compare/v1.0.16...v1.0.17) (2021-06-05)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- Remove support for Retina-sized images
|
|
10
|
+
|
|
5
11
|
### [1.0.16](https://github.com/eliottvincent/bay/compare/v1.0.15...v1.0.16) (2021-02-23)
|
|
6
12
|
|
|
7
13
|
### Bug Fixes
|
|
8
14
|
|
|
9
|
-
- Rework footer's elements sizing ([
|
|
15
|
+
- Rework footer's elements sizing ([1f1384b](https://github.com/eliottvincent/bay/commit/1f1384b2cfc07bc152cb8e44756e5a0fcbfbef11)), closes [#5](https://github.com/eliottvincent/bay/issues/5)
|
|
10
16
|
|
|
11
17
|
### [1.0.15](https://github.com/eliottvincent/bay/compare/v1.0.14...v1.0.15) (2020-12-21)
|
|
12
18
|
|
data/_includes/foot.html
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
<script type="text/javascript" src="{{ "/assets/js/vendor/retina-1.3.0.min.js" | absolute_url }}"></script>
|
|
2
1
|
<script type="text/javascript" src="{{ "/assets/js/vendor/cash-4.1.5.min.js" | absolute_url }}"></script>
|
|
3
2
|
<script type="text/javascript" src="{{ "/assets/js/site.js" | absolute_url }}"></script>
|
data/_layouts/home.html
CHANGED
data/_sass/_layout.scss
CHANGED
data/_sass/_site.scss
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
.
|
|
1
|
+
.profile-pic {
|
|
2
2
|
float: right;
|
|
3
|
+
width: 202px;
|
|
3
4
|
border: #ccc 1px solid;
|
|
4
5
|
margin-left: 20px;
|
|
5
6
|
|
|
@@ -31,6 +32,11 @@
|
|
|
31
32
|
margin-top: 6.5px;
|
|
32
33
|
margin-bottom: 10px;
|
|
33
34
|
|
|
35
|
+
img {
|
|
36
|
+
width: 16px;
|
|
37
|
+
height: 16px;
|
|
38
|
+
}
|
|
39
|
+
|
|
34
40
|
a {
|
|
35
41
|
margin-left: 6px;
|
|
36
42
|
word-break: break-all;
|
|
Binary file
|
|
Binary file
|
data/assets/img/icons/email.png
CHANGED
|
Binary file
|
|
Binary file
|
data/assets/img/icons/github.png
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/assets/img/icons/rss.png
CHANGED
|
Binary file
|
|
Binary file
|
data/assets/img/icons/wechat.png
CHANGED
|
Binary file
|
data/assets/img/icons/weibo.png
CHANGED
|
Binary file
|
data/assets/img/menu.png
CHANGED
|
Binary file
|
data/assets/img/profile-pic.jpg
CHANGED
|
Binary file
|
data/assets/img/title.png
CHANGED
|
Binary file
|
|
Binary file
|
data/assets/img/work/sand.png
CHANGED
|
Binary file
|
data/assets/img/work/water.png
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bay_jekyll_theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eliott Vincent
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-06-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '2.0'
|
|
41
|
-
description:
|
|
41
|
+
description:
|
|
42
42
|
email:
|
|
43
43
|
- hello@eliottvincent.com
|
|
44
44
|
executables: []
|
|
@@ -68,47 +68,29 @@ files:
|
|
|
68
68
|
- _sass/_work.scss
|
|
69
69
|
- assets/css/main.scss
|
|
70
70
|
- assets/img/content/post-example/Banner.jpg
|
|
71
|
-
- assets/img/content/post-example/Banner@2x.jpg
|
|
72
71
|
- assets/img/icons/dribbble.png
|
|
73
|
-
- assets/img/icons/dribbble@2x.png
|
|
74
72
|
- assets/img/icons/email.png
|
|
75
|
-
- assets/img/icons/email@2x.png
|
|
76
73
|
- assets/img/icons/facebook.png
|
|
77
|
-
- assets/img/icons/facebook@2x.png
|
|
78
74
|
- assets/img/icons/github.png
|
|
79
|
-
- assets/img/icons/github@2x.png
|
|
80
75
|
- assets/img/icons/keybase.png
|
|
81
|
-
- assets/img/icons/keybase@2x.png
|
|
82
76
|
- assets/img/icons/linkedin.png
|
|
83
|
-
- assets/img/icons/linkedin@2x.png
|
|
84
77
|
- assets/img/icons/rss.png
|
|
85
|
-
- assets/img/icons/rss@2x.png
|
|
86
78
|
- assets/img/icons/twitter.png
|
|
87
|
-
- assets/img/icons/twitter@2x.png
|
|
88
79
|
- assets/img/icons/wechat.png
|
|
89
|
-
- assets/img/icons/wechat@2x.png
|
|
90
80
|
- assets/img/icons/weibo.png
|
|
91
|
-
- assets/img/icons/weibo@2x.png
|
|
92
81
|
- assets/img/menu.png
|
|
93
|
-
- assets/img/menu@2x.png
|
|
94
82
|
- assets/img/profile-pic.jpg
|
|
95
|
-
- assets/img/profile-pic@2x.jpg
|
|
96
83
|
- assets/img/title.png
|
|
97
|
-
- assets/img/title@2x.png
|
|
98
84
|
- assets/img/wechat-qr-code.png
|
|
99
|
-
- assets/img/wechat-qr-code@2x.png
|
|
100
85
|
- assets/img/work/sand.png
|
|
101
|
-
- assets/img/work/sand@2x.png
|
|
102
86
|
- assets/img/work/water.png
|
|
103
|
-
- assets/img/work/water@2x.png
|
|
104
87
|
- assets/js/site.js
|
|
105
88
|
- assets/js/vendor/cash-4.1.5.min.js
|
|
106
|
-
- assets/js/vendor/retina-1.3.0.min.js
|
|
107
89
|
homepage: https://github.com/eliottvincent/bay
|
|
108
90
|
licenses:
|
|
109
91
|
- MIT
|
|
110
92
|
metadata: {}
|
|
111
|
-
post_install_message:
|
|
93
|
+
post_install_message:
|
|
112
94
|
rdoc_options: []
|
|
113
95
|
require_paths:
|
|
114
96
|
- lib
|
|
@@ -124,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
124
106
|
version: '0'
|
|
125
107
|
requirements: []
|
|
126
108
|
rubygems_version: 3.0.3
|
|
127
|
-
signing_key:
|
|
109
|
+
signing_key:
|
|
128
110
|
specification_version: 4
|
|
129
111
|
summary: A simple and minimal Jekyll theme..
|
|
130
112
|
test_files: []
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/assets/img/icons/rss@2x.png
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/assets/img/menu@2x.png
DELETED
|
Binary file
|
|
Binary file
|
data/assets/img/title@2x.png
DELETED
|
Binary file
|
|
Binary file
|
data/assets/img/work/sand@2x.png
DELETED
|
Binary file
|
|
Binary file
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Retina.js v1.3.0
|
|
3
|
-
*
|
|
4
|
-
* Copyright 2014 Imulus, LLC
|
|
5
|
-
* Released under the MIT license
|
|
6
|
-
*
|
|
7
|
-
* Retina.js is an open source script that makes it easy to serve
|
|
8
|
-
* high-resolution images to devices with retina displays.
|
|
9
|
-
*/
|
|
10
|
-
!function(){function a(){}function b(a){return f.retinaImageSuffix+a}function c(a,c){if(this.path=a||"","undefined"!=typeof c&&null!==c)this.at_2x_path=c,this.perform_check=!1;else{if(void 0!==document.createElement){var d=document.createElement("a");d.href=this.path,d.pathname=d.pathname.replace(g,b),this.at_2x_path=d.href}else{var e=this.path.split("?");e[0]=e[0].replace(g,b),this.at_2x_path=e.join("?")}this.perform_check=!0}}function d(a){this.el=a,this.path=new c(this.el.getAttribute("src"),this.el.getAttribute("data-at2x"));var b=this;this.path.check_2x_variant(function(a){a&&b.swap()})}var e="undefined"==typeof exports?window:exports,f={retinaImageSuffix:"@2x",check_mime_type:!0,force_original_dimensions:!0};e.Retina=a,a.configure=function(a){null===a&&(a={});for(var b in a)a.hasOwnProperty(b)&&(f[b]=a[b])},a.init=function(a){null===a&&(a=e);var b=a.onload||function(){};a.onload=function(){var a,c,e=document.getElementsByTagName("img"),f=[];for(a=0;a<e.length;a+=1)c=e[a],c.getAttributeNode("data-no-retina")||f.push(new d(c));b()}},a.isRetina=function(){var a="(-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx)";return e.devicePixelRatio>1?!0:e.matchMedia&&e.matchMedia(a).matches?!0:!1};var g=/\.\w+$/;e.RetinaImagePath=c,c.confirmed_paths=[],c.prototype.is_external=function(){return!(!this.path.match(/^https?\:/i)||this.path.match("//"+document.domain))},c.prototype.check_2x_variant=function(a){var b,d=this;return this.is_external()?a(!1):this.perform_check||"undefined"==typeof this.at_2x_path||null===this.at_2x_path?this.at_2x_path in c.confirmed_paths?a(!0):(b=new XMLHttpRequest,b.open("HEAD",this.at_2x_path),b.onreadystatechange=function(){if(4!==b.readyState)return a(!1);if(b.status>=200&&b.status<=399){if(f.check_mime_type){var e=b.getResponseHeader("Content-Type");if(null===e||!e.match(/^image/i))return a(!1)}return c.confirmed_paths.push(d.at_2x_path),a(!0)}return a(!1)},b.send(),void 0):a(!0)},e.RetinaImage=d,d.prototype.swap=function(a){function b(){c.el.complete?(f.force_original_dimensions&&(c.el.setAttribute("width",c.el.offsetWidth),c.el.setAttribute("height",c.el.offsetHeight)),c.el.setAttribute("src",a)):setTimeout(b,5)}"undefined"==typeof a&&(a=this.path.at_2x_path);var c=this;b()},a.isRetina()&&a.init(e)}();
|