jekyll-california 0.3.1 → 0.3.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f9d0272b8a5ead2b412a965927f25fc9fff3f4e36a723c41468be6817bb8ae9
4
- data.tar.gz: 415b39e0fb99067c153cfa8ca5ef91df176610a36bc10d9a3622fbe4a5081cd6
3
+ metadata.gz: 226c8cc53abcca327d8d5917d0d8d52eeedbbd9034f25230b80cc3103e9b14f1
4
+ data.tar.gz: f72362300ba34fd8bdc89cc9183992e13c8ecc128b6f6e5fe6d20642322762f1
5
5
  SHA512:
6
- metadata.gz: 52d1c7a20b317224d7acbde8d7227716cb9685adfad6f9fba8bc5306652e4fafdd510246223b9e4229eb7fc746e07ca6ca2eea986b204110daf61b26c99cc3a0
7
- data.tar.gz: 6ee6afd918dacfa485c04963ecd93177821af6b677201ba65cb454e0c3c89612c66f34560736c84c90cd94fdc1c3db434e5c262d23d626f9af813b7562dbc7ae
6
+ metadata.gz: 179821e017241c1ce635f862c1546f16aff0f8b5a8f35a477fce32d846c66265a4c847f1d9d3afdc8e0e0f0559f1a7ea693b1d87f77162a145f316089d21177a
7
+ data.tar.gz: dc193acd64ff6adcc47167e342e307c720ccb9b0543aef521790c8929b25d75485445ecb5fe87849ff92450c372f576fd0b53ea13864562436e5d20dfeba3070
@@ -1,6 +1,7 @@
1
- ---
2
- # Consolidating styles
3
- ---
1
+ /*
2
+ * consolidate main and syntax highlighting into one file
3
+ */
4
+
4
5
 
5
6
  @charset 'utf-8';
6
7
 
@@ -1,4 +1,5 @@
1
1
  ---
2
+ # Only the main Sass file needs front matter (the dashes are enough)
2
3
  ---
3
4
 
4
5
  @import "jekyll-california";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-california
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chenna Kautilya
@@ -89,10 +89,8 @@ files:
89
89
  - _layouts/post.html
90
90
  - _layouts/project.html
91
91
  - _layouts/tags.html
92
- - _sass/_colors-dark.scss
93
92
  - _sass/_colors-light.scss
94
93
  - _sass/_colors-tufte.scss
95
- - _sass/_components.scss
96
94
  - _sass/_highlighting.scss
97
95
  - _sass/_main.scss
98
96
  - _sass/_variables.scss
@@ -100,7 +98,7 @@ files:
100
98
  - _sass/jekyll-california.scss
101
99
  - assets/css/style.scss
102
100
  - assets/font/xkcd-script.woff
103
- homepage: https://california.chenna.me/
101
+ homepage: https://california.kautilya.ch
104
102
  licenses:
105
103
  - GPL v2
106
104
  metadata: {}
File without changes
File without changes