jekyll-theme-prologue 0.2.0 → 0.2.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: 15554c2503f4ee4c37366dbfe2079a43b0e8d3d0
4
- data.tar.gz: 118b55a3fc9ca44cd03a8af8181e352bc2e6dc6b
3
+ metadata.gz: fa0730a8374a4cf795063869a34db589179285c6
4
+ data.tar.gz: 4cd4ba2d826c108b0402eaa496305d640bdbf10c
5
5
  SHA512:
6
- metadata.gz: '097111275ad306a95501e3144405ef5ec9a39a196a70166d9bfe82fe9911d5ff7123a70c958bceca6e6ab146e8548c71b88abfcc367a70f81a0b83914d892c38'
7
- data.tar.gz: '089edfbe48f8e0a1e5fc94390a0a34513286a065e3a2907eb4cb358ac32b641c289af235dadf2c9464217df57c94f494138a0ae12d4f0f49ffced01392a2d8e8'
6
+ metadata.gz: 1239d8d2a92b0bd33e58f6f21d49798ee633c1086307b0764dd1bc88c7fba8a9f636b53fee43d068747738092469450b771040dc51877c857135dfc4cde687d6
7
+ data.tar.gz: 8a4b546505364387123a4ee18a3a2ab77465977c816aeee8bc4467743659632e490136c0e873d389c19881435289c7162216be811adc6160b9f3f7686577d8f0
File without changes
data/_sample-config.yml CHANGED
@@ -1,12 +1,14 @@
1
1
  # Developer's Note: This is a sample _config.yml file offered with
2
2
  # jekyll-theme-prologue for your convenience. To use it, move it to your
3
3
  # project's root directory and rename it _config.yml. Please note that
4
- # none of this code is necessary for runtime EXCEPT the line
4
+ # none of this code is necessary for runtime EXCEPT the lines
5
5
  #
6
+ # theme: jekyll-theme-prologue
6
7
  # collections: [sections]
7
8
  #
8
- # which tells Jekyll to find your content in /_sections. Note which one
9
- # starts with an underscore and which one doesn't. -- Chris Bobbe
9
+ # which activate the theme and tell Jekyll to find your content
10
+ # in /_sections. Note where "sections" starts with an underscore
11
+ # and where it doesn't. -- Chris Bobbe
10
12
  #
11
13
  # ---------------------------------------------------------------
12
14
  #
@@ -55,7 +57,7 @@ twitter_url:
55
57
 
56
58
  # Build settings
57
59
  markdown: kramdown
58
- theme: jekyll-theme-prologue
59
60
 
60
- # The following setting is NECESSARY for the Prologue theme:
61
+ # The following settings are NECESSARY for the Prologue theme to run:
62
+ theme: jekyll-theme-prologue
61
63
  collections: [sections]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-prologue
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - HTML5 UP
@@ -52,7 +52,7 @@ files:
52
52
  - _includes/head.html
53
53
  - _includes/header.html
54
54
  - _includes/section.html
55
- - _layouts/default.html
55
+ - _layouts/home.html
56
56
  - _sample-config.yml
57
57
  - _sass/jekyll-theme-prologue.scss
58
58
  - _sass/libs/_functions.scss