A static site generator, written in C
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
mort e9010d9d5b basic templating works 8 年前
resources basic templating works 8 年前
src basic templating works 8 年前
.gitignore various changes 8 年前
LICENSE Renamed to housecat, added GNU GPL v2 license, improved error system 8 年前
Makefile string templating possibly working 8 年前
README.md Renamed to housecat, added GNU GPL v2 license, improved error system 8 年前

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.