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 +4 -4
- data/README.md +1 -0
- data/_includes/icon-email.html +1 -1
- data/_layouts/about.html +2 -0
- data/_layouts/page.html +2 -0
- data/_sass/academic/_layout.scss +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 80b96b2e3567b4b493b88a0e1de5a2ddf02dabff
|
4
|
+
data.tar.gz: 87f80a002d842cc98e06bb24c9d20c9b8f636d83
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
data/_includes/icon-email.html
CHANGED
@@ -1 +1 @@
|
|
1
|
-
<a href="mailto:{{site.email}}"><span class="icon icon--email">{% include icon-email.svg %}</span><span class="username">
|
1
|
+
<a href="mailto:{{site.email}}"><span class="icon icon--email">{% include icon-email.svg %}</span><span class="username">contact</span></span></a>
|
data/_layouts/about.html
CHANGED
data/_layouts/page.html
CHANGED
data/_sass/academic/_layout.scss
CHANGED
@@ -402,8 +402,8 @@
|
|
402
402
|
|
403
403
|
.about-col-1 {
|
404
404
|
padding-right: $spacing-unit / 2;
|
405
|
-
width: -webkit-calc(
|
406
|
-
width: calc(
|
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
|
-
|
417
|
-
width: -webkit-calc(
|
418
|
-
width: calc(
|
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.
|
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-
|
11
|
+
date: 2016-12-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|