From 8e598766f7aa34e737c3a4852905198e501cde09 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 8 Aug 2017 18:59:46 -0400 Subject: [PATCH 1/2] Reword sentences --- docs/_docs/01-quick-start-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/01-quick-start-guide.md b/docs/_docs/01-quick-start-guide.md index fa6a6196..4f1bce5f 100644 --- a/docs/_docs/01-quick-start-guide.md +++ b/docs/_docs/01-quick-start-guide.md @@ -153,9 +153,9 @@ gem "minimal-mistakes-jekyll" Then run `bundle update` and add `theme: minimal-mistakes-jekyll` to your `_config.yml`. -**v4 Breaking Change:** Paths for image headers, overlays, teasers, [galleries]({{ "/docs/helpers/#gallery" | absolute_url }}), and [feature rows]({{ "/docs/helpers/#feature-row" | absolute_url }}) have changed and now require a full path. Instead of just `image: filename.jpg` you'll need to use the full path eg: `image: /assets/images/filename.jpg`. The preferred location is now `/assets/images/` but can be placed elsewhere or external hosted. This all applies for image references in `_config.yml` and `author.yml` as well. +**v4 Breaking Change:** Paths for image headers, overlays, teasers, [galleries]({{ "/docs/helpers/#gallery" | absolute_url }}), and [feature rows]({{ "/docs/helpers/#feature-row" | absolute_url }}) have changed and now require a full path. Instead of just `image: filename.jpg` you'll need to use the full path eg: `image: /assets/images/filename.jpg`. The preferred location is now `/assets/images/` but can be placed elsewhere or externally hosted. This applies to image references in `_config.yml` and `author.yml` as well. {: .notice--danger} --- -That's it! If all goes well running `bundle exec jekyll serve` should spin-up your site. \ No newline at end of file +That's it! If all goes well running `bundle exec jekyll serve` should spin-up your site. From 46a294b5687ac477117a9c1f0b1649a033293826 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 8 Aug 2017 20:05:30 -0400 Subject: [PATCH 2/2] Roll back `gems:` to `plugins:` change in `_config.yml` - GitHub Pages still doesn't seem to load safe plugins when using `plugins` key --- _config.yml | 4 ++-- docs/_config.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 039dbd71..e6f164a8 100644 --- a/_config.yml +++ b/_config.yml @@ -178,8 +178,8 @@ paginate_path: /page:num/ timezone: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones -# Plugins (formerly gems:) -plugins: +# Plugins +gems: - jekyll-paginate - jekyll-sitemap - jekyll-gist diff --git a/docs/_config.yml b/docs/_config.yml index e30d5dec..f52a8d5d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -254,8 +254,8 @@ permalink: /:categories/:title/ timezone: America/New_York # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones -# Plugins (formerly gems:) -plugins: +# Plugins +gems: - jekyll-paginate - jekyll-sitemap - jekyll-gist