sdassow / wiking

Golang based wiki engine with content in Markdown format, support for attachments, diagrams, git storage, and fulltext search
Other
2 stars 1 forks source link
attachments diagrams fulltext-search git golang markdown wiki

wiking

Golang based wiki engine with content in Markdown format.

Additional features:

Configuration

By default the web server listens on localhost port 8000, and wiki pages are stored in ./data. This can be changed with environment variables or a configuration file.

The configuration options are as follows:

Design

The resulting top level directory view is:

./data/
      + FrontPage.md
      + FrontPage/...
./riot-index/...
./cookie.key

License

MIT