gemdev-theme 0.1.3 → 0.1.5

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/about.html +15 -0
  3. data/_sass/style.scss +1 -0
  4. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a8161e16bbb6ff0ee0514a44bad94e8287697fa62b15e1428ce50a8cdcd84b12
4
- data.tar.gz: 2f9e05fbe95538617df2c0a505cbb27b93bdc10b1e34fd0710ea132d2e906a2f
3
+ metadata.gz: 527bdcaa4573eb8c1ada440e32735d3c4bd3b931be21dddecfa39324b63a7dcb
4
+ data.tar.gz: b3777755bbe4bd54f8bf8a25332d40359a6ae8e17fb95008baea463c9d528a34
5
5
  SHA512:
6
- metadata.gz: 9d9b4c9e232f17c47103aed4b190f359f976cd1a630aaba5ae2b4084cc9403952eb13028000a12ca6cd2e5bc2902e537162908c36e816edf714c3c9519263329
7
- data.tar.gz: eb43a1e5ea74fa3ae37163d7ae3ca58676defe54b8eeac1e5984be74a85bf3d528ad2af686a68cfb6537fdd5bf15e457eb26e425fdd1db5e03ae2513db7a4f25
6
+ metadata.gz: 5df8b0b005f3190b4ae284a7e171752661df100f7eb0500f1d16f9d7050534a209730176c0b8851de08be6366e888b8fe3db81671036612e34d66a0856df661e
7
+ data.tar.gz: 969c0d17d8b53ac34fb7d99c4409fa876b9c7c9404ceef87af995ca0b7e4a7f5f0a6a8127ac3ecfa535a350a1f68a2a67888a4ef3ffe58a9f08b8389bb648192
@@ -0,0 +1,15 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <h2>About</h2>
6
+
7
+ {{ content }}
8
+
9
+ <h2>Projects</h2>
10
+
11
+ {% for project in site.projects %}
12
+ <ul>
13
+ <li><p>[<a href="{{ project.url }}">{{ project.name }}</a>] {{ project.description }}</p></li>
14
+ </ul>
15
+ {% endfor %}
data/_sass/style.scss CHANGED
@@ -113,6 +113,7 @@ body {
113
113
  text-align: center;
114
114
  width: 100%;
115
115
  font-size: 0.9em;
116
+ padding: 0 0 5px;
116
117
 
117
118
  .icons {
118
119
  ul {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemdev-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - maykongsn
@@ -63,6 +63,7 @@ files:
63
63
  - README.md
64
64
  - _config.yml
65
65
  - _includes/header.html
66
+ - _layouts/about.html
66
67
  - _layouts/default.html
67
68
  - _layouts/home.html
68
69
  - _layouts/page.html