This codebase hosts my personal blog, hosted at https://weiyen.net.
The blog is
- Built with Remix
- Deployed on DigitalOcean
- Behind a Cloudflare CDN
Articles are written in Markdown and stored in the articles
directory.
- Add the new article to the
articles
directory. - Push to the
main
branch.
Run the dev server locally:
npm run dev
Push to the main
branch to deploy.