zenfolio-jekyll-theme 0.1.1 → 0.1.2

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: d649723df2d13acfa39141cd138d2a58725013f6
4
- data.tar.gz: c443489193d557ae4e4b962ed7b4694fcec1aeaa
3
+ metadata.gz: bf33964e1b4f3b49ca41727e34815a8ae1a88cef
4
+ data.tar.gz: 1ac8b233e71fe9e65a517bf965652dcd7955d4b3
5
5
  SHA512:
6
- metadata.gz: 9a8cd28065463a0a6365be357f4e853efc2e532375f807cf16c29f3e7556a672dc625dfd1afc97f4b54dc11fcda59f1ebd86ba39ba1a4b1b65d7c56244d793a0
7
- data.tar.gz: 6a4296a4755ca09729c67d980cde0626b87216d2728bf6752ba10e1cbeba6220cfad151dd2923806e5e402cb8cfdb26ba64bf9f08d5d54e8cc7a2936cadf9331
6
+ metadata.gz: 2aeba8a9a81b150d213d5dbec2f23eaf3cedd026dc5385fe78be11b2a390e6f1f705ec23676e640af448853664b808653012bd51aa7be79d71995b2ef408a9ed
7
+ data.tar.gz: 6d83fbc2f75ca0baab402a553df74db633588d2a042d91d463788f58c629259687035103d352e70009b8f96945113967adef950c6397c9f427a58b3e3ca101ea
@@ -1,4 +1,4 @@
1
1
  <footer>
2
2
  <div style="clear: both"></div>
3
- <h6>{{ site.author | escape }}</h6>
3
+ <h6>{{ site.author | escape }}, {{ 'now' | date: "%Y" }}</h6>
4
4
  </footer>
@@ -1,4 +1,4 @@
1
1
  <header>
2
- <h1>{{ site.author | escape }}</h1>
2
+ <h1><a href="/">{{ site.author | escape }}</a></h1>
3
3
  <h3>{{ site.description | escape }}</h3>
4
4
  </header>
data/assets/main.css CHANGED
@@ -27,15 +27,23 @@ ul li {
27
27
  }
28
28
 
29
29
  header {
30
- margin-bottom: 100px;
30
+ background-color: #f3f3f2;
31
+ padding-top: 70px;
32
+ padding-bottom: 70px;
33
+ margin-bottom: 60px;
31
34
  }
32
35
 
33
36
  header h1 {
34
37
  font-size: 36px;
35
38
  color: #333;
36
- margin-top: 100px;
37
39
  margin-bottom: 20px;
38
40
  }
41
+
42
+ header h1 a {
43
+ color: #333;
44
+ text-decoration: none;
45
+ }
46
+
39
47
  header h3 {
40
48
  font-size: 16px;
41
49
  color: #666666;
@@ -59,7 +67,8 @@ footer h6 {
59
67
  }
60
68
  .project-info p {
61
69
  margin-top: 30px;
62
- font-size: 14px;
70
+ font-size: 18px;
63
71
  line-height: 25px;
64
- font-weight: 200;
72
+ font-weight: 300;
73
+ color: #333;
65
74
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zenfolio-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noel Khasipov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-11 00:00:00.000000000 Z
11
+ date: 2017-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll