This branch is a Hugo-based version of the blog.
If Hugo is installed globally:
hugo serverIf not, you can use a local Hugo binary:
.tools/hugo/hugo serverhugo build --cleanDestinationDir
python3 scripts/generate_legacy_feeds.pyThis preserves the legacy feed endpoints:
rss.xmlfeed.atom
content/is the canonical source for posts and pagesstatic/images/contains site images- Hugo tags/taxonomies provide tag index pages
- Legacy Nikola and Pelican source/config files have been removed from this branch
scripts/generate_legacy_feeds.pywritespublic/feed.atomfor subscriber compatibility