Zenmark.js
Json for the list
There are three arguments for the Object
name: page name
file: markdown file name
link: link src
Your can choose one from 'file' and 'link'
Example:
[{
"name":"Quick start", // page name
"file":"index.md" // file name
},
{
"name":"Document",
"file":"doc.md"
},
{
"name":"Github",
"link":"https://github.com/findyourmagic/zenmark" // link src
}]
There is just one theme util now
$ git clone -b gh-pages https://github.com/findyourmagic/zenmark.git
Images,css and javascripts in '/static'
Header and Footer in '/template'.Just htmls, change the title and other things as you wish
List 'nav.html' is a file of ejs,it is easy to understand
Will add more theme soon