Home
Softono
quiki

quiki

Open source Go
49
Stars
9
Forks
66
Issues
3
Watchers
4 months
Last Commit

About quiki

a file-based wiki engine and server featuring a productive source language, markdown, image generation, categories, templates, and revision tracking

Platforms

Web Self-hosted

Languages

Go

quiki

quiki is a wiki suite and standalone web server that is completely file-based. instead of storing content in a database, each page is represented by a text file written in the clean and productive quiki source language or markdown.

it sports caching, image generation, category management, templates, git-based revision tracking, and more. while it is meant to be easily maintainable from the command line, you may optionally enable the web-based editor.

install

go install github.com/cooper/quiki@latest

run

the easiest way to get started is run the setup wizard:

quiki -w        # or $GOPATH/bin/quiki

for all options see RUNNING.