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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5721a7dd47868f461126700d538ae715e6e34a65
4
- data.tar.gz: b9c57725caa23be8382887de288193d932ccc584
3
+ metadata.gz: a003761f69fb00c3bd6603f307608b85b27ae808
4
+ data.tar.gz: 65bfa5985edc0bd6eb498390096e914b6c846451
5
5
  SHA512:
6
- metadata.gz: 3d6aec45332339d09998a6114de51f394809cde09afb64ae0add50be1e1f3ae6b5e6ba7d3113cea8ba3153a371753c12752af127bdfdb962a8ed032441fa6077
7
- data.tar.gz: 81f8694d14cb7fb1a1367eb97f71f637f3323a294287ba714f294c59a881b050de8fc81eaac11faa0a95c83550efb31afbe8bb9a3974040b27c5687f0f9f1bf3
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
@@ -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.collection | first %}
13
+ {% assign collectiondata = site.collections | where: "label", page.collectionpage | first %}
14
14
  <h1>{{ collectiondata.title }}</h1>
15
15
 
16
16
  {{ collectiondata.description | markdownify }}
@@ -8,11 +8,14 @@
8
8
  <meta name="robots" content="noindex">
9
9
  {% endif %}
10
10
 
11
- {% if page.collection %}
11
+ {% if page.collectionpage %}
12
12
  {% seo title=false %}
13
13
 
14
- {% assign collectiondata = site.collections | where: "label", page.collection | first %}
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 }}
@@ -5,7 +5,7 @@ styles: true
5
5
 
6
6
  // Frameworks & Imports
7
7
  @charset "utf-8";
8
- @import "colors.scss";
8
+ @import "colors";
9
9
  @import "normalize";
10
10
  @import "sassline-base";
11
11
  @import "syntax";
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.0.0
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: 2016-12-19 00:00:00.000000000 Z
11
+ date: 2017-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll