winterslow 0.1.40 → 0.1.41
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/_includes/footer.html +4 -1
- data/_includes/head.html +18 -1
- data/_layouts/default.html +6 -11
- data/_sass/winterslow.scss +4 -8
- metadata +2 -5
- data/_sass/winterslow/_base.scss +0 -15
- data/_sass/winterslow/_layout.scss +0 -14
- data/_sass/winterslow/_layout.scss.save +0 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1397de2a28b051abab07092653925ef9ff822322
|
|
4
|
+
data.tar.gz: d774268f9dc3139cf25025c2d48c0b9529362e8a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd96b3306d78babaf74d63ac3b1026e4f0acfc7de9f9b40014f6ed369c32abd3b38f8e53d2559c61f05003e4802d8a2d50241c89ca70db328f9837a4b33e475f
|
|
7
|
+
data.tar.gz: 7749a08bcb99081c2a8fbc6ae8f146a5b8e55ef7f624044d45504eaa952d51cb12edbe6bb38924ca7f12b8bc31808ed7be33c2e3584e898d88779253fe0ebe94
|
data/_includes/footer.html
CHANGED
|
@@ -1 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
|
2
|
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
|
3
|
+
<!-- Include all compiled plugins (below), or include individual files as needed -->
|
|
4
|
+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
|
data/_includes/head.html
CHANGED
|
@@ -1,4 +1,21 @@
|
|
|
1
1
|
<head>
|
|
2
|
+
<meta charset="utf-8">
|
|
3
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
5
|
+
|
|
6
|
+
<title>NewberrySummer</title>
|
|
7
|
+
|
|
8
|
+
<!-- Bootstrap -->
|
|
9
|
+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
|
|
10
|
+
<!-- Fonts -->
|
|
2
11
|
<link href = "https://fonts.googleapis.com/css?family=Radley" rel = "stylesheet">
|
|
12
|
+
<!-- CSS -->
|
|
3
13
|
<link href = "/assets/main.css" rel = "stylesheet">
|
|
4
|
-
|
|
14
|
+
|
|
15
|
+
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
|
16
|
+
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
17
|
+
<!--[if lt IE 9]>
|
|
18
|
+
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
|
19
|
+
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
20
|
+
<![endif]-->
|
|
21
|
+
</head>
|
data/_layouts/default.html
CHANGED
|
@@ -1,18 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
<html>
|
|
4
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
5
3
|
{% include head.html %}
|
|
6
|
-
|
|
7
4
|
<body>
|
|
8
|
-
|
|
9
5
|
{% include header.html %}
|
|
10
|
-
|
|
11
|
-
<div class
|
|
6
|
+
|
|
7
|
+
<div class="container">
|
|
12
8
|
{{ content }}
|
|
13
9
|
</div>
|
|
14
|
-
|
|
10
|
+
|
|
15
11
|
{% include footer.html %}
|
|
16
|
-
|
|
17
12
|
</body>
|
|
18
|
-
</html>
|
|
13
|
+
</html>
|
data/_sass/winterslow.scss
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
---
|
|
2
|
+
# just an empty .scss file, yo
|
|
3
|
+
---
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
@import
|
|
7
|
-
"winterslow/base",
|
|
8
|
-
"winterslow/layout"
|
|
9
|
-
;
|
|
5
|
+
/* custom */
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: winterslow
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.41
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ''
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-03-
|
|
11
|
+
date: 2017-03-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -69,9 +69,6 @@ files:
|
|
|
69
69
|
- _layouts/page.html
|
|
70
70
|
- _layouts/post.html
|
|
71
71
|
- _sass/winterslow.scss
|
|
72
|
-
- _sass/winterslow/_base.scss
|
|
73
|
-
- _sass/winterslow/_layout.scss
|
|
74
|
-
- _sass/winterslow/_layout.scss.save
|
|
75
72
|
- assets/main.scss
|
|
76
73
|
homepage: https://github.com/newberrysummer/winterslow
|
|
77
74
|
licenses:
|
data/_sass/winterslow/_base.scss
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/* ------------------------------ */
|
|
2
|
-
/* bill slattery - March 26, 2017 */
|
|
3
|
-
/* ------------------------------ */
|
|
4
|
-
|
|
5
|
-
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure {
|
|
6
|
-
margin: 0;
|
|
7
|
-
padding: 0;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
body {
|
|
12
|
-
font: $content-font-family $content-font-size;
|
|
13
|
-
color: $content-font-color;
|
|
14
|
-
}
|
|
15
|
-
|