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 +4 -4
- data/_layouts/{default.html → home.html} +0 -0
- data/_sample-config.yml +7 -5
- 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: fa0730a8374a4cf795063869a34db589179285c6
|
4
|
+
data.tar.gz: 4cd4ba2d826c108b0402eaa496305d640bdbf10c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
9
|
-
#
|
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
|
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.
|
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/
|
55
|
+
- _layouts/home.html
|
56
56
|
- _sample-config.yml
|
57
57
|
- _sass/jekyll-theme-prologue.scss
|
58
58
|
- _sass/libs/_functions.scss
|