This is the static content generator for cbennell.com, my personal website and blog.
This site is powered by Bridgetown and Tailwind CSS, deployed with Kamal.
It's mostly a vanilla Bridgetown site, but one point of interest is the custom code block formatter.
- Deploy on push
- Convert templates / components to ERB
- Add commenting: https://cactus.chat/docs/getting-started/quick-start/
# running locally
bin/bridgetown start
# build & deploy to production
bin/kamal deploy
# load the site up within a Ruby console (IRB)
bin/bridgetown console
This site is released under the MIT License