jekyll-theme-heidi 0.1.2 → 0.1.3

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/heidi.scss +33 -0
  3. data/assets/styles.scss +1 -0
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: facd5c20b897157af052599ccdfb60b6b1095d51
4
- data.tar.gz: e089b227e83d4e44011cf0a08ff889f1b02fb7cb
3
+ metadata.gz: 1ec6873c453611cc075e5fce03aba861eb892bd8
4
+ data.tar.gz: f47a667929e07ac6a06820bc0a07b56f9331ae66
5
5
  SHA512:
6
- metadata.gz: c2a39d49fabf9b6b09ad04f4325b9516b34dbd0c039211908a6e4b7988334587bcde842387444439cf9a4bcecf727e598315db47044600646fabef9502a29f90
7
- data.tar.gz: 2ab8591be83c6de7e95d01592e6f70e568d0897f9848691c414370b4b9bfbf3ce88da222edc22c3f20ae4e89e46d69153471ccac6b7ac90936fa5d98e59d8be7
6
+ metadata.gz: cdaac050ac60ba714b967100331fa0f7a3ffa0ce26eddc14d77ec5a7acb1a5877a103f2384c056f8d3977726dcc62d8643066523d3bae735ebdb08fd84fca829
7
+ data.tar.gz: c2969ef2fa2975c6b0f57cd0df20ca7eced97cd16fad4f33ed615ef9005395faf362c2dece8a03d97d9784193e2ea22684dd466fa8c8abf22d571c1707d83b1a
data/_sass/heidi.scss ADDED
@@ -0,0 +1,33 @@
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
+ }
data/assets/styles.scss CHANGED
@@ -7,3 +7,4 @@ 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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Otto
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-06-24 00:00:00.000000000 Z
12
+ date: 2017-06-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll
@@ -110,6 +110,7 @@ files:
110
110
  - _layouts/default.html
111
111
  - _layouts/page.html
112
112
  - _layouts/post.html
113
+ - _sass/heidi.scss
113
114
  - _sass/hyde.scss
114
115
  - _sass/poole.scss
115
116
  - _sass/syntax.scss