picklecore 0.8.0 → 0.9.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 +6 -2
- data/_layouts/post.html +13 -0
- metadata +13 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88bdad539a4762bcc54d9b16da8b149a40330a9302c32300e4e87dff110b3436
|
4
|
+
data.tar.gz: 64bdcdf1edb2df97e557a61291fa0c473925aa49bdf171d47814b6bf0889a3f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d59d4a5bd4c4b1fe791e3f62b6c30a420fb2a85eb9383aee2b6448f1e7e1730bb0a3e6add52f79dbdae71ffcf1a061952eba524daf3bd99dbd7b10f3a4c09e02
|
7
|
+
data.tar.gz: '009fc5344cfa0fd2780c88c71915fc8f6d1655b0344838ef4f00a78ba08edf2d5f0326e2e9ff2fc39f3d3cf0cd6493b7e99e7b9de32c80cf6941b6864a790b0e'
|
data/README.md
CHANGED
@@ -61,10 +61,15 @@ PickleCore is (probably) the most customizable theme out in the Jekyllverse. Her
|
|
61
61
|
* The same thing can be applied to `twitter` with the subkey `image`, and `opengraph` with the subkey `image`
|
62
62
|
* `twitter` - Twitter meta dictionary
|
63
63
|
* `username`: your Twitter username as a string (no `@`!)
|
64
|
-
* `devto` - your [DEV
|
64
|
+
* `devto` - your [DEV](https://dev.to/) username (if you want it on the sidebar)
|
65
65
|
|
66
66
|
Most of the favicons and images listed here can be made over at https://realfavicongenerator.net
|
67
67
|
|
68
|
+
### Colors
|
69
|
+
|
70
|
+
To change the base color, which defaults to `#303f9f`, you can add a file called `_includes/styling/theme-color.css`,
|
71
|
+
and put the hex color on the first line. **Do not** add a newline at the end of the file, it will break the CSS!
|
72
|
+
|
68
73
|
## Applying Theme Components
|
69
74
|
|
70
75
|
The PickleCore theme allows you to apply some nice looking components that match with the theme via `includes`.
|
@@ -114,4 +119,3 @@ But you should ***most certainly not*** simply use the `sidebar.html` component
|
|
114
119
|
|
115
120
|
> *Help! My sidebar is blank when I open it - what do I do?*
|
116
121
|
> Certain site config fields will populate the sidebar, so see the customization section above.
|
117
|
-
|
data/_layouts/post.html
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
{% include components/binds/sidebar-anchor.html %}
|
5
|
+
|
6
|
+
<h2>{{ page.title }}</h2>
|
7
|
+
|
8
|
+
{%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
|
9
|
+
By {{ page.author | escape | default: "Administrator" }} - published {{ page.date | date: date_format }}.
|
10
|
+
|
11
|
+
<hr />
|
12
|
+
|
13
|
+
{{ content }}
|
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.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Reece Dunham
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2019-
|
12
|
+
date: 2019-11-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jekyll
|
@@ -51,14 +51,14 @@ dependencies:
|
|
51
51
|
requirements:
|
52
52
|
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 0.6.
|
54
|
+
version: 0.6.1
|
55
55
|
type: :runtime
|
56
56
|
prerelease: false
|
57
57
|
version_requirements: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 0.6.
|
61
|
+
version: 0.6.1
|
62
62
|
- !ruby/object:Gem::Dependency
|
63
63
|
name: bundler
|
64
64
|
requirement: !ruby/object:Gem::Requirement
|
@@ -79,14 +79,14 @@ dependencies:
|
|
79
79
|
requirements:
|
80
80
|
- - '='
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 13.0.
|
82
|
+
version: 13.0.1
|
83
83
|
type: :development
|
84
84
|
prerelease: false
|
85
85
|
version_requirements: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - '='
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 13.0.
|
89
|
+
version: 13.0.1
|
90
90
|
description:
|
91
91
|
email:
|
92
92
|
- me@rdil.rocks
|
@@ -105,6 +105,7 @@ files:
|
|
105
105
|
- _layouts/default-with-sidebar.html
|
106
106
|
- _layouts/default.html
|
107
107
|
- _layouts/error.html
|
108
|
+
- _layouts/post.html
|
108
109
|
- assets/css/error-page.css
|
109
110
|
- assets/css/main.css
|
110
111
|
- assets/fonts/open-sans-license.txt
|
@@ -114,15 +115,15 @@ files:
|
|
114
115
|
- assets/fonts/open-sans-v17-latin-regular.woff
|
115
116
|
- assets/fonts/open-sans-v17-latin-regular.woff2
|
116
117
|
- assets/js/main.js
|
117
|
-
homepage: https://github.com/
|
118
|
+
homepage: https://github.com/rdilweb/PickleCore
|
118
119
|
licenses:
|
119
120
|
- MPL-2.0
|
120
121
|
metadata:
|
121
|
-
bug_tracker_uri: https://github.com/
|
122
|
-
documentation_uri: https://github.com/
|
123
|
-
homepage_uri: https://github.com/
|
124
|
-
source_code_uri: https://github.com/
|
125
|
-
wiki_uri: https://github.com/
|
122
|
+
bug_tracker_uri: https://github.com/rdilweb/PickleCore/issues
|
123
|
+
documentation_uri: https://github.com/rdilweb/PickleCore/blob/master/README.md
|
124
|
+
homepage_uri: https://github.com/rdilweb/PickleCore/
|
125
|
+
source_code_uri: https://github.com/rdilweb/PickleCore/tree/master
|
126
|
+
wiki_uri: https://github.com/rdilweb/PickleCore/blob/master/README.md
|
126
127
|
plugin_type: theme
|
127
128
|
post_install_message:
|
128
129
|
rdoc_options: []
|