jekyll-glass 0.1.0 → 0.2.0
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.
- checksums.yaml +4 -4
- data/README.md +2 -1
- data/_includes/header.html +1 -1
- data/_includes/navlinks.html +3 -1
- data/_includes/static-item.html +4 -0
- metadata +2 -2
- data/_includes/static-links.html +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 50c7788281cf321861c47a165f06990409f49b1db61e3c2fcfda0be4c2aa1925
|
4
|
+
data.tar.gz: a69d330bfb8aec94736219305217567f86659d1fe9367362eddd57b985affcfd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6cd34c1d3d565cd5d670042c4b1229dab3a64d69abc4eb5a3078357df473cd3baddd7fe3402712bbe7ccf34cae43c3320958953bda1151b17d320b4fa10991c
|
7
|
+
data.tar.gz: a7b33784c19fdd5b8d6f5644c7c8412b57c3c807bab646e3962eeed05aa6acc830468ae9eea37024941201b86773acbf0821448000ef713d77227f8c3b0b345c
|
data/README.md
CHANGED
@@ -62,7 +62,8 @@ The following configuration options are available:
|
|
62
62
|
- `author`, the author of the site. This expects a mapping of `name` and `email`.
|
63
63
|
- `baseurl`, the subpath of the site, if it is not hosted at the root of the domain
|
64
64
|
- `url`, the hostname of the site, and protocol, if not `https://`
|
65
|
-
- `
|
65
|
+
- `social_links`, a mapping of social media links (i.e. external URLs, including the `https://`), with the same format as [Minima] 3, although no icons are generated, so I recommend setting the `title` property.
|
66
|
+
- `static_links`, a mapping of (local) static links, with the same format as `social_links`.
|
66
67
|
- `tag_page_dir`, the directory where tag pages are generated.
|
67
68
|
|
68
69
|
## A note on GitHub Pages
|
data/_includes/header.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<div id="page-header" class="glass container">
|
2
|
-
<h1 id="site-title"><a href="/index">{{ site.title }}</a></h1>
|
2
|
+
<h1 id="site-title"><a href="{{ site.baseurl }}/index">{{ site.title }}</a></h1>
|
3
3
|
{% if site.description %}
|
4
4
|
<p id="site-description">{{ site.description }}</p>
|
5
5
|
{% endif %}
|
data/_includes/navlinks.html
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-glass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Linus Warnatz
|
@@ -110,7 +110,7 @@ files:
|
|
110
110
|
- _includes/navlinks.html
|
111
111
|
- _includes/sidebar.html
|
112
112
|
- _includes/social-item.html
|
113
|
-
- _includes/static-
|
113
|
+
- _includes/static-item.html
|
114
114
|
- _includes/taglist.html
|
115
115
|
- _layouts/base.html
|
116
116
|
- _layouts/home.html
|
data/_includes/static-links.html
DELETED