jekyll-theme-heidi 0.1.1 → 0.1.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 +4 -4
- data/assets/styles.scss +0 -1
- metadata +1 -2
- data/_sass/heidi.scss +0 -33
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: facd5c20b897157af052599ccdfb60b6b1095d51
|
|
4
|
+
data.tar.gz: e089b227e83d4e44011cf0a08ff889f1b02fb7cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2a39d49fabf9b6b09ad04f4325b9516b34dbd0c039211908a6e4b7988334587bcde842387444439cf9a4bcecf727e598315db47044600646fabef9502a29f90
|
|
7
|
+
data.tar.gz: 2ab8591be83c6de7e95d01592e6f70e568d0897f9848691c414370b4b9bfbf3ce88da222edc22c3f20ae4e89e46d69153471ccac6b7ac90936fa5d98e59d8be7
|
data/assets/styles.scss
CHANGED
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.
|
|
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
|
-
}
|