https://github.com/cooper/quiki
a file-based web 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: about 1 month ago
JSON representation
a file-based web 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T05:28:19.000Z (2 months ago)
- Last Synced: 2025-02-28T12:48:36.535Z (2 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.4 MB
- Stars: 38
- Watchers: 2
- Forks: 8
- Open Issues: 62
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 (markdown)
README
# quiki
[quiki](https://quiki.app)
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](doc/language.md).it sports caching, image generation, category management,
[templates](doc/models.md),
[markdown integration](doc/markdown.md),
git-based revision tracking, a web-based editor, and much more.* [install](#install)
* [configure](#configure)
* [run](#run)## install
```sh
go get github.com/cooper/quiki
```## configure
quiki ships with a working example configuration and detailed
[configuration spec](doc/configuration.md).```sh
cp quiki.conf.example quiki.conf
nano -w quiki.conf
```## run
```sh
quiki quiki.conf # ($GOPATH/bin/quiki if PATH not configured for go)
```Did you expect this page to be longer?