cooper / quiki

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

Home Page:https://quiki.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://quiki.app

License:ISC License


Languages

Language:Go 62.6%Language:JavaScript 26.9%Language:HTML 5.9%Language:CSS 4.5%Language:Shell 0.0%