site-inator/README.md
2023-08-16 16:49:53 +02:00

14 lines
341 B
Markdown

# site-inator
Dead simple website generator in bash!
This is what I use to maintain my website at https://yukijoou.kemonomimi.gay
You can find an example website in [exmaple/](./example/)
## Installation
Just copy [site-inator](./site-inator) to a folder somewhere in your $PATH!
```console
$ sudo cp site-inator /usr/local/bin/
```