picklecore 0.7.1 → 0.8.0
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 +14 -12
- data/_includes/components/sidebar.html +2 -2
- data/assets/css/error-page.css +1 -1
- data/assets/js/main.js +0 -9
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a6ce87d0938a941d4139aefea5cf36648502daebf30b7cf42a9ceff94e0ab4d4
|
4
|
+
data.tar.gz: 11c0bfab88c37716af55c3bebc8bdf0ac808d7eb8a899530eb67f8f9f5956ba2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 626ab6eacafd1b6b5ea00226a266c0ba76750484c49f95d82910fb735385172c8d0d8b2cacbda718067cff9b356808d338a2a2198f0492580b4b7ebb1fc3eb16
|
7
|
+
data.tar.gz: 356adbcf10f705629cc00de1d6d4d122791d45b759609b5ead587c2345b9485287e0c69dd5e558a502aeb1e6470cfef9bc53c195175d8da54436459f7eb839f5
|
data/README.md
CHANGED
@@ -45,20 +45,22 @@ PickleCore is (probably) the most customizable theme out in the Jekyllverse. Her
|
|
45
45
|
* `apple-touch-icon` - the URL of the Apple touch icon for the site if you have one (see [this article](https://www.computerhope.com/jargon/a/appletou.htm) for more info)
|
46
46
|
* `index_on_google` - `true` or `false` depending if you want your site in Google search results
|
47
47
|
* `keywords` - an inline list of comma (no spaces) seperated keywords (for SEO) (e.g. `keywords: "hello,world,this,is,my,site"`)
|
48
|
-
*
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
48
|
+
* `images` - stuff for favicons
|
49
|
+
* Favicons - this requires multiple steps so read all sub-bullets
|
50
|
+
* `images.favicon_base` - route of where the favicons are served, e.g. `https://my.site/favicons/favicon-` (extension must be `PNG`)
|
51
|
+
* `images.favicons` - array of resolutions, e.g.:
|
52
|
+
```yaml
|
53
|
+
images:
|
54
|
+
favicons:
|
55
|
+
- "32" # 32x32
|
56
|
+
- "64" # 64x64
|
57
|
+
# and so on
|
58
|
+
```
|
59
|
+
* `images.tileimage` - the link to the Microsoft tile image
|
57
60
|
* `browserconfigxml` - link to a `browserconfig.xml` for Microsoft-based browsers
|
58
|
-
* `microsoft` - this is a dictionary that currently only has one option:
|
59
|
-
* `tileimage` - the link to the tile image
|
60
61
|
* The same thing can be applied to `twitter` with the subkey `image`, and `opengraph` with the subkey `image`
|
61
|
-
* `
|
62
|
+
* `twitter` - Twitter meta dictionary
|
63
|
+
* `username`: your Twitter username as a string (no `@`!)
|
62
64
|
* `devto` - your [DEV.to](https://dev.to/) username (if you want it on the sidebar)
|
63
65
|
|
64
66
|
Most of the favicons and images listed here can be made over at https://realfavicongenerator.net
|
@@ -36,7 +36,7 @@
|
|
36
36
|
<i class="fab fa-twitter"></i>
|
37
37
|
</td>
|
38
38
|
<td>
|
39
|
-
<a href="https://twitter.com/{{ site.
|
39
|
+
<a href="https://twitter.com/{{ site.twitter.username }}" class="nobreak" alt="Twitter">Twitter</a>
|
40
40
|
</td>
|
41
41
|
</tr>
|
42
42
|
{% endif %}
|
@@ -66,7 +66,7 @@
|
|
66
66
|
<i class="fab fa-dev"></i>
|
67
67
|
</td>
|
68
68
|
<td>
|
69
|
-
<a href="https://dev.to/{{ site.devto }}" class="nobreak" alt="
|
69
|
+
<a href="https://dev.to/{{ site.devto }}" class="nobreak" alt="DEV Profile">DEV Profile</a>
|
70
70
|
</td>
|
71
71
|
</tr>
|
72
72
|
{% endif %}
|
data/assets/css/error-page.css
CHANGED
data/assets/js/main.js
CHANGED
@@ -1,12 +1,3 @@
|
|
1
|
-
function openNav() {
|
2
|
-
document.getElementById("nav-icon4").classList.toggle("open");
|
3
|
-
document.getElementById("nav").style.width = "265px";
|
4
|
-
}
|
5
|
-
|
6
|
-
function closeNav() {
|
7
|
-
document.getElementById("nav").style.width = "0";
|
8
|
-
}
|
9
|
-
|
10
1
|
navOpen = false;
|
11
2
|
|
12
3
|
function toggleNav() {
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: picklecore
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Reece Dunham
|
@@ -20,7 +20,7 @@ dependencies:
|
|
20
20
|
version: '3.5'
|
21
21
|
- - "<"
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: '
|
23
|
+
version: '4.0'
|
24
24
|
type: :runtime
|
25
25
|
prerelease: false
|
26
26
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -30,7 +30,7 @@ dependencies:
|
|
30
30
|
version: '3.5'
|
31
31
|
- - "<"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
33
|
+
version: '4.0'
|
34
34
|
- !ruby/object:Gem::Dependency
|
35
35
|
name: jekyll-default-layout
|
36
36
|
requirement: !ruby/object:Gem::Requirement
|