alembic-jekyll-theme 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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/_layouts/{page-full.html → home.html} +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 326f2eef26e62cf8c816d14088eb501050e069ec
|
|
4
|
+
data.tar.gz: 46f9c5c6abb5eeb12068ea98c1c9e77ec431078c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c7d5c97f7f12498ef9d3a0837f640230c97d3fcfa08ac0f3150679c0c9020e15fa2b5990bbc314d452cbfbb0b036529bf3fd2a39035152207bfaeb3324912324
|
|
7
|
+
data.tar.gz: 0bfb88beee07eb501dded108aa9fc5a8321def453f231b1eface6dee8fa7520f5bd1e4c3fb1468bde55d18d592e47f600fee21bd4d025661bbddb614de9a8cfd
|
data/README.md
CHANGED
|
@@ -139,7 +139,7 @@ This include has no options. Use the `email` option in the `/_config.yml` to cha
|
|
|
139
139
|
As well as `page`, `post`, `blog`, there are a few alternative layouts that can be used on pages:
|
|
140
140
|
|
|
141
141
|
- `page-aside-left`: Places the aside (sidebar) to the left of the content
|
|
142
|
-
- `
|
|
142
|
+
- `home`: Removes the aside entirely, leaving the full width for the main content (typically used for home page designs)
|
|
143
143
|
|
|
144
144
|
## Page and Post options
|
|
145
145
|
|
|
File without changes
|
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: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
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-10-
|
|
11
|
+
date: 2016-10-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -157,8 +157,8 @@ files:
|
|
|
157
157
|
- _includes/video.html
|
|
158
158
|
- _layouts/blog.html
|
|
159
159
|
- _layouts/default.html
|
|
160
|
+
- _layouts/home.html
|
|
160
161
|
- _layouts/page-aside-left.html
|
|
161
|
-
- _layouts/page-full.html
|
|
162
162
|
- _layouts/page.html
|
|
163
163
|
- _layouts/post.html
|
|
164
164
|
- _sass/_colors.scss
|
|
@@ -195,7 +195,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
195
195
|
version: '0'
|
|
196
196
|
requirements: []
|
|
197
197
|
rubyforge_project:
|
|
198
|
-
rubygems_version: 2.
|
|
198
|
+
rubygems_version: 2.5.1
|
|
199
199
|
signing_key:
|
|
200
200
|
specification_version: 4
|
|
201
201
|
summary: A Jekyll boilerplate designed to be a starting point for any Jekyll website.
|