picklecore 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -0
  3. data/assets/css/main.css +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 633584515f48718f207c444575f5fa80db9e9a8fbc79f3eb16a7717be3939752
4
- data.tar.gz: 6fd5a944f4cd5fcd7fedd60c7e4d4657a436ec84de60a06b0ff24f10f77cb0a5
3
+ metadata.gz: 2a5d33aed2a5908e655a08319b89a47e7c60dcd4b1094d61a0db904f8da6d7ba
4
+ data.tar.gz: dd2b8de336bf4dce67eb8dcd229916b8a63fe164baf1a0a4faba391efe87aaf7
5
5
  SHA512:
6
- metadata.gz: 4f316a73f49c5cf45982a9ec9fbd7579d0eac21e1aba29d184dcd2b579e43847c7a2eef21fa11ea5e284723b4c44b6bba2a015bee683a582ac6127dd6bcfc41f
7
- data.tar.gz: bdae74c262544c7dbbef3cbe70e6556581c04f7607dc7f3c17377b2658480b2f7dc0ca8aa9794c5734f45907841ce7359725264512ed89207a14bd9e57bad2a9
6
+ metadata.gz: 68b2c038c6ccc2e504effd0cb93f0680e94a5c3950aee41314a8f7763b71758901a2d3afdaa891e2daadd064eb6a83f24b41a03f936b8f0e65581a613da56540
7
+ data.tar.gz: 47aaccc58f675560f7102a46f59d7583ce98560910e45a5c2b0bf297e518389f341146aa43382f4e45218c0ea2aa63d5b97a7c3ade5bb992fd1b3bd78b0e185b
data/README.md CHANGED
@@ -59,6 +59,7 @@ PickleCore is (probably) the most customizable theme out in the Jekyllverse. Her
59
59
  * `tileimage` - the link to the tile image
60
60
  * The same thing can be applied to `twitter` with the subkey `image`, and `opengraph` with the subkey `image`
61
61
  * `twitter_username` - your Twitter username as a string (no `@`!)
62
+ * `devto` - your [DEV.to](https://dev.to/) username (if you want it on the sidebar)
62
63
 
63
64
  Most of the favicons and images listed here can be made over at https://realfavicongenerator.net
64
65
 
data/assets/css/main.css CHANGED
@@ -264,5 +264,5 @@ button:hover:after {
264
264
  }
265
265
 
266
266
  a {
267
- color: inherit
267
+ color: white
268
268
  }
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.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Reece Dunham