A static site generator, written in C
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
mort 2603614f21 fixed segfault pirms 9 gadiem
resources posts are sorted correctly now pirms 9 gadiem
src fixed segfault pirms 9 gadiem
.gitignore Renamed to housecat, added GNU GPL v2 license, improved error system pirms 9 gadiem
LICENSE Renamed to housecat, added GNU GPL v2 license, improved error system pirms 9 gadiem
Makefile posts are sorted correctly now pirms 9 gadiem
README.md Renamed to housecat, added GNU GPL v2 license, improved error system pirms 9 gadiem

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.