A static site generator, written in C
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
mort 45ef3b29df Renamed to housecat, added GNU GPL v2 license, improved error system 9 anos atrás
resources New error system, building a tree of posts now works in theory 9 anos atrás
src Renamed to housecat, added GNU GPL v2 license, improved error system 9 anos atrás
.gitignore Renamed to housecat, added GNU GPL v2 license, improved error system 9 anos atrás
LICENSE Renamed to housecat, added GNU GPL v2 license, improved error system 9 anos atrás
Makefile Renamed to housecat, added GNU GPL v2 license, improved error system 9 anos atrás
README.md Renamed to housecat, added GNU GPL v2 license, improved error system 9 anos atrás

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.