Welcome to my VPS

Eiswanderer soon!



Hello and welcome! This is a very simple website created via Org mode in Emacs.


some org-publish notes for future me

add some color/style with inline css

@@html:<span style="color:#BF616A; font-size:1.2em;">a one-off red sentence</span>@@

#+MACRO: red @@html:<span style="color:#BF616A; font-size:1.2em;">$1</span>@@

This is a {{{red(reusable red sentence)}}} in my text.

Put the macro near the #+TITLE etc.

force publish

Force a republish after config change, e.g. changes to the navbar.

(org-publish-project "vps0" t)