alpha-one 0.3.6 → 0.4.0

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
  SHA256:
3
- metadata.gz: 07ed5845f3354c755176fbc6b4904b04ec24e94dcf42b82007b6002a10aee8df
4
- data.tar.gz: 0c990986ed276487713ca3b10775b20717eee9ddc4e4259139f789a7ba937bf3
3
+ metadata.gz: 3eca6e1b7ca96d9a69cde44c187eb9ba4293096b04ecc8afe5f00fa712f25c44
4
+ data.tar.gz: 0e202c11dc5a5f4b8ecef49796971e1ae3a0158ba9448961afc78d66d087c553
5
5
  SHA512:
6
- metadata.gz: ba1478e382d75b830169e90b2840f43786552c9ee882f6dfc88fd18e5b2bb16b26ebbf7d06cead3f812db8a107f3b05a6c327dfdd583586ce0e3a1dc0c5734dd
7
- data.tar.gz: 6aee897269286dd91a217efb43f29c764c82de978c31a17099bdf3c5eeddabd63cde951cdcb36fc09e4e27e0f288a7dc53a6d9c7bdd2a6e79bd09ccd2ba7b0f5
6
+ metadata.gz: a802dc11574fbd1356d45bba5b9fdf3fa650dd6e0c5e2992919fc7e1c51a064010a2d48c59693a2ac3d9bd7b30a7cb9a39c10b79c60253d94348627585d1a9fe
7
+ data.tar.gz: 253315c3ad20265206e95d90a154660b68c8cf77a8cca900db36fba4db5bfe4e6542b2a1aaa360ce109ed756f386f8d1fc3f24c315b8b90ecd99303c1fa67f71
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2016 Pierre ROUDIER
3
+ Copyright (c) 2018 Pierre ROUDIER
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A Jekyll theme designed for enhanced readability of (long) blog posts.
4
4
 
5
+ ![alt text](preview.png "Alpha-One preview")
6
+
5
7
  ## Features
6
8
 
7
9
  - Responsive layout (based on Bootstrap)
data/_layouts/post.html CHANGED
@@ -2,22 +2,28 @@
2
2
 
3
3
  <article>
4
4
  <div class="container">
5
- <div class="page-header text-center">
6
- <h1>{{ page.title }}</h1>
7
- <p class="text-center subtitle">
8
- <strong>Published: </strong> {{ page.date | date: "%b %-d, %Y" }}
9
- {% if page.tags.size > 0 %}
10
- <strong>· Tags: </strong>
11
- {% for tag in page.tags %}
12
- {{ tag }}
13
- {% endfor %}
14
- {% endif %}
15
- </p>
5
+ <div class="row">
6
+ <div class="col-md-1"> </div>
7
+ <div class="col-md-10">
8
+ <div class="page-header text-center">
9
+ <h1>{{ page.title }}</h1>
10
+ <p class="text-center subtitle">
11
+ <strong>Published: </strong> {{ page.date | date: "%b %-d, %Y" }}
12
+ {% if page.tags.size > 0 %}
13
+ <strong>· Tags: </strong>
14
+ {% for tag in page.tags %}
15
+ {{ tag }}
16
+ {% endfor %}
17
+ {% endif %}
18
+ </p>
19
+ </div>
16
20
  </div>
21
+ <div class="col-md-1"> </div>
22
+ </div>
17
23
 
18
24
  <div style="padding:30px" ></div>
19
25
 
20
- <div class="content">
26
+ <div class="content">
21
27
  {{ content | markdownify}}
22
28
  </div>
23
29
 
@@ -40,4 +46,4 @@
40
46
  </div>
41
47
  </article>
42
48
 
43
- {% include footer.html %}
49
+ {% include footer.html %}
data/assets/alpha-one.css CHANGED
@@ -51,7 +51,7 @@ article {
51
51
 
52
52
  article > * {
53
53
  font-family: 'Merriweather';
54
- line-height: 150%;
54
+ line-height: 155%;
55
55
  }
56
56
 
57
57
  footer {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alpha-one
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pierre ROUDIER
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-04-09 00:00:00.000000000 Z
11
+ date: 2018-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -96,5 +96,5 @@ rubyforge_project:
96
96
  rubygems_version: 2.7.6
97
97
  signing_key:
98
98
  specification_version: 4
99
- summary: The Jekyll theme styling my personal website
99
+ summary: A Jekyll theme designed for enhanced readability of (long) blog posts
100
100
  test_files: []