really-simple 0.2.0 → 0.2.1

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: af2e2c4d22decda3e2845259954490793436f51a
4
- data.tar.gz: 6e11c3c4262d579d01caa3a3132c5d68590b2b99
3
+ metadata.gz: 8f5757d0a4636f35f1753fba7354f027f3e9fe0d
4
+ data.tar.gz: 50ae926db80905fc165754ef842443715582210a
5
5
  SHA512:
6
- metadata.gz: 01ad82cca3d3c1687c23f9488d48b53bc3a4f013ce2ba563d04a5dd01d116db469b4a0e0b87a1b7a7a4fe74793039a0fc4373e7fc76c7774d79bccb32a420696
7
- data.tar.gz: d733b5d278af688aeacdaedfbc2e71cf3dca6e19129b9e6418417b96f6d905e23597bc7e730b33b873193b99b3bb88d019f7c4d7716fca88751e49533ea288c7
6
+ metadata.gz: cd621ee806ed5889de77fe9707f760231da1b67171e1b32892517d4c48553127f770dc3bf892293b77791f0cc45293b4f1262f663913a4d53bf084de39f2a2df
7
+ data.tar.gz: 9d6f2b5df3bbb27a66b3ca701df5ce2fd0a831285be97d46aa5d64bca9708f38b8d5e96123104768ff87afe6097c5185cde91472de9ce8ee472101585a5a875f
data/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ [![CircleCI](https://circleci.com/gh/jusx/really-simple/tree/master.svg?style=shield)](https://circleci.com/gh/jusx/really-simple/tree/master)
1
2
  [![Gem Version](https://badge.fury.io/rb/really-simple.svg)](https://badge.fury.io/rb/really-simple)
2
3
 
3
4
  # Really Simple.
@@ -22,6 +22,7 @@
22
22
 
23
23
  <div class="footer">
24
24
  All Rights Reserved &copy; 2017 {{ site.title | escape }}
25
+ <p>Powered by <a href="https://jekyllrb.com/">Jekyll</a> and the <a href="https://github.com/jusx/really-simple">Really Simple theme.</a></p>
25
26
  </div>
26
27
  </div>
27
28
  </body>
data/_sass/_simple.scss CHANGED
@@ -38,11 +38,13 @@ body {
38
38
  padding-bottom: 20px;
39
39
  border-top: 1px solid #ddd;
40
40
  margin-top: 70px;
41
+ font-size: 0.8em;
41
42
  }
42
43
 
43
44
  .content {
44
45
  width: 70%;
45
46
  margin: 0 auto;
47
+ font-size: 1.1em;
46
48
 
47
49
  h1, h2, h3, h4, h5, h6 {
48
50
  font-family: "Lucida Grande", verdana, 'Lato', sans-serif;
@@ -80,14 +82,16 @@ body {
80
82
 
81
83
  .post-content {
82
84
  line-height: 1.5em;
83
- a {
84
- color:#111;
85
- color: #0090B2;
86
- text-decoration:none;
87
85
 
88
- &:hover {
89
- color: #FF7A00;
90
- }
86
+ }
87
+
88
+ a {
89
+ color:#111;
90
+ color: #0090B2;
91
+ text-decoration:none;
92
+
93
+ &:hover {
94
+ color: #FF7A00;
91
95
  }
92
96
  }
93
97
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: really-simple
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - jusx
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-22 00:00:00.000000000 Z
11
+ date: 2017-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll