Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 412 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 412 Bytes

Giki


Giki is a simple wiki which supports:

  • [MathJax] for LaTeX formatting
  • [multimarkdown] for markdown formatting
  • git for page versioning
  • [prettify] for syntax highlighting

It started as a translation from Racket of Uiki.

Dependencies

  • git
  • multimarkdown

Build and run

go get -u github.com/tidyoux/giki
cd giki
make
cd build/bin
./giki