Skip to content
/ quiki Public

a file-based wiki 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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

447bd0d · Mar 4, 2025
Mar 4, 2025
Feb 21, 2025
Mar 2, 2025
Mar 2, 2025
Apr 27, 2020
Mar 1, 2025
Mar 23, 2020
Mar 4, 2025
Feb 23, 2025
Feb 26, 2025
Mar 4, 2025
Mar 2, 2025
Apr 14, 2020
Feb 23, 2025
Dec 22, 2024
Dec 22, 2024
Feb 21, 2025
Feb 26, 2025
Mar 1, 2025
Feb 23, 2025
Feb 23, 2025
Mar 24, 2020
Feb 26, 2025

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

run

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

quiki -w        # or $GOPATH/bin/quiki

for all options see RUNNING.