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
articlesdirectory. - Push to the
mainbranch.
Run the dev server locally:
npm run devPush to the main branch to deploy.