https://github.com/cooper/quiki
a file-based wiki engine and server featuring a productive source language, markdown, image generation, categories, templates, and revision tracking
https://github.com/cooper/quiki
blog-engine cms file-based go golang http-server markdown markdown-wiki wiki wiki-engine wikifier
Last synced: 5 months ago
JSON representation
a file-based wiki engine and server featuring a productive source language, markdown, image generation, categories, templates, and revision tracking
- Host: GitHub
- URL: https://github.com/cooper/quiki
- Owner: cooper
- License: isc
- Created: 2017-02-09T02:39:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-08-31T03:53:42.000Z (10 months ago)
- Last Synced: 2025-08-31T04:12:30.887Z (10 months ago)
- Topics: blog-engine, cms, file-based, go, golang, http-server, markdown, markdown-wiki, wiki, wiki-engine, wikifier
- Language: Go
- Homepage: https://quiki.rlygd.net
- Size: 24.8 MB
- Stars: 47
- Watchers: 3
- Forks: 8
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Notice: NOTICE
Awesome Lists containing this project
- awesome-starred - cooper/quiki - a file-based web engine and server featuring a productive source language, markdown, image generation, categories, templates, and revision tracking (golang)
README
# quiki
[quiki](https://quiki.rlygd.net) 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](doc/language.md) or [markdown](doc/markdown.md).
it sports caching, image generation, category management, [templates](doc/models.md),
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](#install)
* [configure](#configure)
* [run](#run)
## install
```sh
go install github.com/cooper/quiki@latest
```
## run
the easiest way to get started is run the setup wizard:
```sh
quiki -w # or $GOPATH/bin/quiki
```
for all options see [RUNNING](RUNNING.md).