From ab7fdef2e28bb8f93886b60e312db88151eb1ebd Mon Sep 17 00:00:00 2001 From: "Eamon Burns (Laptop WSL)" Date: Mon, 6 May 2024 14:20:17 -0700 Subject: [PATCH] Add step to create 404 page to README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6455c7f..3a211fd 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,17 @@ matter. Example: repository](https://github.com/btc-raspberrypiclub/cleaner-blog-jekyll) to see how the files are set up. +5. Create `404.html` if it doesn't already exist, and modify the front matter. + + ```markdown + --- + layout: page + title: 404 + description: Page not found + permalink: /404.html + --- + ``` + -5. Build your site: `bundle exec jekyll serve` +6. Build your site: `bundle exec jekyll serve` ### Using Core Files