Some design and some content, Also Makefile
This commit is contained in:
14
README.md
14
README.md
@@ -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
|
||||
Reference in New Issue
Block a user