hitchens-theme 0.6.2 → 0.7.0

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: 3a25434d5ae42cd42975e96d4f92e6a6ff393cb8
4
- data.tar.gz: 449ad19f5d32f7602dac75b0465473e9489c6879
3
+ metadata.gz: 22d5a6f303daf4755c6f93f85f9d7bd7ccce0f4e
4
+ data.tar.gz: 44798078665c3a45ab7172c4371eadc764701fd4
5
5
  SHA512:
6
- metadata.gz: 6828a47268c6b8b103a3e6dd8486d501e0bdf075b201c645b1d0147d9a86c44738e97aa3a2724fadd497c7141252cfeb9776ecb4535a3ef8460bd5856c973971
7
- data.tar.gz: 9a3220d6b032c4e9cd3b35fdf17abc7189947951f5fc3f9c017e3e0ec07c6e213d39de68b689d586314e3e3682027361da91db3ead769fe826bc9b63fefc7f67
6
+ metadata.gz: a7ae98fadbdadd5eb7422386f012f1832edebb5808d67d1dac7ba1ce2f6440e4aa8187739cda40740733e268455581841ef478b13e71ad73453dbdb44377ad3e
7
+ data.tar.gz: 86e7f774bccf53c90e9b2236b04f102684d91bb5af671399181e128443efaf48258564ef7ac08847cab52f6a103b7b81ce9d88dd74cb48468e28d560e986561c
data/_layouts/home.html CHANGED
@@ -8,6 +8,7 @@ layout: default
8
8
  {% include back-link.html %}
9
9
  {% else %}
10
10
  <header class="site-masthead">
11
+ {% include menu.html %}
11
12
  {% if site.title %}
12
13
  <h1>
13
14
  {{ site.title }}
@@ -18,7 +19,6 @@ layout: default
18
19
  {{ site.description }}
19
20
  </h2>
20
21
  {% endif %}
21
- {% include menu.html %}
22
22
  </header>
23
23
  {% endif %}
24
24
 
data/_sass/_article.scss CHANGED
@@ -1,3 +1,11 @@
1
+ .post {
2
+ background: white;
3
+ margin: 2em auto;
4
+ max-width: 60rem;
5
+ padding: 2em 0;
6
+ box-shadow: 12px 18px 24px rgba(darken($brand-color, 50%), .1);
7
+ }
8
+
1
9
  .post > * {
2
10
  margin-left: auto;
3
11
  margin-right: auto;
data/_sass/_base.scss CHANGED
@@ -1,4 +1,5 @@
1
1
  body {
2
+ background: $brand-color;
2
3
  color: $text-color;
3
4
  font-family: $font-family;
4
5
  font-size: 1.3125em;
@@ -151,7 +152,6 @@ figcaption {
151
152
  text-align: center;
152
153
  text-decoration: none;
153
154
  text-transform: uppercase;
154
- transition: all .125s ease-in-out;
155
155
  &:hover,
156
156
  &:focus {
157
157
  background: lighten($brand-color, 2.5%);
data/_sass/_masthead.scss CHANGED
@@ -1,23 +1,14 @@
1
1
  .site-masthead {
2
- background: $brand-color;
3
2
  box-sizing: border-box;
4
- min-height: 50vh;
5
- padding: 2em;
3
+ padding: 0 2em;
6
4
  position: relative;
7
-
8
- display: flex;
9
- flex-direction: column;
10
- justify-content: center;
11
5
  text-align: center;
12
- @media screen and (min-width: $on-laptop) {
13
- padding: 6em 2em;
14
- }
15
6
  }
16
7
 
17
8
  .site-masthead h1 {
18
9
  font-size: 3em;
19
10
  margin-bottom: 0;
20
- margin-top: 0;
11
+ margin-top: 1em;
21
12
  @media (min-width: $on-tablet) {
22
13
  font-size: 6em;
23
14
  }
data/_sass/_search.scss CHANGED
@@ -5,6 +5,7 @@
5
5
  }
6
6
 
7
7
  #search__input {
8
+ background: transparent;
8
9
  border: 0;
9
10
  font: 1em $font-family;
10
11
  padding: .5em;
@@ -17,4 +18,17 @@
17
18
 
18
19
  #search button[type="submit"] {
19
20
  display: none;
21
+ }
22
+
23
+ ::-webkit-input-placeholder {
24
+ color: $muted-text-color;
25
+ }
26
+ ::-moz-placeholder {
27
+ color: $muted-text-color;
28
+ }
29
+ :-ms-input-placeholder {
30
+ color: $muted-text-color;
31
+ }
32
+ :-moz-placeholder {
33
+ color: $muted-text-color;
20
34
  }
@@ -1,4 +1,4 @@
1
- $brand-color: #f2e300;
1
+ $brand-color: #fede00;
2
2
  $highlight: lighten($brand-color, 35%);
3
3
  $text-color: #0b0404;
4
4
  $muted-text-color: #64644B;
@@ -6,5 +6,5 @@ $font-family: "EB Garamond", Garamond, "Times New Roman", serif;
6
6
 
7
7
  $on-bigphone: 375px;
8
8
  $on-tablet: 768px;
9
- $on-laptop: 928px;
10
- $on-desktop: 1024px;
9
+ $on-laptop: 960px;
10
+ $on-desktop: 1200px;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hitchens-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pat Dryburgh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-09 00:00:00.000000000 Z
11
+ date: 2019-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll