Skip to content

Commit

Permalink
Updated packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhartman committed Jul 7, 2020
1 parent fa218a6 commit 07b8c9a
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -3,4 +3,4 @@ _site/
.bundle/
.sass-cache/
vendor/
.vscode/
.jekyll-metadata
7 changes: 4 additions & 3 deletions Gemfile
@@ -1,10 +1,11 @@
source 'https://rubygems.org'
ruby '2.3.3'
gem 'bundler', '1.16.1'
gem 'jekyll'
ruby '2.6.3'
gem 'bundler', '1.17.2'
gem "jekyll"
gem 'rack-jekyll'
gem 'rake'
gem 'jekyll-theme-minimal'

group :jekyll_plugins do
gem 'jekyll-feed'
gem 'jekyll-seo-tag'
Expand Down
80 changes: 39 additions & 41 deletions Gemfile.lock
@@ -1,20 +1,20 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.6)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
ffi (1.9.23)
ffi (1.13.1)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.8.2)
jekyll (3.8.7)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand All @@ -27,52 +27,50 @@ GEM
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-feed (0.9.3)
jekyll (~> 3.3)
jekyll-include-cache (0.1.0)
jekyll (~> 3.3)
jekyll-last-modified-at (1.0.1)
jekyll (~> 3.3)
jekyll-feed (0.14.0)
jekyll (>= 3.7, < 5.0)
jekyll-include-cache (0.2.0)
jekyll (>= 3.7, < 5.0)
jekyll-last-modified-at (1.3.0)
jekyll (>= 3.7, < 5.0)
posix-spawn (~> 0.3.9)
jekyll-paginate-v2 (1.9.4)
jekyll (~> 3.0)
jekyll-redirect-from (0.13.0)
jekyll (~> 3.3)
jekyll-paginate-v2 (3.0.0)
jekyll (>= 3.0, < 5.0)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-seo-tag (2.5.0)
jekyll (~> 3.3)
jekyll-sitemap (1.2.0)
jekyll (~> 3.3)
jekyll-seo-tag (2.6.1)
jekyll (>= 3.3, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-theme-minimal (0.1.1)
jekyll (~> 3.5)
jekyll-seo-tag (~> 2.0)
jekyll-watch (2.0.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (1.16.2)
liquid (4.0.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
kramdown (1.17.0)
liquid (4.0.3)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
pathutil (0.16.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
posix-spawn (0.3.13)
public_suffix (3.0.2)
rack (1.6.10)
posix-spawn (0.3.14)
public_suffix (4.0.5)
rack (1.6.13)
rack-jekyll (0.5.0)
jekyll (>= 1.3)
listen (>= 1.3)
rack (~> 1.5)
rake (12.3.1)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rouge (3.1.1)
ruby_dep (1.5.0)
safe_yaml (1.0.4)
sass (3.5.6)
rake (13.0.1)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
rouge (3.20.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -82,7 +80,7 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (= 1.16.1)
bundler (= 1.17.2)
jekyll
jekyll-feed
jekyll-include-cache
Expand All @@ -96,7 +94,7 @@ DEPENDENCIES
rake

RUBY VERSION
ruby 2.3.3p222
ruby 2.6.3p62

BUNDLED WITH
1.16.1
1.17.2
12 changes: 5 additions & 7 deletions README.md
Expand Up @@ -309,12 +309,11 @@ on Heroku.

## 5. Built With

- [Jekyll 3.8.2][jekyll]
- [Jekyll 3.8.7][jekyll]
- [Heroku][heroku-main]
- [ruby 2.3.3p222][ruby]
- [Homebrew 1.6.3-56-g5e77335][brew]
- [Visual Studio Code][vscode]
- [Bundler version 1.16.1][bundler]
- [ruby 2.6.3][ruby]
- [Homebrew 2.4.0][brew]
- [Bundler version 1.17.2][bundler]

## 6. Contributing

Expand Down Expand Up @@ -388,7 +387,6 @@ some way to make this project a reality.
[heroku]: https://blog.heroku.com/jekyll-on-heroku
[jekyll]: https://jekyllrb.com/
[heroku-main]: https://www.heroku.com/
[vscode]: https://code.visualstudio.com/
[localhost]: http://127.0.0.1:4000
[livesite]: https://camo.githubusercontent.com/2733ea1835f3fe38ce6d0e120dd631c9c9e4547f/68747470733a2f2f7773312e73696e61696d672e636e2f6c617267652f303036744b665463677931667270367864726976766a3330756a306f6e6165712e6a7067
[livesite]: /config/livesite.jpg
[example]: https://jekyll-heroku-starter-kit.herokuapp.com
18 changes: 8 additions & 10 deletions _config.yml
Expand Up @@ -2,7 +2,7 @@
title: Jekyll Heroku Starter Kit
description: Minimum boilerplate code for setting up and running a Jekyll site on Heroku.
timezone: Africa/Johannesburg
locale: en_ZA
locale: en_GB
## Set the url to your site below ##
url:
baseurl:
Expand Down Expand Up @@ -40,7 +40,6 @@ exclude:
- 'Procfile'
- 'Rakefile'
- 'README.md'
- 'starter-kit.code-workspace'
- 'static.json'
## Configure and setup plugins for the site. ##
plugins:
Expand All @@ -67,9 +66,8 @@ social:
name: Justin Hartman
links:
- https://twitter.com/justinhartman
- https://www.facebook.com/justin.hartman.me
- https://www.facebook.com/justinhartman.blog
- https://www.linkedin.com/in/justinhartman
- https://plus.google.com/+iamjustinhartman
- https://github.com/justinhartman
# When you verify with either of the Webmaster Tools below, enter the
# verification key below.
Expand All @@ -80,7 +78,7 @@ webmaster_verifications:
yandex: 1234
baidu: 1234
# Setting a default image:
# Settings to provide a default Twitter Card or OGP image to all of your
# Settings to provide a default Twitter Card or OGP image to all of your
# posts and pages.
defaults:
- scope:
Expand All @@ -94,18 +92,18 @@ pagination:
collection: 'posts'
per_page: 10
permalink: '/page/:num/' # Pages are index.html inside this folder (default)
#permalink: '/page/:num.html' # Pages are simple html files
#permalink: '/page/:num.html' # Pages are simple html files
#permalink: '/page/:num' # Pages are html files, linked jekyll extensionless permalink style.
title: ':title - page :num'
limit: 0 # 0 means all
sort_field: 'date' # Optional, defines the field that the posts should be sorted on
sort_reverse: true # Optional, sorts the posts in reverse order
category: 'posts'
tag: ''
locale: 'en_ZA'
# Optional,omit or set both before and after to zero to disable.
# Controls how the pagination trail for the paginated pages look like.
trail:
locale: 'en_GB'
# Optional,omit or set both before and after to zero to disable.
# Controls how the pagination trail for the paginated pages look like.
trail:
before: 2
after: 2
# Optional, the default file extension for generated pages (e.g html, json, xml).
Expand Down
Binary file added config/livesite.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 6 additions & 8 deletions index.md
Expand Up @@ -22,7 +22,7 @@ last_modified_at: 2018-27-05 03:54:10 +02:00
# - /post/123456789/
# - /post/123456789/my-amazing-post/
# Settings for @jekyll-paginate-v2
pagination:
pagination:
enabled: true
# Set categories for the site and URL structure
categories:
Expand Down Expand Up @@ -312,12 +312,11 @@ on Heroku.

## 5. Built With

- [Jekyll 3.8.2][jekyll]
- [Jekyll 3.8.7][jekyll]
- [Heroku][heroku-main]
- [ruby 2.3.3p222][ruby]
- [Homebrew 1.6.3-56-g5e77335][brew]
- [Visual Studio Code][vscode]
- [Bundler version 1.16.1][bundler]
- [ruby 2.6.3][ruby]
- [Homebrew 2.4.0][brew]
- [Bundler version 1.17.2][bundler]

## 6. Contributing

Expand Down Expand Up @@ -391,7 +390,6 @@ some way to make this project a reality.
[heroku]: https://blog.heroku.com/jekyll-on-heroku
[jekyll]: https://jekyllrb.com/
[heroku-main]: https://www.heroku.com/
[vscode]: https://code.visualstudio.com/
[localhost]: http://127.0.0.1:4000
[livesite]: https://camo.githubusercontent.com/2733ea1835f3fe38ce6d0e120dd631c9c9e4547f/68747470733a2f2f7773312e73696e61696d672e636e2f6c617267652f303036744b665463677931667270367864726976766a3330756a306f6e6165712e6a7067
[livesite]: /config/livesite.jpg
[example]: https://jekyll-heroku-starter-kit.herokuapp.com
27 changes: 0 additions & 27 deletions starter-kit.code-workspace

This file was deleted.

0 comments on commit 07b8c9a

Please sign in to comment.