a markdown files driven wiki engine
Clone the repository to your computer:
$ git clone https://github.com/256dpi/verne.gitInstall dependencies:
$ cd verne
$ bundle installCreate a config gile (~/.verne.json):
{
"projects": {
"wiki-id" : {
"name": "My Wiki",
"path": "/path/to/my/wiki"
}
}
}Start the server using pow and powder:
$ powder linkStart the server manually:
$ rackupOpen the website in the browser as shown by your favorite tool.
Integrate pdf's or other files through iframes:
<<some.pdf>>
For integrating other html files use an expanded iframe:
<<<some.html>>>