community powered rocket-fuel for node.js
Node Knockout Status, work in progress!
node bin/generate
node bin/server
more documentation coming soon
- make a directory in
topics
for your article:mkdir articles/how-to-make-an-article
(use only letters and dashes) - next write your article:
vim articles/how-to-make-an-article/article.md
- create a metadata with this data:
vim articles/how-to-make-an-article/metadata.json
metadata.json
{
"title":"What is npm?",
"date": "Fri Aug 26 2011 03:08:50 GMT-0700 (PST)",
"tags": ["npm", "modules"],
"author": "nico",
"difficulty": 1
}
topics/
article-name/ //url version
metadata.json
article.md //file with the real article
assets/
...
...
{
"title":"What is npm?",
"date": "Fri Aug 26 2011 03:08:50 GMT-0700 (PST)",
"tags": ["npm", "modules"],
"author": "nico",
"difficulty": 1
}