imo is static site generator for Emacs org-mode files.
imo collect marked headlines from input org files and generate static blog site from it (1 html per headline).
- write org as usual
- mark headlines you want to output as a blog article
- set
blog
tag - set
SCHEDULED
(it become a publish date of this article) - set
ID
property (it become file name of this article)
- set
- run command to generate site
imo --site-name "my site" --output "_html" /path/to/memo.org
- view the site locally, or upload it to server, as you like