jekyll-theme-prologue 0.2.1 → 0.2.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -2
  3. metadata +3 -3
  4. data/_sample-config.yml +0 -63
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa0730a8374a4cf795063869a34db589179285c6
4
- data.tar.gz: 4cd4ba2d826c108b0402eaa496305d640bdbf10c
3
+ metadata.gz: 2faba1fa6337191550d9db7c66cc4b4c7ac989ae
4
+ data.tar.gz: d05a4cddb1fedf86fbb4df0a23b13f9c3686c6c2
5
5
  SHA512:
6
- metadata.gz: 1239d8d2a92b0bd33e58f6f21d49798ee633c1086307b0764dd1bc88c7fba8a9f636b53fee43d068747738092469450b771040dc51877c857135dfc4cde687d6
7
- data.tar.gz: 8a4b546505364387123a4ee18a3a2ab77465977c816aeee8bc4467743659632e490136c0e873d389c19881435289c7162216be811adc6160b9f3f7686577d8f0
6
+ metadata.gz: f7d78fa32b210543c010d55c3e5908ebad6accf51aa331bb203c0ce9b293cc8b26ae7be943ad48d933bc8290199eade7753fec5aa64f61eb19ec7e9b4d126fc1
7
+ data.tar.gz: ee76f792a160034898c48d9e776d9469bcfcb8300de47dd9bcfced5de061265ed7bf781fcf89bf60501bd455f7c129b1ed815d74284200e54d530edaadbf20f5
data/README.md CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  A Jekyll version of the "Prologue" theme by [HTML5 UP](https://html5up.net/).
4
4
 
5
- ![Prologue Theme](images/screenshot.png "Prologue Theme Screenshot")
5
+ **Demo**: https://chrisbobbe.github.io/jekyll-theme-prologue/
6
+
7
+ ![Prologue Theme](assets/images/screenshot.png "Prologue Theme Screenshot")
6
8
 
7
9
  # How to Use
8
10
 
@@ -11,7 +13,7 @@ There are two ways to get started:
11
13
  1. Fork this repository. If you want to use [GitHub Pages](https://pages.github.com/), create a branch named `gh-pages`.
12
14
  2. Install the theme using the jekyll-theme-prologue gem. Instructions can be found [here](https://jekyllrb.com/docs/themes/#installing-a-theme).
13
15
 
14
- Your `_config.yml` file **must include the following line or it will not work**: `collections: [sections]`. An optional sample config called `_sample-config.yml` exists in this repository and ships with the gem for your convenience. If using the gem, run `open $(bundle show jekyll-theme-prologue)` to find this file, and move it to your project directory. It will do nothing until it's renamed `_config.yml` and sits in your project's root directory.
16
+ Your `_config.yml` file **must include the following line or it will not work**: `collections: [sections]`. An optional sample config called `_sample-config.yml` ships with the gem for your convenience. If using the gem, run `open $(bundle show jekyll-theme-prologue)` to find this file, then move it to your project directory. It will do nothing until it's renamed `_config.yml` and sits in your project's root directory.
15
17
 
16
18
  Create a `_sections` folder in your project's root directory, or use the one in the GitHub repository, and start adding content there.
17
19
 
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.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - HTML5 UP
@@ -39,7 +39,8 @@ dependencies:
39
39
  - - "~>"
40
40
  - !ruby/object:Gem::Version
41
41
  version: '1.12'
42
- description: A Jekyll version of the single-page 'Prologue' theme by HTML5 UP.
42
+ description: 'A Jekyll version of the single-page ''Prologue'' theme by HTML5 UP.
43
+ Demo: https://chrisbobbe.github.io/jekyll-theme-prologue/'
43
44
  email:
44
45
  - csbobbe@gmail.com
45
46
  executables: []
@@ -53,7 +54,6 @@ files:
53
54
  - _includes/header.html
54
55
  - _includes/section.html
55
56
  - _layouts/home.html
56
- - _sample-config.yml
57
57
  - _sass/jekyll-theme-prologue.scss
58
58
  - _sass/libs/_functions.scss
59
59
  - _sass/libs/_mixins.scss
data/_sample-config.yml DELETED
@@ -1,63 +0,0 @@
1
- # Developer's Note: This is a sample _config.yml file offered with
2
- # jekyll-theme-prologue for your convenience. To use it, move it to your
3
- # project's root directory and rename it _config.yml. Please note that
4
- # none of this code is necessary for runtime EXCEPT the lines
5
- #
6
- # theme: jekyll-theme-prologue
7
- # collections: [sections]
8
- #
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
12
- #
13
- # ---------------------------------------------------------------
14
- #
15
- # Welcome to Jekyll!
16
- #
17
- # This config file is meant for settings that affect your whole blog, values
18
- # which you are expected to set up once and rarely edit after that. If you find
19
- # yourself editing this file very often, consider using Jekyll's data files
20
- # feature for the data you need to update frequently.
21
- #
22
- # For technical reasons, this file is *NOT* reloaded automatically when you use
23
- # 'bundle exec jekyll serve'. If you change this file, please restart the server process.
24
-
25
- # Site settings
26
- # These are used to personalize your new site. If you look in the HTML files,
27
- # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
28
- # You can create any custom variable you would like, and they will be accessible
29
- # in the templates via {{ site.myvariable }}.
30
- title: Your awesome title
31
- subtitle: Your awesome subtitle
32
- description: >- # this means to ignore newlines until "baseurl:"
33
- Write an awesome description for your new site here. You can edit this
34
- line in _config.yml. It will appear in your document head meta (for
35
- Google search results) and in your feed.xml site description.
36
- baseurl: "" # the subpath of your site, e.g. /blog
37
- url: "" # the base hostname & protocol for your site
38
-
39
- author: Your Incredible-Name
40
- email: your-email@example.com
41
- street_address: 1234 Somewhere Road
42
- city: Nashville
43
- state: TN
44
- zip_code: 55555
45
- country: United States of America
46
- phone: (716) 555-5555
47
-
48
- # Social settings
49
- facebook_url:
50
- github_url:
51
- googleplus_url:
52
- instagram_url:
53
- linkedin_url:
54
- pinterest_url:
55
- slack_url:
56
- twitter_url:
57
-
58
- # Build settings
59
- markdown: kramdown
60
-
61
- # The following settings are NECESSARY for the Prologue theme to run:
62
- theme: jekyll-theme-prologue
63
- collections: [sections]