The focus and dump release
What's Changed
- Added a "Focus by Year" section to the stats page using TF-IDF analysis on post prose content to highlight key terms per year. (#554)
- Some more site generation performance improvements to offset recently-added features. (#556)
- Added a
dumpcommand to serialize and dump all blog posts to stdout as JSON data. (#558) - Added support for configuring custom stop words via the configuration file. This lets the user filter out domain-specific noise words during TF-IDF calculations (e.g. for focus-by-year page stats or related posts). (#560)
Full Changelog: v2.32.0...v2.33.0