A static site generator, written in C
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
mort e9010d9d5b basic templating works il y a 8 ans
resources basic templating works il y a 8 ans
src basic templating works il y a 8 ans
.gitignore various changes il y a 8 ans
LICENSE Renamed to housecat, added GNU GPL v2 license, improved error system il y a 8 ans
Makefile string templating possibly working il y a 8 ans
README.md Renamed to housecat, added GNU GPL v2 license, improved error system il y a 8 ans

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.