jekyll-theme-proxima 0.1.0 → 0.1.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 +2 -0
  3. data/_layouts/default.html +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 324178934970a5d3379ca448f00f50eef417472ebd51a27a080198551762d585
4
- data.tar.gz: d1a00c8106068d3406f0bf460b92f747ec1a8fe446f0d585b2ee042cf37d6da4
3
+ metadata.gz: e83beefc8ac7dcb2c2e1fa58ba8bfb4652fbb31040b3d39043cb3d996bc0c78b
4
+ data.tar.gz: ef3dbfde13f51d51069fed0e73f89737f3fba9b8c8b3364dfae7c2e826ae8f97
5
5
  SHA512:
6
- metadata.gz: 29e65cc17946dfcda9ca98021334114dc7cbff2020867a12c98c51845f2d2aac5c78e2630968578cd4d41ed84255ad8f4ad0b4953d34f0cff7b3642dd8569b9e
7
- data.tar.gz: '069cba620e72d9d5fa8d31803992cf0a2ccd48154b83542dfbc86685af5a8d5b41f083742e034a30b922e050a99f2bc03979433f90ad2b41082b0d4d9906cea9'
6
+ metadata.gz: a02574a7baa6d4d5fa782c6d772ae1c514bcc196744f8cb78550168bff0de74feac57a0ad7600c13941638e641f7dfe2290f08a3f0cc0321a702c71d631984a6
7
+ data.tar.gz: 48a7630d1b15e86801501e0bdd31cafdce80cb343870a12be23281da49dd971815cde1dbe9a8a9cc00aab6fe81478ebd0600441eddc61125173b81a07ddb7fa6
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # The Proxima theme
2
2
 
3
+ [![Build Status](https://travis-ci.com/DannyBen/jekyll-theme-proxima.svg?branch=master)](https://travis-ci.com/DannyBen/jekyll-theme-proxima)
4
+
3
5
  Proxima is a Jekyll theme for GitHub Pages, with customizable colors and
4
6
  GitHub-like styling.
5
7
 
@@ -15,7 +15,7 @@
15
15
  {% if site.github.is_project_page %}
16
16
  <a href="{{ site.github.repository_url }}" class="btn float-right">View on GitHub</a>
17
17
  {% endif %}
18
- <h1><a href="{{ '/' | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
18
+ <h1><a href="{{ "/" | relative_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
19
19
  <h2>{{ site.description | default: site.github.project_tagline }}</h2>
20
20
  </div>
21
21
  </header>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-proxima
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danny Ben Shitrit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-09 00:00:00.000000000 Z
11
+ date: 2018-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll