Hello all!
This is my personal blog, built using emacs and org mode. Feel free to browse the repo if you are interested in the source code (it may be in spaghetti form, but I believe it is unique as far its performance and obviously implementation is taken into consideration), or to visit the web site itself and read its articles.
You can find the link for the web site here!
- Make-it all happen
- Generating an Index with elisp
- Publishing blog with Elisp
- Org-static-blog Functions
The site is built by publishing, through org-publish
, org mode files
into html. The actual conversion is specified in build-site.el.
The aspect I find the most unorthodox, and actually want to tackle, is
the way that I have based everything on elisp
, for which I do not know
a lot. This causes:
- The whole blog to be translated on every change, which even though it is relatively harmless when I publish on Github, happens only once and allows for detailed feedback, results in great time loss.
flameshot
andorg-download
- This combination is unbelievable