If you’d like to contribute to this blog, follow these steps. Anything in bold is a link that can be clicked on.
- Make a GitHub account if you haven’t already.
- Navigate to the repository for this website here.
- Fork the repository.
- On your own copy, click the green Code button and go to the Codespaces tab.
- Create a new codespace.
- In the codespace, you should be able to edit all the website files. Navigate to
./src/content/posts
and create a new file with the extension.md
. Before you begin writing, copy and paste an old entry so you get all the frontmatter required. - When you’re done writing, commit your changes by typing
git add . && git commit -m "create new blog post"
in the terminal. - Push your changes to your fork by typing
git push
into the terminal. - Create a pull request so we can review your changes!