sebasic 0.1.2 → 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
  SHA256:
3
- metadata.gz: 29e65ee3c909255dbb2d8880c2cdc755e1b954e4ec3cb48801fe8dc204a38e16
4
- data.tar.gz: 6cbf297ef6be4477e9f92df7ff3d8e95b5cd9a141e1ad96d791dfc0ceb066a42
3
+ metadata.gz: 3428c0d1bc996f39bc7fcb6ac4449c9a9f57c6dfadb6579a00348a8cd61162a0
4
+ data.tar.gz: 51c8e7de7c3735b295b76d5cf1c4e45eb31e6df4bb152a7a2027f6ab02b1ccff
5
5
  SHA512:
6
- metadata.gz: e39854c361dbcf3c117b15fa8bc7cc538d3401e282b2ede69195d19237164840febf33619c1c7ac2afa598af36710a56175d22944a0e8612f80fa51b1de7bfc0
7
- data.tar.gz: a57a20a385c482c72928b8311df0821300819fd71e3cc63d92e3d5f2eb281101afa35a11598ca2c1b5d08829967a0751a9eaa6c0a59b263ee8831340fb029934
6
+ metadata.gz: 57e41922ded5d156f62817011878e89ae39d8ffa362a6730a4f5779d351713fe280cc10106205e82dea459d503c11ce4f31eb6aaf744005880fc9cf5d92eb017
7
+ data.tar.gz: a799ccda1f93d579c3b3c03754e51455e2eddb8745bba2ed2054160b16dc244c6e8c26ed41ff6393621200712ebbbcfdec799b67c9e84327b972bb6030dd3060
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
 
@@ -75,7 +75,7 @@ url: https://lewis8s.codes
75
75
 
76
76
  sebasic:
77
77
  date_format: "%B %d, %Y"
78
- twitter_user: realDonaldTrump # Twitter username for 'follow me button'
78
+ github_user: lewisrobbins # github username
79
79
 
80
80
  theme: sebasic
81
81
  ```
@@ -5,6 +5,6 @@ url: https://lewis8s.codes
5
5
 
6
6
  sebasic:
7
7
  date_format: "%B %d, %Y"
8
- twitter_user: realDonaldTrump
8
+ github_user: lewisrobbins
9
9
 
10
10
  theme: sebasic
@@ -1,6 +1,6 @@
1
1
  <header class="style_header">
2
2
  <nav>
3
3
  <a class="home_link" href="/">{{ site.title }}</a>
4
- <a class="follow_me" target="_blank" href="https://twitter.com/{{ site.sebasic.twitter_user }}">Follow Me</a>
4
+ <a class="follow_me" rel=”noopener noreferrer” target="_blank" href="https://github.com/{{ site.sebasic.github_user }}">Follow Me</a>
5
5
  </nav>
6
6
  </header>
@@ -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,15 @@
24
24
  }
25
25
  /* index list of articles */
26
26
 
27
- ul, ol {
27
+ .content ul {
28
+ padding-left: 0.9rem;
29
+ }
30
+
31
+ .content li {
32
+ line-height: 1.5;
33
+ }
34
+
35
+ ul.home_list {
28
36
  list-style: none;
29
37
  }
30
38
  ul li {
@@ -95,7 +103,7 @@ main {
95
103
  --content-width: 50ch;
96
104
  --layout-padding: 2rem;
97
105
  margin: 0 auto;
98
- padding: 0 var(--layout-pading);
106
+ padding: 0 var(--layout-padding);
99
107
  max-width: calc(var(--content-width) + var(--layout-padding));
100
108
  }
101
109
 
metadata CHANGED
@@ -1,14 +1,14 @@
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.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lewis R
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-07 00:00:00.000000000 Z
11
+ date: 2020-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll