14 lines
436 B
Markdown
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
|
|
|