winterslow 0.1.40 → 0.1.41

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3f6c2f3310ae6962bd04d332637c79e8d65ec641
4
- data.tar.gz: ad7e83eb9f44fe8bab0b1d8c351d6689a50a0172
3
+ metadata.gz: 1397de2a28b051abab07092653925ef9ff822322
4
+ data.tar.gz: d774268f9dc3139cf25025c2d48c0b9529362e8a
5
5
  SHA512:
6
- metadata.gz: 17b61b31060806953a6e2801905b4c6b07e5fda23f116416e707dff065b1e6ba6f7906eef5f8a61e98a5e30c2f348eb5c9dc35962d5c97387fdc89476d1708ba
7
- data.tar.gz: 3f17114438ae94f14da178fed151b9f9d877fb8148656c98ebbee462c99996ed9c36d2b85aadead2a12c2f176573b325f8f3db13e54974bde62eaa67646b591e
6
+ metadata.gz: fd96b3306d78babaf74d63ac3b1026e4f0acfc7de9f9b40014f6ed369c32abd3b38f8e53d2559c61f05003e4802d8a2d50241c89ca70db328f9837a4b33e475f
7
+ data.tar.gz: 7749a08bcb99081c2a8fbc6ae8f146a5b8e55ef7f624044d45504eaa952d51cb12edbe6bb38924ca7f12b8bc31808ed7be33c2e3584e898d88779253fe0ebe94
@@ -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
- </head>
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>
@@ -1,18 +1,13 @@
1
- '<!DOCTYPE html>
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 = "container">
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>
@@ -1,9 +1,5 @@
1
- $content-font-family: 'Radley', serif !default;
2
- $content-font-size: 18px !default;
3
- $content-font-color: #111 !default;
1
+ ---
2
+ # just an empty .scss file, yo
3
+ ---
4
4
 
5
- // import partials
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.40
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-29 00:00:00.000000000 Z
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:
@@ -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
-
@@ -1,14 +0,0 @@
1
- /* header */
2
-
3
- /* body */
4
-
5
- .container {
6
- font-family: 'Radley', serif;
7
- font-size: 25px;
8
- margin: auto;
9
- width: 50%;
10
- padding: 100px;
11
- background-color: #999999;
12
- }
13
-
14
- /* footer */
@@ -1,13 +0,0 @@
1
- /* header */
2
-
3
- /* body */
4
-
5
- .container {
6
- font:
7
- margin: auto;
8
- width: 50%;
9
- padding: 100px;
10
- background-color: #999999;
11
- }
12
-
13
- /* footer */