From 6710cae9ef46f00a21681133f450f5dfa03d8d99 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 4 Nov 2016 14:05:59 -0400 Subject: [PATCH] Update docs --- docs/_docs/01-quick-start-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/01-quick-start-guide.md b/docs/_docs/01-quick-start-guide.md index 19be6b65eb63..134ced3e31fc 100644 --- a/docs/_docs/01-quick-start-guide.md +++ b/docs/_docs/01-quick-start-guide.md @@ -110,7 +110,7 @@ Scaffolding out a site with the `jekyll new` command requires you to modify a fe Edit `_config.yml` and create `_data/ui-text.yml` and `_data/navigation.yml` same as above. Then: -- Replace `/index.html` with a modified [Minimal Mistakes `index.html`](https://github.com/mmistakes/minimal-mistakes/blob/master/index.html). +- Replace `/index.md` with a modified [Minimal Mistakes `index.html`](https://github.com/mmistakes/minimal-mistakes/blob/master/index.html). Be sure to enable pagination if using the [`home` layout]({{ "/docs/layouts/#home-page" | absolute_url }}) by adding the necessary lines to **_config.yml**. - Change `layout: post` in `_posts/0000-00-00-welcome-to-jekyll.markdown` to `layout: single`. - Remove `about.md`, or at the very least change `layout: page` to `layout: single` and remove references to `icon-github.html` (or [copy to your `_includes`](https://github.com/jekyll/minima/tree/master/_includes) if using it).