🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Description
This repository houses the posts for my site bdebyl.net. It utilizes the Hugo static-site generator to convert Markdown files to a static, HTML site. This is then served via AWS S3 behind AWS Cloudfront (cache).
I make occasional updates to add blog posts, tutorials, projects write-ups,
etc. The binary static content is all hosted on S3 (i.e. .jpeg, .png, etc.).
Theme
The theme that this site utilizes is my minimal fork of the Hugo Even Theme. The fork strips out all JavaScript which, personally, I've found completely unnecessary for the purposes of my personal site. Additionally, some custom shortcodes and CSS changes were added (along with a Makefile for utilizing SCSS).
Deployment
Deployments are done using my personal Drone CI Server. Each commit has an attached build run to it, and can be viewed publicly, though the rest is locked down to allow only me (sorry).