A Jekyll-based blog focused on software development content, using the Chirpy theme.
# Install dependencies
bundle install
# Start local development server
bundle exec jekyll serve
# Create a new blog post
./bin/new-post "Your Post Title"
# Run tests
bash test.shSee AGENTS.md for comprehensive development guidance including build commands, code style, and testing requirements.