site-inator/README.md

15 lines
341 B
Markdown
Raw Normal View History

2023-08-16 14:49:53 +00:00
# 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/
```