Files
website/README.md
2024-05-07 14:17:00 +02:00

436 B

Homepage

My own private website hosted at https://rhetenor.de .

Goal is to create an accessible homepage using only HTML5 + CSS .

The static generation works mainly with GNU utils (cat, make, sh) and the blog is written in markdown converted with pandoc.

Usage

  • make to create the homepage, requires GNU utils
  • make watch to update the homepage whenever a file in src/ changes. Requires entr for file watching