Skip to content
/ quiki Public

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

License

Notifications You must be signed in to change notification settings

cooper/quiki

Repository files navigation

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

configure

create a quiki.conf configuration file based on the provided example and place it somewhere readable by the user that will run quiki.

see the configuration spec for all options.

run

quiki quiki.conf    # or $GOPATH/bin/quiki

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published