A static site generator, written in C
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mort e9010d9d5b basic templating works пре 10 година
resources basic templating works пре 10 година
src basic templating works пре 10 година
.gitignore various changes пре 10 година
LICENSE Renamed to housecat, added GNU GPL v2 license, improved error system пре 10 година
Makefile string templating possibly working пре 10 година
README.md Renamed to housecat, added GNU GPL v2 license, improved error system пре 10 година

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.