2023-September-13
My website is essentially four pages, that is, I work with four pages only:
It goes like this: generate latest_note.html
, update index.html
with a link to latest_note.html
and move the earliest link from index.html
to archive.html
. If needed, I update now.html
.
Last step is to upload all four files to the web server, that’s it.
I use Zettlr 3.0 to create and maintain my notes in markdown and Zettlr exports to html quite nicely. If only browsers supported .md
files natively but they don’t. So I have to convert .md
files to .html
files for the web.