jekyll-github-pages 0.1.5 → 0.1.6
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/assets/js/main.js +1 -1
- metadata +3 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 51de57d0a7e19e182e8172e567a00e7017b3f6d49d6debbe0e3710e8f064e225
|
|
4
|
+
data.tar.gz: cfa1140e7f2db2954b0bd6b7e5ee20c50c3b59d70a5b02998439653d05618003
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6428bd5a9090831fd90ab96bd934459a53e7f8dd8f11c39759e1d34455163d592add0fbb04039c09874e7b98e2466f9252c32c235689eba395134e7e942d436
|
|
7
|
+
data.tar.gz: b7f9616a19237a9ce71397f91edd323df49dc9de186a23e59fae800d17450a9417301191b7e18fb9da021ec2d39719d580c797f5ebae2825a67af9a67600c838
|
data/assets/js/main.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
document.addEventListener("DOMContentLoaded",function(){if("undefined"!=typeof SweetScroll)try{new SweetScroll({})}catch(e){console.warn("SweetScroll init failed:",e)}!function(){const e=Math.max(1,Math.min(2,window.devicePixelRatio||1)),n=window.innerWidth*window.innerHeight;let
|
|
1
|
+
document.addEventListener("DOMContentLoaded",function(){if("undefined"!=typeof SweetScroll)try{new SweetScroll({})}catch(e){console.warn("SweetScroll init failed:",e)}!function(){const e=Math.max(1,Math.min(2,window.devicePixelRatio||1)),n=window.innerWidth*window.innerHeight;let o=Math.round(Math.max(12,Math.min(160,n/15e3)));e>1.5&&(o=Math.round(o/e)),navigator.hardwareConcurrency&&navigator.hardwareConcurrency<=2&&(o=Math.round(.6*o)),o=Math.max(10,Math.min(160,o)),o=Math.floor(1.5*o);const t={particles:{number:{value:o,density:{enable:!1}},color:{value:"#ffffff"},shape:{type:"circle"},opacity:{value:.45,random:!1},size:{value:1.4,random:!0},line_linked:{enable:!1},move:{enable:!1,speed:.6,direction:"none",random:!0,straight:!1,out_mode:"out"}},interactivity:{detect_on:"canvas",events:{onhover:{enable:!1},onclick:{enable:!1},resize:!1},modes:{}},retina_detect:!1};try{window.pJSDom&&window.pJSDom.length&&(window.pJSDom.forEach(e=>e&&e.pJS&&e.pJS.fn&&e.pJS.fn.vendors&&e.pJS.fn.vendors.destroypJS&&e.pJS.fn.vendors.destroypJS()),window.pJSDom=[])}catch(e){}particlesJS("particles-js",t)}()},!1);
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-github-pages
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Francis Rosinante
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: jekyll
|
|
@@ -52,7 +51,6 @@ dependencies:
|
|
|
52
51
|
- - "~>"
|
|
53
52
|
- !ruby/object:Gem::Version
|
|
54
53
|
version: '13.3'
|
|
55
|
-
description:
|
|
56
54
|
email:
|
|
57
55
|
- francis.rosinante@gmail.com
|
|
58
56
|
executables: []
|
|
@@ -130,7 +128,6 @@ homepage: https://github.com/itsfranrose/jekyll-github-pages
|
|
|
130
128
|
licenses:
|
|
131
129
|
- MIT
|
|
132
130
|
metadata: {}
|
|
133
|
-
post_install_message:
|
|
134
131
|
rdoc_options: []
|
|
135
132
|
require_paths:
|
|
136
133
|
- lib
|
|
@@ -145,8 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
145
142
|
- !ruby/object:Gem::Version
|
|
146
143
|
version: '0'
|
|
147
144
|
requirements: []
|
|
148
|
-
rubygems_version: 3.
|
|
149
|
-
signing_key:
|
|
145
|
+
rubygems_version: 3.6.7
|
|
150
146
|
specification_version: 4
|
|
151
147
|
summary: This is a custom jekyll theme originally intended for my various github pages
|
|
152
148
|
use
|