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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 02dfb8b0bc110b51367c9c96b2feb0c32aa95118
4
- data.tar.gz: 56b41d6db74e1394c389f1805eb48bbe2baac181
3
+ metadata.gz: 326f2eef26e62cf8c816d14088eb501050e069ec
4
+ data.tar.gz: 46f9c5c6abb5eeb12068ea98c1c9e77ec431078c
5
5
  SHA512:
6
- metadata.gz: e7061e2a5b5fe0a190cacbf011c642ae8d5eb8083761ed9603c5c38e21f343a2d1bbd44117308418e377d266c2d89cc56e567c8adc2e5b96fb02ad397196705a
7
- data.tar.gz: 91941bd8b4529325700d07313f98bb805fa8d9942bc41171d31cfbbf0b43f355171968e6986af45034beb5bb8ce96eab7ca05c88cab5f105f48a44a962faaa55
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
- - `page-full`: Removes the aside entirely, leaving the full width for the main content
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.0
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-09 00:00:00.000000000 Z
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.4.5
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.