aqtrans / gowiki

A simple Markdown wiki, inspired by Gitit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gowiki - a Gitit clone written in Golang

builds.sr.ht status

This is my attempt to replicate the featureset of Gitit, written in Go.

At this point basic functionality, view/edit/history is stable and at parity with Gitit.

Bonus features:

  • Instead of a global public/private switch, pages are presumed private, and can be made public via a boolean set in the 'frontmatter' of each page.
  • No public write access whatsoever.
  • Tag support inside the frontmatter.

About

A simple Markdown wiki, inspired by Gitit

License:MIT License


Languages

Language:Go 50.1%Language:HTML 35.9%Language:JavaScript 4.4%Language:SCSS 4.1%Language:Nix 2.1%Language:Shell 1.6%Language:CSS 1.6%Language:Dockerfile 0.3%