alembic-jekyll-theme 1.0.0 → 1.1.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 +10 -0
- data/_layouts/blog.html +1 -1
- data/_layouts/default.html +6 -3
- data/assets/styles.scss +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a003761f69fb00c3bd6603f307608b85b27ae808
|
|
4
|
+
data.tar.gz: 65bfa5985edc0bd6eb498390096e914b6c846451
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a1565b41b391c4bd9bdeaca3b7a4347d66707dd29359320c493f4f27ae66be79a955823613d5821d78e41f63ff067b0b37af8af26cca73d5b45e15c15b0d28b9
|
|
7
|
+
data.tar.gz: 9e42f7e8e74aa8705205acd9db318bb4103bac1b83f742581e4faf7c0d0d43b74aeb39b90a4905d345580cdb2860a461b517824fe8263c4ce763845e64d0e32a
|
data/README.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
## Contents
|
|
9
9
|
- [About](#about)
|
|
10
10
|
- [Features](#features)
|
|
11
|
+
- [Examples](#examples)
|
|
11
12
|
- [Installation](#installation)
|
|
12
13
|
- [Configuration](#configuration)
|
|
13
14
|
- [Gem dependency settings](#gem-dependency-settings)
|
|
@@ -37,6 +38,15 @@ Alembic is a starting point for [Jekyll](https://jekyllrb.com/) projects. Rather
|
|
|
37
38
|
- Designed with [Siteleaf](http://www.siteleaf.com/) in mind
|
|
38
39
|
- Has documentation
|
|
39
40
|
|
|
41
|
+
## Examples
|
|
42
|
+
|
|
43
|
+
Here are a few examples of Alembic out in the wild being used in a variety of ways:
|
|
44
|
+
|
|
45
|
+
- [katiesimonemusic.com](http://katiesimonemusic.com/)
|
|
46
|
+
- [bawejakunal.github.io](https://bawejakunal.github.io/)
|
|
47
|
+
- [case2111.github.io](http://case2111.github.io/)
|
|
48
|
+
- [www.10people.co.uk](http://www.10people.co.uk/)
|
|
49
|
+
|
|
40
50
|
## Installation
|
|
41
51
|
|
|
42
52
|
### As a Boilerplate / Fork
|
data/_layouts/blog.html
CHANGED
|
@@ -10,7 +10,7 @@ layout: default
|
|
|
10
10
|
|
|
11
11
|
<article class="article article--page typeset">
|
|
12
12
|
|
|
13
|
-
{% assign collectiondata = site.collections | where: "label", page.
|
|
13
|
+
{% assign collectiondata = site.collections | where: "label", page.collectionpage | first %}
|
|
14
14
|
<h1>{{ collectiondata.title }}</h1>
|
|
15
15
|
|
|
16
16
|
{{ collectiondata.description | markdownify }}
|
data/_layouts/default.html
CHANGED
|
@@ -8,11 +8,14 @@
|
|
|
8
8
|
<meta name="robots" content="noindex">
|
|
9
9
|
{% endif %}
|
|
10
10
|
|
|
11
|
-
{% if page.
|
|
11
|
+
{% if page.collectionpage %}
|
|
12
12
|
{% seo title=false %}
|
|
13
13
|
|
|
14
|
-
{% assign collectiondata = site.collections | where: "label", page.
|
|
14
|
+
{% assign collectiondata = site.collections | where: "label", page.collectionpage | first %}
|
|
15
15
|
<title>{{ collectiondata.title }} - {{ site.title }}</title>
|
|
16
|
+
<meta property="og:title" content="{{ collectiondata.title }}">
|
|
17
|
+
<meta name="description" content="{{ collectiondata.description }}">
|
|
18
|
+
<meta property="og:description" content="{{ collectiondata.description }}">
|
|
16
19
|
{% else %}
|
|
17
20
|
{% seo %}
|
|
18
21
|
{% endif %}
|
|
@@ -21,7 +24,7 @@
|
|
|
21
24
|
|
|
22
25
|
{% include site-favicons.html %}
|
|
23
26
|
</head>
|
|
24
|
-
<body>
|
|
27
|
+
<body class="layout-{{ page.layout }} {{ page.title | slugify }}">
|
|
25
28
|
{% include site-icons.svg %}
|
|
26
29
|
|
|
27
30
|
{{ content }}
|
data/assets/styles.scss
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alembic-jekyll-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Darnes
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-01-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|