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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -2
  3. data/_layouts/post.html +13 -0
  4. metadata +13 -12
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6ce87d0938a941d4139aefea5cf36648502daebf30b7cf42a9ceff94e0ab4d4
4
- data.tar.gz: 11c0bfab88c37716af55c3bebc8bdf0ac808d7eb8a899530eb67f8f9f5956ba2
3
+ metadata.gz: 88bdad539a4762bcc54d9b16da8b149a40330a9302c32300e4e87dff110b3436
4
+ data.tar.gz: 64bdcdf1edb2df97e557a61291fa0c473925aa49bdf171d47814b6bf0889a3f9
5
5
  SHA512:
6
- metadata.gz: 626ab6eacafd1b6b5ea00226a266c0ba76750484c49f95d82910fb735385172c8d0d8b2cacbda718067cff9b356808d338a2a2198f0492580b4b7ebb1fc3eb16
7
- data.tar.gz: 356adbcf10f705629cc00de1d6d4d122791d45b759609b5ead587c2345b9485287e0c69dd5e558a502aeb1e6470cfef9bc53c195175d8da54436459f7eb839f5
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.to](https://dev.to/) username (if you want it on the sidebar)
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
-
@@ -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.8.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-10-25 00:00:00.000000000 Z
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.0
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.0
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.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.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/RDIL/PickleCore
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/RDIL/PickleCore/issues
122
- documentation_uri: https://github.com/RDIL/PickleCore/blob/master/README.md
123
- homepage_uri: https://github.com/RDIL/PickleCore/
124
- source_code_uri: https://github.com/RDIL/PickleCore/
125
- wiki_uri: https://github.com/RDIL/PickleCore/blob/master/README.md
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: []