fluence
Fluence
Elegant wiki powered by Crystal, with markdown as native format and a WYSIWYG editor.
It uses file-based storage versioned using Git. Wiki pages are created as files and directories on disk and they can be modified in Fluence or via filesystem directly. (Please submit any opinions on this approach in Storage backend - files or database?.)
Fluence uses Bootstrap 4 and jQuery 3.3.1 slim.
Installation and Startup
Download and compile:
git clone https://github.com/crystallabs/fluence
cd fluence
shards
make # or make release
The result of the compilation will be one executable file — bin/fluence.
Run it, and visit http://localhost:3000/ in your browser.
To configure Fluence, please do so in config/options.cr
.
Example
Here's how it currently looks: