This serves as my personal public blog. I write the posts in markdown and then a small script converts them to html pages. I enjoy writing markdown and having full ownership of the blog, so this seemed like the lightest weight option.
- Add new markdown files in the
writings
directory - To generate static files, run
npm run generate
- Javascript ES6
- Showdown
- Github pages
- HTML & CSS
- Would like to build some CD/CI that automatically runs the generate script
- Will consider switching from github pages to cloudflare pages