org-static-blog
This website and its blog are written in orgmode, exported to HTML through org-static-blog, and published through Github pages.
A few tips for org-static-blog:
- Drafts can also be used as static pages. So, for example, I have a
index.org
that becomes my landing page (after renamingorg-static-blog-index-file
). - Use relative file names for references, so
./files/img.png
instead of/files/img.png
orfiles/img.png
, to prevent orgmode to throw andUnable to resolve link
error.
Other considerations:
- The dates of blogs are of their first publication. If I make any changes to them later, this can be traced through github.
- There is no way to leave comments.