Some design and some content, Also Makefile

This commit is contained in:
Jonas Zeunert
2024-05-07 14:16:06 +02:00
parent 96d26b78ab
commit 49f1f015df
18 changed files with 349 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
# website
# 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
My own private website hosted at https://rhetenor.de