Skip to content

Commit 33316e3

Browse files
committed
Change format of folders/files
1 parent 6112dba commit 33316e3

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

docs/_docs/01-quick-start-guide.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Quick-Start Guide"
33
permalink: /docs/quick-start-guide/
44
excerpt: "How to quickly install and setup Minimal Mistakes for use with GitHub Pages."
5-
last_modified_at: 2017-09-21T16:16:40-04:00
5+
last_modified_at: 2017-09-21T16:24:15-04:00
66
redirect_from:
77
- /theme-setup/
88
---
@@ -130,9 +130,21 @@ Edit `_config.yml`. Then:
130130

131131
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.
132132

133-
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).
133+
Start by removing the following folders and any files within them:
134134

135-
**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).
135+
```terminal
136+
├── _includes
137+
├── _layouts
138+
├── _sass
139+
├── assets
140+
| ├── css
141+
| ├── fonts
142+
| └── js
143+
```
144+
145+
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).
146+
147+
**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).
136148
{: .notice--warning}
137149

138150
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.

0 commit comments

Comments
 (0)