Fix all Pelican build errors and implement proper testing workflow

- Setup virtual environment management in Makefile
- Fix broken linkpeek RST directives in 2011 posts
- Add missing image alt attributes for accessibility
- Fix RST syntax errors and title hierarchy
- Add markdown package for proper .md support
- Update CLAUDE.md with testing workflow and critical issues
- Rename code golf post to match slug
- Clean build: 182 articles, 4 pages, zero errors
This commit is contained in:
Russell Ballestrini 2025-10-10 13:35:36 -04:00
parent 0249875fca
commit 776a4a07f4
16 changed files with 81 additions and 119 deletions

1
.gitignore vendored
View file

@ -76,3 +76,4 @@ vars.fish
blog-multi-mower/
webwords/
venv/