Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T02:03:49.000Z (over 1 year ago)
- Last Synced: 2024-08-01T12:23:45.268Z (3 months ago)
- Topics: blog-engine, cms, file-based, go, golang, http-server, markdown, markdown-wiki, wiki, wiki-engine, wikifier
- Language: Go
- Homepage: https://quiki.app
- Size: 18.6 MB
- Stars: 30
- Watchers: 2
- Forks: 7
- Open Issues: 59
-
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?