Skip to content
forked from cooper/quiki

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

PithomLabs/quiki

 
 

Repository files navigation

quiki

quiki is a fully-featured 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.

it sports caching, image generation, category management, templates, markdown integration, git-based revision tracking, a web-based editor, and much more.

install

go get github.com/cooper/quiki

configure

quiki ships with a working example configuration and detailed configuration spec.

cp quiki.conf.example quiki.conf
nano -w quiki.conf

run

quiki quiki.conf    # ($GOPATH/bin/quiki if PATH not configured for go)

Did you expect this page to be longer?

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 62.7%
  • JavaScript 27.1%
  • HTML 5.6%
  • CSS 4.6%