jekyll-mini 1.0.0 → 1.0.1

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/README.md +1 -1
  3. data/index.html +30 -0
  4. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4837f1422bb75e1a4bbbb185c1fe82ddf5ec85cbb57db3f1d9633dfcda02af9e
4
- data.tar.gz: 03c6d7c55ada5e73a9912bb286972fbd812319602269c7fb38259b74ff8af486
3
+ metadata.gz: 7877f96a5cdfd302dd02db0190baed9d017dbe58632bec8693f8a0122e9d7d5d
4
+ data.tar.gz: dc72e2d0d9c58ed0a255e7610689aff96ce7810a3aeabe0f7d4ca3ec924af72f
5
5
  SHA512:
6
- metadata.gz: 7519c54133b46d81826623093e00a2b687bb96c6c7b38eb7a6d5d4e8b6f3efee665009d29fb6217ddc9b4eab3acb4641906f9126a885a7ca7dc73686d67fe60e
7
- data.tar.gz: d3b5386860337c77edb5eee22fa5f3382f0c8721cd0f2a7247475a689cca79421204f861a62a9b2214c05481c4f82ff3a0b2b198083139e75fc75c60d33d701a
6
+ metadata.gz: 2f28a00c2fb71da3b2cc26752f2475c72a0b85cdd3c9de17f224e07209179f10fbdfc5b230d8e10deb2a1af569c2b66e0844f707a1293c3ae07fef76a500033b
7
+ data.tar.gz: ce45adb6acb3c8641205d0e63ed7302c315ac68016c2ba64132726e90e1f67bb0f3aef19755827720ab0a6fa689e3d3d45523d6bad207d1629bf3ee65c181a2d
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # jekyll-mini
1
+ # jekyll-mini [![Build Status](https://travis-ci.org/kacperduras/jekyll-mini.svg?branch=master)](https://travis-ci.org/kacperduras/jekyll-mini)
2
2
 
3
3
  The [Mini](https://github.com/TheAdrik/Mini) website template, rewritten for [Jekyll](https://github.com/jekyll/jekyll) :)
4
4
 
data/index.html ADDED
@@ -0,0 +1,30 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <div id="wrapper">
5
+ <div id="main">
6
+
7
+ <header id="header">
8
+ <h1>{{ site.title }}</h1>
9
+ <p>{{ site.description }}</p>
10
+
11
+ {% if site.socials.size != 0 %}
12
+ <nav>
13
+ <ul>
14
+
15
+ {% for social in site.socials %}
16
+ <li>
17
+ <a href="{{ social.url }}" class="icon {{ social.icon }}">
18
+ <span class="label">{{ social.name }}</span>
19
+ </a>
20
+ </li>
21
+ {% endfor %}
22
+
23
+ </ul>
24
+ </nav>
25
+ {% endif %}
26
+
27
+ </header>
28
+
29
+ </div>
30
+ </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-mini
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kacper Duras
@@ -78,6 +78,7 @@ files:
78
78
  - _includes/head.html
79
79
  - _layouts/default.html
80
80
  - assets/main.css
81
+ - index.html
81
82
  homepage: https://github.com/kacperduras/jekyll-mini
82
83
  licenses:
83
84
  - MIT