A static site generator, written in C
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
mort 79058ebf21 various changes 9年前
resources posts are sorted correctly now 9年前
src various changes 9年前
.gitignore various changes 9年前
LICENSE Renamed to housecat, added GNU GPL v2 license, improved error system 9年前
Makefile posts are sorted correctly now 9年前
README.md Renamed to housecat, added GNU GPL v2 license, improved error system 9年前

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.