A static site generator, written in C
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
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.