From 33316e3d25be7015c860399447579e1a1c4e7444 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 21 Sep 2017 16:24:27 -0400 Subject: [PATCH] Change format of folders/files --- docs/_docs/01-quick-start-guide.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/_docs/01-quick-start-guide.md b/docs/_docs/01-quick-start-guide.md index e0123103..6cb0ab1c 100644 --- a/docs/_docs/01-quick-start-guide.md +++ b/docs/_docs/01-quick-start-guide.md @@ -2,7 +2,7 @@ title: "Quick-Start Guide" permalink: /docs/quick-start-guide/ excerpt: "How to quickly install and setup Minimal Mistakes for use with GitHub Pages." -last_modified_at: 2017-09-21T16:16:40-04:00 +last_modified_at: 2017-09-21T16:24:15-04:00 redirect_from: - /theme-setup/ --- @@ -130,9 +130,21 @@ Edit `_config.yml`. Then: If you're migrating a site already using Minimal Mistakes and haven't customized any of the theme files things upgrading will be easier for you. -Start by removing the following folders: `_includes`, `_layouts`, `_sass`, `assets/css`, `assets/fonts`, `assets/js` and the files within. You won't need these anymore as they're bundled with the theme gem --- unless you intend to [override them](http://jekyllrb.com/docs/themes/#overriding-theme-defaults). +Start by removing the following folders and any files within them: -**Note:** When clearing out the `assets` folder be sure to leave any files you've added. This includes images, CSS, or JavaScript that aren't already [bundled in the theme](https://github.com/mmistakes/minimal-mistakes/tree/master/assets). +```terminal +├── _includes +├── _layouts +├── _sass +├── assets +| ├── css +| ├── fonts +| └── js +``` + +You won't need these anymore as they're bundled with the theme gem --- unless you intend to [override them](http://jekyllrb.com/docs/themes/#overriding-theme-defaults). + +**Note:** When clearing out the `assets` folder be sure to leave any files you've added and need. This includes images, CSS, or JavaScript that aren't already [bundled in the theme](https://github.com/mmistakes/minimal-mistakes/tree/master/assets). {: .notice--warning} From `v4.5.0` onwards, you don't have to maintain a copy of the default data files viz. `_data/ui-text.yml` and `_data/navigation.yml` either.