A static site generator, written in C
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
mort b6d25fee71 string templating possibly working 8 år sedan
resources posts are sorted correctly now 9 år sedan
src string templating possibly working 8 år sedan
.gitignore various changes 8 år sedan
LICENSE Renamed to housecat, added GNU GPL v2 license, improved error system 9 år sedan
Makefile string templating possibly working 8 år sedan
README.md Renamed to housecat, added GNU GPL v2 license, improved error system 9 år sedan

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.