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

14 lines
436 B
Markdown

# 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