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 e9010d9d5b basic templating works vor 8 Jahren
resources basic templating works vor 8 Jahren
src basic templating works 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 string templating possibly working vor 8 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.