alpha-one 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -9
  3. data/_includes/header.html +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eaf224f15407a52201650056729ec657a4c8e0adf8a92951fc7157f5316d9513
4
- data.tar.gz: 443ff8144f0fc4c40467eb0f238184e2f87c593e5cb30cc66d80cde8217206ab
3
+ metadata.gz: b8c1ba94cf60a8445656fe1d0fd0ac25e1dff2c4352126c9e933fa06fbf50910
4
+ data.tar.gz: 7cb870e8a4bb9030ae0f450167a813d5f6d80966220d311b8f7913f6da6279a6
5
5
  SHA512:
6
- metadata.gz: 611690ed0af7c4534bf902875ec40775aa33f22d89c526c677ea46b4f8261bad574a3c357cd74839c951c162cbe9b4e0e490eae207c1c93522d7a7ee4ce3f42d
7
- data.tar.gz: 1b32d343aab3212c526567fb4b5c0b05cdc5c606d2575ab69c253a7420c9126668966a93a11dde59a3b3bcf7640512b9ca052b294545f7a2ca923bc4b96f909d
6
+ metadata.gz: ddc622c3b5f6b1d711ea555af0dd1a03330f2d65457fc30bcc8f9d6e85089d3ae3363cbdc778f6ca7df3677fae596c1422db9dcd9e7374db040c710578e50aa0
7
+ data.tar.gz: e93ff3d91fdb41b9bb20cd028515e220c30428985e87ed14743cc8831bab9332e062cb6b1f90369a57fc66f33a40c43ca5f4f1ab728027b27c2680637cb2e46b
data/README.md CHANGED
@@ -1,12 +1,13 @@
1
1
  # Alpha-One
2
2
 
3
- A Jekyl theme based on Bootstrap.
3
+ A Jekyll theme designed for enhanced readability of (long) blog posts.
4
4
 
5
5
  ## Features
6
6
 
7
- - Resposive layout
7
+ - Responsive layout (based on Bootstrap)
8
8
  - Syntax highlighting
9
9
  - Social links (IN PROGRESS)
10
+ - Gem-based (ie. easy updates!)
10
11
 
11
12
  TODO:
12
13
  - Tags listing page
@@ -15,7 +16,7 @@ TODO:
15
16
 
16
17
  ### Layouts
17
18
 
18
- Alpha-One offers a default layout and a post layout. The page layout is a redirection to the default layout.
19
+ Alpha-One offers a `default` layout and a `post` layout. The `page` layout is a redirection to the `default` layout.
19
20
 
20
21
  ## Installation
21
22
 
@@ -35,25 +36,22 @@ And then execute:
35
36
 
36
37
  $ bundle
37
38
 
38
- Or install it yourself as:
39
-
40
- $ gem install alpha-one
41
-
42
39
  Maybe you will be interested in copying the following files from the sample website to your site:
43
40
  - favicon.png
44
41
  - posts.html
45
42
 
46
43
  ## Configuration
47
44
 
48
- The following variable can/must be set in _config.yml
45
+ The following variable can/must be set in `_config.yml`:
49
46
  - title: text shown in the navbar and the footer
50
47
  - motto: a maxim shown in the footer, under the title
51
- - header_link_1_label, header_link_1_href (both optional): used to add links in the header bar
48
+ - description: used by search engine
52
49
  - twitter_username
53
50
  - github_username
54
51
  - linkedin_username
55
52
  - baseurl (optional): path to the root of your website; useful if it is hosted on a subpath
56
53
  - png_favicon: name of the png file to be used as favicon; must reside bellow $baseurl
54
+ - header_link_1_label, header_link_1_href (both optional): used to add links in the navbar
57
55
 
58
56
 
59
57
  ## A note on table
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
26
26
  <script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
27
27
 
28
- {% if site.png_icon.size > 0 %}
28
+ {% if site.favicon_png.size > 0 %}
29
29
  <link rel="icon" type="image/png" href="{{ site.favicon_png | absolute_url }}">
30
30
  {% endif %}
31
31
  <link rel="canonical" href="{{ page.url | absolute_url }}">
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.1
4
+ version: 0.3.2
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-02-23 00:00:00.000000000 Z
11
+ date: 2018-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll