Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

verne

a markdown files driven wiki engine

Installation

Clone the repository to your computer:

$ git clone https://github.com/256dpi/verne.git

Install dependencies:

$ cd verne
$ bundle install

Create a config gile (~/.verne.json):

{
  "projects": {
    "wiki-id" : {
      "name": "My Wiki",
      "path": "/path/to/my/wiki"
    }
  }
}

Start the server using pow and powder:

$ powder link

Start the server manually:

$ rackup

Open the website in the browser as shown by your favorite tool.

Special Features

Integrate pdf's or other files through iframes:

<<some.pdf>>

For integrating other html files use an expanded iframe:

<<<some.html>>>

About

a markdown files driven wiki engine

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages