/public_blog

Personal public blog

Primary LanguageHTML

Overview

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.

How to

  • Add new markdown files in the writings directory
  • To generate static files, run npm run generate

Technology

  • Javascript ES6
  • Showdown
  • Github pages
  • HTML & CSS

Pending items

  • Would like to build some CD/CI that automatically runs the generate script
  • Will consider switching from github pages to cloudflare pages