Skip to content

Commit

Permalink
merging readme
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbaileynar committed Dec 12, 2023
1 parent f9747cf commit f661a17
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion sites/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,11 @@ here is some content

```
ModuleNotFoundError: Module not found: Error: Can't resolve './what-is-riverscape.jpg' in '/some/path/content/page'
```
```
1. Delete the old Jekyll files:
- `Gemfile`
- `.gitignore` (The steps above include a Gatsby .gitignore)
- `_config.yml`
1. Move all existing markdown files into the `content` folder.
1. Change all existing markdown files to `*.mdx` and fix the frontmatter.
1. Move images from the `assets/images` folder to the `static/images` folder.

0 comments on commit f661a17

Please sign in to comment.