https://github.com/grunka/henry
A static site generation tool
https://github.com/grunka/henry
Last synced: about 1 year ago
JSON representation
A static site generation tool
- Host: GitHub
- URL: https://github.com/grunka/henry
- Owner: grunka
- Created: 2011-12-06T18:21:07.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-04-25T13:41:57.000Z (about 1 year ago)
- Last Synced: 2025-04-25T14:46:05.793Z (about 1 year ago)
- Language: Java
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Henry
A site generation tool very much inspired by [jekyll](http://jekyllrb.com/) using some of my (current) favorite things
* [Mustache](http://mustache.github.com/) ([in java](https://github.com/samskivert/jmustache)) and [Markdown](http://daringfireball.net/projects/markdown/) ([in java](http://code.google.com/p/markdownj/)) for the generation of HTML.
* [GSON](http://code.google.com/p/google-gson/) for handling configuration
# Why?
* Why not?
* Scrathing an itch