Skip to content

Commit 22af435

Browse files
committed
chore: Package upgrades and content changes
- Hyperlinked the company name in the footer with new CSS style. - Added historical releases to Changelog page. - Upgraded Jekyll from `4.1.1` to `4.2.0`. - Upgraded `ruby` from `2.6.3` to `2.7.1`. - Upgraded `bundler` from `2.1.4` to `2.2.3`. - Security fix upgrades to remaining `Gemfile` packages. - Updated content on README and Home pages.
1 parent 8df3c4f commit 22af435

File tree

16 files changed

+152
-67
lines changed

16 files changed

+152
-67
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
Below is a detailed Changelog, along with specific tasks completed, for each
44
version released to date for the Jekyll Heroku Starter Kit.
55

6+
## 🚀 Version 2.0.2 (31/05/2021)
7+
8+
- [👍 #enhancement](#enhancement)
9+
- Hyperlinked the company name in the footer with new CSS style.
10+
- Added historical releases to [Changelog](/pages/changelog.html) page.
11+
- Upgraded Jekyll from `4.1.1` to `4.2.0`.
12+
- Upgraded `ruby` from `2.6.3` to `2.7.1`.
13+
- Upgraded `bundler` from `2.1.4` to `2.2.3`.
14+
- Security fix upgrades to remaining `Gemfile` packages.
15+
- Updated content on README and Home pages.
16+
617
## 🚀 Version 2.0.1 (09/07/2020)
718

819
- [👍 #enhancement](#enhancement)

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
8080
version 1.4, available at:
8181
[http://contributor-covenant.org/version/1/4][version].
8282

83-
[email]: mailto:[email protected]?subject=Contributor+Covenant+Code+of+Conduct
83+
[email]: mailto:[email protected]?subject=Contributor+Covenant+Code+of+Conduct
8484
[homepage]: http://contributor-covenant.org
8585
[version]: http://contributor-covenant.org/version/1/4/

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
2-
ruby '2.6.3'
3-
gem 'bundler', '2.1.4'
4-
gem "jekyll", '~> 4.0'
2+
ruby "~> 2.7.0"
3+
gem 'bundler', '~> 2.2.3'
4+
gem "jekyll", '~> 4.2.0'
55
gem "rack", ">= 2.1.4"
66
gem 'rack-jekyll'
77
gem 'rake'

Gemfile.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,34 @@ GEM
44
addressable (2.7.0)
55
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.6)
8-
em-websocket (0.5.1)
7+
concurrent-ruby (1.1.8)
8+
em-websocket (0.5.2)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0.6.0)
1111
eventmachine (1.2.7)
12-
ffi (1.13.1)
12+
ffi (1.15.1)
1313
forwardable-extended (2.6.0)
1414
http_parser.rb (0.6.0)
15-
i18n (1.8.3)
15+
i18n (1.8.10)
1616
concurrent-ruby (~> 1.0)
17-
jekyll (4.1.1)
17+
jekyll (4.2.0)
1818
addressable (~> 2.4)
1919
colorator (~> 1.0)
2020
em-websocket (~> 0.5)
2121
i18n (~> 1.0)
2222
jekyll-sass-converter (~> 2.0)
2323
jekyll-watch (~> 2.0)
24-
kramdown (~> 2.1)
24+
kramdown (~> 2.3)
2525
kramdown-parser-gfm (~> 1.0)
2626
liquid (~> 4.0)
2727
mercenary (~> 0.4.0)
2828
pathutil (~> 0.9)
2929
rouge (~> 3.0)
3030
safe_yaml (~> 1.0)
31-
terminal-table (~> 1.8)
32-
jekyll-feed (0.14.0)
31+
terminal-table (~> 2.0)
32+
jekyll-feed (0.15.1)
3333
jekyll (>= 3.7, < 5.0)
34-
jekyll-include-cache (0.2.0)
34+
jekyll-include-cache (0.2.1)
3535
jekyll (>= 3.7, < 5.0)
3636
jekyll-last-modified-at (1.3.0)
3737
jekyll (>= 3.7, < 5.0)
@@ -44,47 +44,47 @@ GEM
4444
jekyll (>= 3.3, < 5.0)
4545
jekyll-sass-converter (2.1.0)
4646
sassc (> 2.0.1, < 3.0)
47-
jekyll-seo-tag (2.6.1)
48-
jekyll (>= 3.3, < 5.0)
47+
jekyll-seo-tag (2.7.1)
48+
jekyll (>= 3.8, < 5.0)
4949
jekyll-sitemap (1.4.0)
5050
jekyll (>= 3.7, < 5.0)
5151
jekyll-watch (2.2.1)
5252
listen (~> 3.0)
53-
kramdown (2.3.0)
53+
kramdown (2.3.1)
5454
rexml
5555
kramdown-parser-gfm (1.1.0)
5656
kramdown (~> 2.0)
5757
liquid (4.0.3)
58-
listen (3.2.1)
58+
listen (3.5.1)
5959
rb-fsevent (~> 0.10, >= 0.10.3)
6060
rb-inotify (~> 0.9, >= 0.9.10)
6161
mercenary (0.4.0)
6262
pathutil (0.16.2)
6363
forwardable-extended (~> 2.6)
64-
posix-spawn (0.3.14)
65-
public_suffix (4.0.5)
64+
posix-spawn (0.3.15)
65+
public_suffix (4.0.6)
6666
rack (2.2.3)
6767
rack-jekyll (0.3.5)
6868
jekyll
6969
rack
70-
rake (13.0.1)
71-
rb-fsevent (0.10.4)
70+
rake (13.0.3)
71+
rb-fsevent (0.11.0)
7272
rb-inotify (0.10.1)
7373
ffi (~> 1.0)
74-
rexml (3.2.4)
75-
rouge (3.20.0)
74+
rexml (3.2.5)
75+
rouge (3.26.0)
7676
safe_yaml (1.0.5)
7777
sassc (2.4.0)
7878
ffi (~> 1.9)
79-
terminal-table (1.8.0)
79+
terminal-table (2.0.0)
8080
unicode-display_width (~> 1.1, >= 1.1.1)
8181
unicode-display_width (1.7.0)
8282

8383
PLATFORMS
8484
ruby
8585

8686
DEPENDENCIES
87-
bundler (= 2.1.4)
87+
bundler (~> 2.2.3)
8888
jekyll (~> 4.0)
8989
jekyll-feed
9090
jekyll-include-cache
@@ -99,7 +99,7 @@ DEPENDENCIES
9999
rake
100100

101101
RUBY VERSION
102-
ruby 2.6.3p62
102+
ruby 2.7.1p83
103103

104104
BUNDLED WITH
105-
2.1.4
105+
2.2.9

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018-2020 Justin Hartman <[email protected]> (https://hartman.me)
3+
Copyright (c) 2018-2021 Justin Hartman <[email protected]> (https://justinhartman.co)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
addons: []
33
config_vars:
4-
LANG: en_US.UTF-8
4+
LANG: en_GB.UTF-8
55
RACK_ENV: production
66
default_process_types:
77
rake: bundle exec rake

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Here's what you get in this package.
5050

5151
### 1.1. Features
5252

53-
- Latest Jekyll site running version `4.1.1`.
53+
- Latest Jekyll site running version `4.2.0`.
5454
- All the required Ruby files to run a Jekyll website on Heroku in minutes.
5555
- [jekyll-materialdocs][jekyll-materialdocs] - a beautiful
5656
[Material Design Lite][mdl] theme elegantly crafted, installed and
@@ -70,14 +70,14 @@ These plugins are installed by default:
7070

7171
- [jekyll-feed][jekyll-feed]
7272
- Generates an XML Feed at
73-
<https://hartman.me/jekyll-heroku-starter-kit/feed.xml>
73+
<https://justinhartman.co/jekyll-heroku-starter-kit/feed.xml>
7474
- [jekyll-seo-tag][jekyll-seo-tag]
7575
- View the config settings in `_config.yml` and `index.md`.
7676
- [jekyll-sitemap][jekyll-sitemap]
7777
- Generates a XML Sitemap at
78-
<https://hartman.me/jekyll-heroku-starter-kit/sitemap.xml>
78+
<https://justinhartman.co/jekyll-heroku-starter-kit/sitemap.xml>
7979
- Generates a `robots.txt` file at
80-
<https://hartman.me/jekyll-heroku-starter-kit/robots.txt>
80+
<https://justinhartman.co/jekyll-heroku-starter-kit/robots.txt>
8181
- View the config settings in `index.md`.
8282
- [jekyll-paginate-v2][jekyll-paginate-v2]
8383
- View the config settings in `_config.yml` and `index.md`.
@@ -279,11 +279,11 @@ site you built on your local machine, now published on Heroku.
279279

280280
## 5. Built With
281281

282-
- [Jekyll 4.1.1][jekyll]
282+
- [Jekyll 4.2.0][jekyll]
283283
- [Heroku][heroku-main]
284-
- [ruby 2.6.3][ruby]
284+
- [ruby 2.7.1][ruby]
285285
- [Homebrew 2.4.0][brew]
286-
- [Bundler version 2.1.4][bundler]
286+
- [Bundler version 2.2.9][bundler]
287287

288288
## 6. Contributing
289289

@@ -361,13 +361,13 @@ some way to make this project a reality.
361361
[heroku]: https://blog.heroku.com/jekyll-on-heroku
362362
[jekyll]: https://jekyllrb.com/
363363
[heroku-main]: https://www.heroku.com/
364-
[humans]: https://hartman.me/jekyll-heroku-starter-kit/humans.txt
364+
[humans]: https://justinhartman.co/jekyll-heroku-starter-kit/humans.txt
365365
[localhost]: http://127.0.0.1:4000
366366
[livesite]: /assets/images/website.png
367367
[blogsite]: /assets/images/news.png
368-
[example]: https://hartman.me/jekyll-heroku-starter-kit
368+
[example]: https://justinhartman.co/jekyll-heroku-starter-kit
369369
[mdl]: https://getmdl.io/
370-
[22]: https://22digital.co.za
370+
[22]: https://22digital.ltd
371371
[pygments-themes]: https://github.com/jwarby/jekyll-pygments-themes
372372
[jekyll-v3]: https://github.com/justinhartman/jekyll-heroku-starter-kit/tree/jekyll-v3
373373
[1.3.0]: https://github.com/justinhartman/jekyll-heroku-starter-kit/releases/tag/1.3.0

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ baseurl:
1515
theme: jekyll-materialdocs
1616
mdl_colors: pink-blue # a supported MDL color scheme (https://getmdl.io/customize/index.html)
1717
logo: /assets/images/logo.svg # an absolute or relative image path to use as the site logo
18-
copyright: 22 Digital # will override the copyright notice (default is site title)
18+
copyright: 22 Digital Ltd # will override the company name in the copyright (default is site title)
1919
search: true # enabled by default, set to false to disable site search
2020
#menu_style: dropdown # will only show child menu items for the main item selected
2121
google_analytics: UA-100937492-4
@@ -78,7 +78,7 @@ social:
7878
name: Justin Hartman
7979
links:
8080
- https://twitter.com/justinhartman
81-
- https://www.facebook.com/justinhartman.blog
81+
- https://www.facebook.com/justinhartman.co
8282
- https://www.linkedin.com/in/justinhartman
8383
- https://github.com/justinhartman
8484
# When you verify with either of the Webmaster Tools below, enter the

_data/nav.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Use weight here and in your pages to define the order of links.
55

66
- title: "22 Digital"
7-
url: "https://22digital.co.za"
7+
url: "https://22digital.ltd"
88
tab: true # Opens this link in a new tab.
99
id: external # Will be used as a parent item so we can created child links.
1010
weight: 999 # Ensures these links appear below all the other links.
@@ -16,7 +16,7 @@
1616
# Not displayed when menu_style set to 'dropdown'.
1717

1818
- title: "Justin Hartman"
19-
url: "https://hartman.me"
19+
url: "https://justinhartman.co"
2020
tab: true
2121
parent: external
2222

_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div class="mdl-mini-footer--left-section">
22
<ul class="mdl-mini-footer--link-list">
33
<li>Powered by 🧪 <a href="https://jekyllrb.com/" rel="nofollow">Jekyll</a>.</li>
4-
<li>Designed in 🇿🇦&nbsp;&nbsp;by <a href="https://22digital.co.za" name="Website Designer, Website Developer Cape Town" rel="follow">22 Digital.</a></li>
4+
<li>Handcrafted with ❤️ in 🇿🇦 by <a href="https://22digital.ltd" name="Website and App Developer" rel="follow">22 Digital.</a></li>
55
</ul>
66
</div>
77
<div class="mdl-mini-footer--right-section">
8-
<p id="copyright">&copy; {{ site.time | date: '%Y' }} {% if site.copyright %}{{ site.copyright }}{% else %}{{ site.title }}{% endif %}</p>
8+
<p id="copyright">Copyright &copy; {{ site.time | date: '%Y' }} <a href="{{ site.url }}" class="footer-links">{% if site.copyright %}{{ site.copyright }}{% else %}{{ site.title }}{% endif %}</a></p>
99
</div>

0 commit comments

Comments
 (0)