A static site generator, written in C
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 580B

1234567891011121314151617181920212223
  1. Housecat
  2. ========
  3. Housecat is a command-line static site generator, written in C. It should support any POSIX environment.
  4. Installation
  5. ------------
  6. Installing Housecat is simple. A `make && sudo make install` should do the trick.
  7. git clone https://github.com/mortie/housecat.git
  8. cd housecat
  9. make && sudo make install
  10. Usage
  11. -----
  12. 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.
  13. License
  14. -------
  15. This software is licensed under the GNU GPL v2.