Skip to content

Commit

Permalink
Updated Minimal Mistakes to 4.12.0 (#309)
Browse files Browse the repository at this point in the history
Keeping up with all the latest changes.
  • Loading branch information
freemanjp committed Jul 15, 2018
1 parent 36f1a76 commit 10aedad
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 22 deletions.
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem "github-pages", "167", group: :jekyll_plugins
# gem "jekyll"

# Install minimal-mistakes theme
gem 'minimal-mistakes-jekyll', '4.6.0'
gem 'minimal-mistakes-jekyll', '4.12.0'

# If you have any plugins, put them here!
group :jekyll_plugins do
Expand Down
40 changes: 20 additions & 20 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ GEM
ethon (0.11.0)
ffi (>= 1.3.0)
execjs (2.7.0)
faraday (0.13.1)
faraday (0.15.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.18)
ffi (1.9.25)
forwardable-extended (2.6.0)
gemoji (3.0.0)
github-pages (167)
Expand Down Expand Up @@ -71,7 +71,7 @@ GEM
octokit (~> 4.0)
public_suffix (~> 2.0)
typhoeus (~> 0.7)
html-pipeline (2.7.1)
html-pipeline (2.8.3)
activesupport (>= 2)
nokogiri (>= 1.4)
html-proofer (3.7.0)
Expand All @@ -83,7 +83,7 @@ GEM
parallel (~> 1.3)
typhoeus (~> 0.7)
yell (~> 2.0)
i18n (0.9.1)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.6.2)
addressable (~> 2.4)
Expand Down Expand Up @@ -174,8 +174,8 @@ GEM
jekyll-seo-tag (~> 2.0)
jekyll-titles-from-headings (0.4.0)
jekyll (~> 3.3)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
jekyll-watch (1.5.1)
listen (~> 3.0)
jemoji (0.8.1)
activesupport (~> 4.0, >= 4.2.9)
gemoji (~> 3.0)
Expand All @@ -190,31 +190,31 @@ GEM
mini_portile2 (2.3.0)
minima (2.1.1)
jekyll (~> 3.3)
minimal-mistakes-jekyll (4.6.0)
jekyll (~> 3.5, >= 3.5.1)
minimal-mistakes-jekyll (4.12.0)
jekyll (~> 3.6)
jekyll-data (~> 1.0)
jekyll-feed (~> 0.9.2)
jekyll-gist (~> 1.4)
jekyll-paginate (~> 1.1)
jekyll-sitemap (~> 1.0)
jekyll-sitemap (~> 1.1)
jemoji (~> 0.8)
minitest (5.10.3)
minitest (5.11.3)
multipart-post (2.0.0)
net-dns (0.8.0)
nokogiri (1.8.1)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
octokit (4.7.0)
octokit (4.9.0)
sawyer (~> 0.8.0, >= 0.5.3)
parallel (1.12.0)
pathutil (0.16.0)
parallel (1.12.1)
pathutil (0.16.1)
forwardable-extended (~> 2.6)
public_suffix (2.0.5)
rb-fsevent (0.10.2)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rouge (2.2.1)
safe_yaml (1.0.4)
sass (3.5.3)
sass (3.5.6)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -227,9 +227,9 @@ GEM
thread_safe (0.3.6)
typhoeus (0.8.0)
ethon (>= 0.8.0)
tzinfo (1.2.4)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.3.0)
unicode-display_width (1.4.0)
yell (2.0.7)

PLATFORMS
Expand All @@ -238,7 +238,7 @@ PLATFORMS
DEPENDENCIES
github-pages (= 167)
html-proofer (= 3.7.0)
minimal-mistakes-jekyll (= 4.6.0)
minimal-mistakes-jekyll (= 4.12.0)

BUNDLED WITH
1.16.0
1.11.2
3 changes: 3 additions & 0 deletions docs/_pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,23 @@ feature_row:
for use.
url: /docs/features/
btn_label: Learn More
btn_class: btn--primary
- title: Configurable
excerpt: >
Version control all your project specific configuration. No more having to
ask Dave because the wiki is out of date. Also supports user specific
configuration like regional preferences.
url: /docs/configuration
btn_label: Learn More
btn_class: btn--primary
- title: MIT licensed
excerpt: >
Having benefitted from opensource so much over the years, it's nice to be
able give back. This project is free to use under the terms of the MIT
license.
url: https://raw.githubusercontent.com/gantsign/development-environment/master/LICENSE
btn_label: View
btn_class: btn--primary
intro:
- excerpt: >
Get notified when new features are added &nbsp;
Expand Down
2 changes: 1 addition & 1 deletion docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ run() {
while ! netstat -tna | grep 'LISTEN\>' | grep -q ':4000\>'; do
sleep 1
done
htmlproofer /tmp/_site --log-level debug
htmlproofer /tmp/_site --log-level debug --url-swap "^/development-environment:"
}

docker_build() {
Expand Down

0 comments on commit 10aedad

Please sign in to comment.