sebasic 0.1.2 → 0.1.3

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
  SHA256:
3
- metadata.gz: 29e65ee3c909255dbb2d8880c2cdc755e1b954e4ec3cb48801fe8dc204a38e16
4
- data.tar.gz: 6cbf297ef6be4477e9f92df7ff3d8e95b5cd9a141e1ad96d791dfc0ceb066a42
3
+ metadata.gz: ef553b6e308eb7c6cef01b60ecd9d74512ebb252b46208ee799831ada757c3fc
4
+ data.tar.gz: dae3e4c293ffa18cc31eb40a9a55655b979b034bfd72e6fe713d8b854e3916d3
5
5
  SHA512:
6
- metadata.gz: e39854c361dbcf3c117b15fa8bc7cc538d3401e282b2ede69195d19237164840febf33619c1c7ac2afa598af36710a56175d22944a0e8612f80fa51b1de7bfc0
7
- data.tar.gz: a57a20a385c482c72928b8311df0821300819fd71e3cc63d92e3d5f2eb281101afa35a11598ca2c1b5d08829967a0751a9eaa6c0a59b263ee8831340fb029934
6
+ metadata.gz: 999d4b37ac80b2ee94bb0dd6c096493435342afa202c6002107bf37065a3351ca1be62ebf2048767376a0ee7f5a71d6855c39eb48a3eeba8c8573bc16302dc61
7
+ data.tar.gz: 39be34eef42a145ad66432f28e8fe1599e79bd8e63c3b349fa37aa0b502e30bf19137e7a1479c78e58007958ce3f8c653ed9a2e5c84ba836d633ad9060b2b582
data/README.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/sebasic.svg)](https://badge.fury.io/rb/sebasic)
4
4
 
5
- Sebasic is an easy on the eyes IKEA style blog [Jekyll](https://jekyllrb.com/) for programmers. [[view demo]](https://lewis8s.codes)
5
+ Sebasic is an easy on the eyes IKEA style [Jekyll](https://jekyllrb.com/) blog for programmers. [[view demo]](https://lewis8s.codes)
6
6
 
7
- Inspired by [sgolem](https://sgolem.com/) theme, and [rauchg.com](https://rauchg.com/)
7
+ Inspired by [sgolem](https://sgolem.com/), and [rauchg.com](https://rauchg.com/)
8
8
 
9
9
  ![](./github/banner_2.png)
10
10
 
@@ -6,7 +6,7 @@ layout: default
6
6
  </head>
7
7
 
8
8
  {%- if site.posts.size > 0 -%}
9
- <ul>
9
+ <ul class="home_list">
10
10
  {% for post in site.posts %}
11
11
  {% capture post_data %}{{ page.date | date: "%B %d, %Y" }}{% endcapture %}
12
12
 
@@ -24,7 +24,11 @@
24
24
  }
25
25
  /* index list of articles */
26
26
 
27
- ul, ol {
27
+ .content ul {
28
+ padding-left: 0.9rem;
29
+ }
30
+
31
+ ul.home_list {
28
32
  list-style: none;
29
33
  }
30
34
  ul li {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sebasic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lewis R