4-page Website

home

no hurry, no pause.

2023-September-13

My website is essentially four pages, that is, I work with four pages only:

  1. latest_note.html
  2. index.html
  3. archive.html
  4. now.html

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.