This is the source code for my blog: https://jocki.me
- Create a new feature branch.
- Add the new post as
mdxfile insrc/content/docs/blogfolder in the format likeYYYY-MM-DD-title.mdx. - Preview the new post by running
npm run dev. - Commit and push to GitHub, then create a new Pull Request (PR). A new live preview URL will be added in the PR. Open this URL to see how the website will look like when it is deployed to live.
- If everything is fine, merge the PR to main branch. The new post will appear in live website (https://jocki.me).