jekyll-glass 0.2.1 → 0.2.2
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 -0
- data/_layouts/page.html +3 -0
- data/_layouts/post.html +3 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eddfc93d4a3232f78b2162db72db6c49f1252210b66acd637f0d059ee1ebec2f
|
4
|
+
data.tar.gz: a9cef10141eb390e71b410e6c9bddf4dc779b98486b9caabeb7aa5c3ab0af134
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 139126e916c8caba229a7ab5ab738e50d73220138ea7fb19d0786575cca45d19a8bb798ae96394fea0b87a137b62a4d2963fc8c62fc7eb91ac24ae8f8ed2c34d
|
7
|
+
data.tar.gz: b2370133f34c662b3b3539fcfd34374666ddf0023db7767473fe3e4de788c9ba6b4580991ef8a11bbefbf3636b959b6fc6da2a873e95630e413d141151e474b7
|
data/README.md
CHANGED
@@ -64,6 +64,8 @@ The following configuration options are available:
|
|
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
66
|
- `static_links`, a mapping of (local) static links, with the same format as `social_links`.
|
67
|
+
- `show_excerpts`, a boolean to show excerpts on the post list. Defaults to `false`.
|
68
|
+
- `show_page_titles`, a boolean to show titles on pages. Defaults to `true`. The title of `/index` is only shown in the browser title bar.
|
67
69
|
- `tag_page_dir`, the directory where tag pages are generated.
|
68
70
|
|
69
71
|
## A note on GitHub Pages
|
data/_layouts/page.html
CHANGED
data/_layouts/post.html
CHANGED