jekyll-theme-heidi 0.1.1 → 0.1.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/assets/styles.scss +0 -1
  3. metadata +1 -2
  4. data/_sass/heidi.scss +0 -33
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b6dc2059ab5fce82ce06cc7a8944e51bb6b8638c
4
- data.tar.gz: 5684bc6a2d4e8a8c7752a02131561e8417e2e2f0
3
+ metadata.gz: facd5c20b897157af052599ccdfb60b6b1095d51
4
+ data.tar.gz: e089b227e83d4e44011cf0a08ff889f1b02fb7cb
5
5
  SHA512:
6
- metadata.gz: 81c822a3c478d561360fc1e0f8e7c7abad981708813421a5414a5392f7898b2c9ca226004d48400565ebed74705f2544097dcc194f11acf0e3ef1ddda4914c09
7
- data.tar.gz: 69a01d16c7903f1602ad03e7d7ac699522b82b4e6a635f0c7629e588e9766317de4e244e46290810103333291542a9bf9bc61f61b8edd6f9e1fc1fcaf66162e8
6
+ metadata.gz: c2a39d49fabf9b6b09ad04f4325b9516b34dbd0c039211908a6e4b7988334587bcde842387444439cf9a4bcecf727e598315db47044600646fabef9502a29f90
7
+ data.tar.gz: 2ab8591be83c6de7e95d01592e6f70e568d0897f9848691c414370b4b9bfbf3ce88da222edc22c3f20ae4e89e46d69153471ccac6b7ac90936fa5d98e59d8be7
data/assets/styles.scss CHANGED
@@ -7,4 +7,3 @@ title: false
7
7
  @import "syntax";
8
8
  @import "poole";
9
9
  @import "hyde";
10
- @import "heidi";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-heidi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Otto
@@ -110,7 +110,6 @@ files:
110
110
  - _layouts/default.html
111
111
  - _layouts/page.html
112
112
  - _layouts/post.html
113
- - _sass/heidi.scss
114
113
  - _sass/hyde.scss
115
114
  - _sass/poole.scss
116
115
  - _sass/syntax.scss
data/_sass/heidi.scss DELETED
@@ -1,33 +0,0 @@
1
- /*
2
- * __ __
3
- * /\ \ __ /\ \ __
4
- * \ \ \___ __ /\_\ \_\ \/\_\
5
- * \ \ _ `\ /'__`\/\ \ /'_` \/\ \
6
- * \ \ \ \ \/\ __/\ \ \/\ \L\ \ \ \
7
- * \ \_\ \_\ \____\\ \_\ \___,_\ \_\
8
- * \/_/\/_/\/____/ \/_/\/__,_ /\/_/
9
- *
10
- *
11
- *
12
- * Designed, built, and released under MIT license by @mdo & @howlinbash.
13
- * Learn more at https://github.com/poole/hyde.
14
- */
15
-
16
-
17
- /*
18
- * Contents
19
- *
20
- * Global resets
21
- */
22
-
23
-
24
- /*
25
- * Global resets
26
- *
27
- * Update the foundational and global aspects of the page.
28
- */
29
-
30
- html {
31
- font-family: "Inconsolata", Helvetica, Arial, sans-serif;
32
- line-height: 1.25;
33
- }