aboutsummaryrefslogtreecommitdiffstats
path: root/haunthtml2wordpress.py
Commit message (Collapse)AuthorAgeFilesLines
* Add script to easily publish haunt HTML files in WordPress.Denis 'GNUtoo' Carikli2025-06-151-0/+75
There is still many things to do before we could replace the WordPress blog with Haunt. For instance we didn't import the WordPress comments yet, and viewers also don't have any way of commenting. We also need to add a Replicant logo, and probably improve a bit the code and documentation. Because of all that, and also because working directly on markdown files with git makes the work faster, easier, and easier to review, having a way to add back markdown files inside WordPress is a good idea. Some markdown plugins for WordPress do exist but it was probably faster to write some scripts to generate HTML that WordPress can accept than reviewing these plugins for licensing and suitability. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>