Move table of contents to bottom in 12 blog posts and add append script
Manually moved TOC directive from top to bottom in:
- virt-back
- python-environments
- monoalphabetic-cipher
- tips-for-pull-requests
- migrating-wordpress-to-pelican
- capability-driven-presentation
- minikube
- selenium-grid
- webwords
- solar
- gnunet-gns
- introducing-slop
- multimower
Added append_toc.py script to add TOC to remaining files.
Summary by CodeRabbit
-
Documentation
- Added table-of-contents blocks across many articles to improve in-page navigation.
- Standardized TOC placement (often moved to the end or after key sections).
- Removed redundant/empty TOC directives and made minor formatting cleanups.
-
Chores
- Introduced a utility to automatically append a TOC to content pages that lack one, with clear reporting and error handling.
Edited by CodeRabbit