yefeme 0.1.7 → 0.2.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: ab29230452b66fb9d43e5abb96c7e7f395f287a0
4
- data.tar.gz: 4b7fb237f1c51e56e82c5bd1612971484090d150
3
+ metadata.gz: 20305f1a44fa55e701a8a52bf0ecb1ecf2825471
4
+ data.tar.gz: 94dd293e576923940503d2e0eb67733c8725269e
5
5
  SHA512:
6
- metadata.gz: 63a9053f1d05c1895c7b560190d87aff075ad02011bed0ad09784fd2dfd004fa8ce1f3bfa9e767f255af0019b8baffc583895b6d8ff84d30a0e225a2c74b1dea
7
- data.tar.gz: e42df285ce7ec79d94e1fa3c6e14f569b4bf09a86d3128cbd437b68a754895a8926fa06562100c19b2dde3e4bed449c7996fb327e5178add2cdc2fe53fd58274
6
+ metadata.gz: e6a49f511e7ecb71fe49a8b28fa52242cd6529b08bb8eb62f5a22092dc347715de2902f6802cc5d5ac048f05aab79ed8d6b4614da29a6687348aa6441db5d7eb
7
+ data.tar.gz: 21322bbbc1197e4c7556020f3614c96bdec789c345bea973077063d41d1af38361a7c835a84ed6afde1ff7cdc2d506ecdf6a034f919331812d1171330ae5f481
@@ -2,11 +2,17 @@
2
2
  <div class="content">
3
3
  <div class="links">
4
4
  {% if site.twitter_username %}
5
- <a href="https://twitter.com/{{ site.twitter_username }}">twitter</a>
5
+ <a href="https://twitter.com/{{ site.twitter_username }}"><i class="fa fa-twitter-square" aria-hidden="true"></i></a>
6
6
  {% endif %}
7
7
  {% if site.github_username %}
8
- <a href="https://github.com/{{ site.github_username }}">github</a>
8
+ <a href="https://github.com/{{ site.github_username }}"><i class="fa fa-github-square" aria-hidden="true"></i></a>
9
9
  {% endif %}
10
+ {% if site.email %}
11
+ <a href="mailto:{{ site.email }}"><i class="fa fa-envelope-square" aria-hidden="true"></i></a>
12
+ {% endif %}
13
+ </div>
14
+ <div class="copyright">
15
+ <span>{{ site.author }} &copy; {{ site.time | date: '%Y' }}</span>
10
16
  </div>
11
17
  </div>
12
18
  </footer>
data/_includes/head.html CHANGED
@@ -5,5 +5,7 @@
5
5
  <meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
6
6
  <title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
7
7
  <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
8
+ <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
9
+ <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre|Varela+Round" rel="stylesheet">
8
10
  <link rel="stylesheet" href="{{ "/assets/yefeme.css" | relative_url }}">
9
11
  </head>
data/_layouts/home.html CHANGED
@@ -2,7 +2,6 @@
2
2
  layout: default
3
3
  ---
4
4
 
5
- <h1>Musings</h1>
6
5
  <ul class="post-list">
7
6
  {% for post in site.posts %}
8
7
  <li>
data/_sass/yefeme.scss CHANGED
@@ -1,18 +1,17 @@
1
- $base-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
2
- $base-font-size: 18px !default;
1
+ $base-font-family: 'Frank Ruhl Libre', sans-serif !default;
2
+ $base-font-size: 20px !default;
3
3
  $base-font-weight: 400 !default;
4
4
  $small-font-size: $base-font-size * .875 !default;
5
5
  $base-line-height: 1.5 !default;
6
6
 
7
- $width: 660px;
7
+ $width: 760px;
8
8
  $spacing: 30px;
9
9
 
10
- $white: #fff !default;
11
- $gray: #47525d !default;
12
- $dark-gray: #929faa !default;
13
- $light-gray: #dbe4eb !default;
14
- $lighter-gray: #f2f9ff !default;
15
- $blue: #2d95f3;
10
+ $white: #FCFCFC !default;
11
+ $primary: #242325 !default;
12
+ $secondary: #84828F !default;
13
+ $accent: #ED254E !default;
14
+ $light-gray: #E8E8EA !default;
16
15
 
