jekyll-theme-heidi 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.md +2 -2
- data/_sass/heidi.scss +33 -0
- data/assets/styles.scss +1 -0
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b6dc2059ab5fce82ce06cc7a8944e51bb6b8638c
|
4
|
+
data.tar.gz: 5684bc6a2d4e8a8c7752a02131561e8417e2e2f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81c822a3c478d561360fc1e0f8e7c7abad981708813421a5414a5392f7898b2c9ca226004d48400565ebed74705f2544097dcc194f11acf0e3ef1ddda4914c09
|
7
|
+
data.tar.gz: 69a01d16c7903f1602ad03e7d7ac699522b82b4e6a635f0c7629e588e9766317de4e244e46290810103333291542a9bf9bc61f61b8edd6f9e1fc1fcaf66162e8
|
data/LICENSE.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
# Released under MIT License
|
2
2
|
|
3
|
-
Copyright (c)
|
3
|
+
Copyright (c) 2017 Howlin Bash.
|
4
4
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
6
6
|
|
7
7
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
8
8
|
|
9
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
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
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.1
|
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-
|
12
|
+
date: 2017-06-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jekyll
|
@@ -98,7 +98,7 @@ dependencies:
|
|
98
98
|
description: Heidi is a brazen two-column Jekyll theme that pairs a prominent sidebar
|
99
99
|
with uncomplicated content. Based on Hyde by @mdo. Developed by Howlin Bash
|
100
100
|
email:
|
101
|
-
-
|
101
|
+
- howlinbash@posteo.de
|
102
102
|
executables: []
|
103
103
|
extensions: []
|
104
104
|
extra_rdoc_files: []
|
@@ -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
|
@@ -136,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
136
137
|
version: '0'
|
137
138
|
requirements: []
|
138
139
|
rubyforge_project:
|
139
|
-
rubygems_version: 2.6.
|
140
|
+
rubygems_version: 2.6.11
|
140
141
|
signing_key:
|
141
142
|
specification_version: 4
|
142
143
|
summary: Heidi is a brazen two-column Jekyll theme that pairs a prominent sidebar
|