|
|
10 years ago | |
|---|---|---|
| resources | 10 years ago | |
| src | 10 years ago | |
| .gitignore | 10 years ago | |
| LICENSE | 10 years ago | |
| Makefile | 10 years ago | |
| README.md | 10 years ago | |
Housecat is a command-line static site generator, written in C. It should support any POSIX environment.
Installing Housecat is simple. A make && sudo make install should do the trick.
git clone https://github.com/mortie/housecat.git
cd housecat
make && sudo make install
To set up a new Housecat environment, do housecat init somedir, where somedir is the directory you want to set up. Housecat will create the directory if it doesn’t exist.
This software is licensed under the GNU GPL v2.