names_are_hard 0.1.3 → 0.1.4

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: d90fa742e7ff95d0e40b03a35a97eecf2a1b1462
4
- data.tar.gz: 1f97c11cf402f082afedc6b0464446e3a92aace3
3
+ metadata.gz: e86b6b79351e738b5bdb8a5e7682e82e074af268
4
+ data.tar.gz: b4ee77d4506034a815c8d60a95778046623bcca1
5
5
  SHA512:
6
- metadata.gz: 964b33cd5afec4dd9ba6b3fd90b9598a66b6d2c39e0d97f1bc63be15e4788fba045757aca031f33589273f741a270e7aa8874859cf00cc7d66fc615d4a4f4e31
7
- data.tar.gz: 61f66814980a3569c83dde2c365e42f4be38e63b1cd10c1d64714001dd395888794bbb094c137ad0f51135faf7ddb31b524fed343d3b738f996197d0df731748
6
+ metadata.gz: e3ba6c3e2c37b996094eea891a060bc4370bed7fed6043adf55f016bef2e6bd52afbe9b84bc08de05366b011d7e3c7472a52de8c3cacadd7ca25cd7c31c1c04e
7
+ data.tar.gz: 9933d92ef513d2d307a868e68f88563faab0d747cc97cbc99b6c2d5511b8404ae6e5fbe4cf1adbb2b6d4994ff61772cb14621f66886a6419959e50b74f527ed0
data/README.md CHANGED
@@ -1,7 +1,11 @@
1
1
  # names_are_hard
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/names_are_hard.svg)](https://badge.fury.io/rb/names_are_hard)
4
+
3
5
  This is a theme that is used for https://chris-johnston.me
4
6
 
7
+ <img src="screenshot.png" style="max-width: 400px" />
8
+
5
9
 
6
10
  ## Installation
7
11
 
@@ -7,18 +7,32 @@
7
7
  <!-- include some recent posts underneath -->
8
8
 
9
9
  <div class="post-wrapper">
10
- {% if site.posts.size > 0 %}
10
+
11
11
  <h2 class="post-list-heading">Recent:</h2>
12
12
  <ul class="post-list">
13
- {% for post in site.posts limit:3 %}
13
+
14
+
15
+
16
+ <li class="post-element">
17
+ <a class="post-link" >
18
+ AAAAAAAAAAAAAAAAAAAAAAAAAAA
19
+ </a>
20
+ </li>
21
+
14
22
  <li class="post-element">
15
- <a class="post-link" href="{{ post.url | relative_url }}">
16
- {{ post.title }}
23
+ <a class="post-link" >
24
+ BBBBBBBB CCCCCC CDDDDDDDD
17
25
  </a>
18
26
  </li>
19
- {% endfor %}
27
+
28
+ <li class="post-element">
29
+ <a class="post-link" >
30
+ AEIOU AEIOU AEIOU AEIOU AEIOU??!
31
+ </a>
32
+ </li>
33
+
20
34
  </ul>
21
- {% endif %}
35
+
22
36
  </div>
23
37
 
24
38
  </header>
@@ -84,8 +84,9 @@ body li
84
84
 
85
85
  .github-link
86
86
  {
87
+ display: block;
87
88
  position: absolute;
88
- bottom: 15pt;
89
+ top: 50pt;
89
90
  right: 10pt;
90
91
  font-size: 12pt;
91
92
  }
@@ -107,6 +108,10 @@ body li
107
108
  padding-top: 10pt;
108
109
  padding-bottom: 5pt;
109
110
  border-bottom: $line-style;
111
+ height: 10pt;
112
+ overflow: hidden;
113
+ display: block;
114
+ margin-right: 175px;
110
115
  }
111
116
 
112
117
  .site-header-tall > .post-wrapper
@@ -304,4 +309,51 @@ table {
304
309
  }
305
310
  }
306
311
 
312
+ @media only screen and (max-width: 700px)
313
+ {
314
+ body{
315
+ background: red;
316
+ }
317
+ .site-header-tall
318
+ {
319
+ height: auto;
320
+ }
321
+
322
+ .site-title {
323
+ position: static;
324
+ display: block;
325
+ margin: 10px;
326
+ width: auto;
327
+ height: auto;
328
+ top: auto;
329
+ bottom: auto;
330
+ left: auto;
331
+ font-size: 30pt;
332
+ }
333
+ .github-link {
334
+ position: static;
335
+ display: block;
336
+ margin-left: 10px;
337
+ margin-right: 10px;
338
+ margin-top: 5px;
339
+ margin-bottom: 5px;
340
+ width: auto;
341
+ height: auto;
342
+ top: auto;
343
+ bottom: auto;
344
+ left: auto;
345
+ }
346
+ .site-header-tall > .post-wrapper
347
+ {
348
+ margin: 5px 10px;
349
+ position: static;
350
+ display: block;
351
+ width: auto;
352
+ height: auto;
353
+ top: auto;
354
+ bottom: auto;
355
+ left: auto;
356
+ }
357
+ }
358
+
307
359
  @import "syntax";
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: names_are_hard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Johnston
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-08 00:00:00.000000000 Z
11
+ date: 2018-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll