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