https://github.com/creationix/wheat
Wheat is a blog engine for coders written in node.JS
https://github.com/creationix/wheat
Last synced: about 1 year ago
JSON representation
Wheat is a blog engine for coders written in node.JS
- Host: GitHub
- URL: https://github.com/creationix/wheat
- Owner: creationix
- License: other
- Created: 2010-04-01T15:18:08.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T16:30:52.000Z (over 7 years ago)
- Last Synced: 2025-04-12T08:38:34.430Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 185 KB
- Stars: 1,360
- Watchers: 47
- Forks: 124
- Open Issues: 22
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# Wheat
Wheat is a blogging engine that reads a git repo full of markdown articles and presents them as a website.
## How to Install
Either manually install all the dependencies or use npm. It's packaged nicely now.
npm install wheat
For on the fly rendering of Graphviz graphs (DOT files), Graphviz will need to be [installed](http://www.graphviz.org/Download..php)
That's it! Checkout the wheat branch of howtonode.org for an example of how to use the library.