A static site generator, written in C
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
mort 79058ebf21 various changes vor 8 Jahren
resources posts are sorted correctly now vor 9 Jahren
src various changes vor 8 Jahren
.gitignore various changes vor 8 Jahren
LICENSE Renamed to housecat, added GNU GPL v2 license, improved error system vor 9 Jahren
Makefile posts are sorted correctly now vor 9 Jahren
README.md Renamed to housecat, added GNU GPL v2 license, improved error system vor 9 Jahren

README.md

Housecat

Housecat is a command-line static site generator, written in C. It should support any POSIX environment.

Installation

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

Usage

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.

License

This software is licensed under the GNU GPL v2.