Skip to content

Commit

Permalink
Add step to create 404 page to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Agent-E11 committed May 6, 2024
1 parent 310e3a3 commit ab7fdef
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
```
<!-- TODO:
5. Add the form to the `contact.html` page. Add the following code to your
Expand Down Expand Up @@ -148,7 +159,7 @@ matter. Example:
Formspree, and then the form will be working!
-->
5. Build your site: `bundle exec jekyll serve`
6. Build your site: `bundle exec jekyll serve`
### Using Core Files
Expand Down

0 comments on commit ab7fdef

Please sign in to comment.