academic 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 54422913c366745c13667b87aee03f3eb04b2848
4
- data.tar.gz: f61db886168da78235be063031c97e79ab9871f8
3
+ metadata.gz: 80b96b2e3567b4b493b88a0e1de5a2ddf02dabff
4
+ data.tar.gz: 87f80a002d842cc98e06bb24c9d20c9b8f636d83
5
5
  SHA512:
6
- metadata.gz: 107c1f5ef34ba1f8a34f2703f3fb35838097bf8666fc05b8bbb99831e43f1892402eb01519f979d74c95746ea12e3e48b0b75a960ad01ced61a42982a7d50bb2
7
- data.tar.gz: 74f5a69885cddb6c0f4570a12212bd27c4ef649a85c218ccdc5e4748adf164de2d05d87ae437a7ba778d49903652e5456da4262a40ac2192afd2ed40303b9ca6
6
+ metadata.gz: 77facb063a4d97f2024d8d226e40f5f554b2c36b54dbe975eb83ad113b97522f6fa5fbb6687c2c048fab1546ea8a686f7b8940d125cd6f0bb268732532ca8167
7
+ data.tar.gz: 8214f660b220c8c1c226c87a4bb23b0d0aa03c3164c12a2a12121d0db694fc65ab5e1f0c2b679ed7eb1e88013f7ffc29ba885ae05456e7564d8473eaa58aa22a
data/README.md CHANGED
@@ -206,6 +206,7 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/gaalca
206
206
 
207
207
  ## Release log
208
208
 
209
+ + 0.1.3 [2016-12]: design refinements (page and about layouts)
209
210
  + 0.1.2 [2016-12]: bug fixes (footer, assets and gemfile cleaning) + `repo` var
210
211
  + 0.1.1 [2016-12]: bug fixes (404 page layout, footer, posts list)
211
212
  + 0.1.0 [2016-12]: first release of the theme.
@@ -1 +1 @@
1
- <a href="mailto:{{site.email}}"><span class="icon icon--email">{% include icon-email.svg %}</span><span class="username">{{ include.username }}</span></span></a>
1
+ <a href="mailto:{{site.email}}"><span class="icon icon--email">{% include icon-email.svg %}</span><span class="username">contact</span></span></a>
@@ -29,7 +29,9 @@ layout: default
29
29
  {% include icon-website.html url=site.author_website %}
30
30
  </li>
31
31
  {% endif %}
32
+ </ul>
32
33
 
34
+ <ul class="contact-list">
33
35
  {% if site.github_username %}
34
36
  <li>
35
37
  {% include icon-github.html username=site.github_username %}
@@ -2,4 +2,6 @@
2
2
  layout: default
3
3
  ---
4
4
 
5
+ <h1 class="post-title" itemprop="name headline">{{ page.title | escape }}</h1>
6
+
5
7
  {{ content }}
@@ -402,8 +402,8 @@
402
402
 
403
403
  .about-col-1 {
404
404
  padding-right: $spacing-unit / 2;
405
- width: -webkit-calc(40% - (#{$spacing-unit} / 2));
406
- width: calc(40% - (#{$spacing-unit} / 2));
405
+ width: -webkit-calc(35% - (#{$spacing-unit} / 2));
406
+ width: calc(35% - (#{$spacing-unit} / 2));
407
407
 
408
408
 
409
409
  .user-picture {
@@ -413,9 +413,9 @@
413
413
  }
414
414
 
415
415
  .about-col-2 {
416
- padding-left: $spacing-unit / 2;
417
- width: -webkit-calc(60% - (#{$spacing-unit} / 2));
418
- width: calc(60% - (#{$spacing-unit} / 2));
416
+ @include size(small);
417
+ width: -webkit-calc(65% - (#{$spacing-unit} / 2));
418
+ width: calc(65% - (#{$spacing-unit} / 2));
419
419
  }
420
420
 
421
421
  @include media-query($on-laptop) {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: academic
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
  - gaalcaras
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-22 00:00:00.000000000 Z
11
+ date: 2016-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll