jekyll-california 0.3.0 → 0.3.1

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: ad9d08766ad9fc696f7ecb82aebc7f9396d84fcd9cab44169bff9b4bea0b49df
4
- data.tar.gz: 9b0765ae9e06a203f43939e05ef4d1f8d83bb8a0582cc9b008cd4d68c860370b
3
+ metadata.gz: 6f9d0272b8a5ead2b412a965927f25fc9fff3f4e36a723c41468be6817bb8ae9
4
+ data.tar.gz: 415b39e0fb99067c153cfa8ca5ef91df176610a36bc10d9a3622fbe4a5081cd6
5
5
  SHA512:
6
- metadata.gz: b09bff94a131639d3fece57b831ec958ef4078bbd8bdb9aa21db438e1951b07346ebce510e8a9501920310f504f1267248408e6f967f9ba2b2199936c0f665ea
7
- data.tar.gz: 4efb3f995ff347104d8db511cbf2a76cd9e5262e6b8f47d96e58556b2d2faa16eb9b13146e6e0518d67b39ee0f3e3afc09b6e729e297a165b581316628ca21ee
6
+ metadata.gz: 52d1c7a20b317224d7acbde8d7227716cb9685adfad6f9fba8bc5306652e4fafdd510246223b9e4229eb7fc746e07ca6ca2eea986b204110daf61b26c99cc3a0
7
+ data.tar.gz: 6ee6afd918dacfa485c04963ecd93177821af6b677201ba65cb454e0c3c89612c66f34560736c84c90cd94fdc1c3db434e5c262d23d626f9af813b7562dbc7ae
@@ -8,7 +8,7 @@
8
8
  <!--[if lt IE 9]>
9
9
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
10
10
  <![endif]-->
11
- <link href="/assets/style.css" rel="stylesheet" />
11
+ <link href="/assets/css/style.css" rel="stylesheet" />
12
12
  </head>
13
13
 
14
14
  <body>
@@ -0,0 +1,4 @@
1
+ // Placeholder file. If your site uses
2
+ // @import "{{ site.theme }}";
3
+ // Then using this theme with jekyll-remote-theme will work fine.
4
+ @import "jekyll-california";
File without changes
@@ -0,0 +1,4 @@
1
+ ---
2
+ ---
3
+
4
+ @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.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chenna Kautilya
@@ -96,8 +96,10 @@ files:
96
96
  - _sass/_highlighting.scss
97
97
  - _sass/_main.scss
98
98
  - _sass/_variables.scss
99
+ - _sass/california.scss
100
+ - _sass/jekyll-california.scss
101
+ - assets/css/style.scss
99
102
  - assets/font/xkcd-script.woff
100
- - assets/style.scss
101
103
  homepage: https://california.chenna.me/
102
104
  licenses:
103
105
  - GPL v2