Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 558 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 558 Bytes

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.