17
16
  html {
18
17
  box-sizing: border-box;
@@ -33,12 +32,17 @@ html {
33
32
 
34
33
  body {
35
34
  background-color: $white;
36
- color: $gray;
35
+ color: $primary;
37
36
  font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family;
38
37
  font-feature-settings: "kern" 1;
39
38
  font-kerning: normal;
40
39
  }
41
40
 
41
+ h1, h2, h3, h4, h5, a {
42
+ font-family: 'Varela Round', sans-serif;
43
+ font-weight: 400;
44
+ }
45
+
42
46
  h1 {
43
47
  font-size: 28px;
44
48
  line-height: 36px;
@@ -51,10 +55,24 @@ ul {
51
55
  padding: 0;
52
56
  }
53
57
 
54
- h2 {
58
+ .content h2 {
59
+ margin: 0;
60
+ }
61
+
62
+ .post-list li {
63
+ h2 {
55
64
  font-size: 22px;
56
65
  line-height: 30px;
57
66
  margin: 0;
67
+ display: inline-block;
68
+ font-weight: 400;
69
+ }
70
+ span {
71
+ float: right;
72
+ font-size: .75em;
73
+ color: #84828F;
74
+ text-align: right;
75
+ }
58
76
  }
59
77
 
60
78
  a,
@@ -62,12 +80,13 @@ a:hover,
62
80
  a:active,
63
81
  a:focus,
64
82
  a:visited {
65
- color: $blue;
83
+ color: $accent;
66
84
  text-decoration: none;
67
85
  }
68
86
 
69
87
  a:hover {
70
- border-bottom: 1px solid $blue;
88
+ border-bottom: 1px solid $accent;
89
+ padding-bottom: 5px;
71
90
  }
72
91
 
73
92
  .wrapper {
@@ -87,27 +106,43 @@ main {
87
106
  }
88
107
 
89
108
  header {
90
- border-bottom: 1px solid $light-gray;
91
- border-top: 5px solid $light-gray;
92
- margin: 0 0 20px;
109
+ margin: 0px 0 20px;
93
110
  padding: 20px 0;
94
111
 
95
112
  a,
96
113
  a:hover,
97
114
  a:focus,
98
115
  a:visited {
99
- color: $gray;
116
+ color: $primary;
100
117
  }
101
118
 
102
119
  a:hover {
103
- border-bottom: 1px solid $gray;
120
+ border-bottom: none;
121
+ font-weight: 600;
104
122
  }
105
123
  }
106
124
 
107
125
  footer {
108
- border-top: 1px solid $light-gray;
109
- margin: 20px 0 0;
110
- padding: 20px 0;
126
+ .content {
127
+ display: flex;
128
+ justify-content: space-between;
129
+ border-top: 1px solid #E8E8EA;
130
+ padding: 20px 30px;
131
+ }
132
+ .copyright {
133
+ span {
134
+ font-size: .75em;
135
+ color: #84828F;
136
+ }
137
+ }
138
+ .links {
139
+ a {
140
+ margin-right: 10px;
141
+ &:hover {
142
+ border-bottom: none;
143
+ }
144
+ }
145
+ }
111
146
  }
112
147
 
113
148
  .post-list {
@@ -125,12 +160,23 @@ footer {
125
160
 
126
161
  .post-meta {
127
162
  margin: 0;
163
+ color: $secondary;
164
+ }
165
+
166
+ .post-title {
167
+ color: $accent;
128
168
  }
129
169
  }
130
170
 
131
171
  .post-content {
172
+ h2 {
173
+ font-size: 26px;
174
+ margin-top: 40px;
175
+ }
176
+
132
177
  p {
133
178
  margin: 0 0 12px;
179
+ font-size: 16px;
134
180
  }
135
181
 
136
182
  p:last-child {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yefeme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yefim Vedernikoff
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-26 00:00:00.000000000 Z
11
+ date: 2017-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll