Skip to content

nohal/g-wiki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

g-wiki

A KISS wiki built on golang with git as the storage back-end. Content is formatted in markdown syntax. The wiki is rendered with go templates and bootstrap css.

Current running example: mehl.no

Install

Simply go get it:

go get github.com/tgulacsi/g-wiki

then run it

g-wiki -http=:8080 -dir=files 

Develop

Templates are embedded with go.rice. If you change a file under templates, either

rm templates.rice-box.go

to force g-wiki to load templates from under templates directory; or

go get github.com/GeertJohan/go.rice/rice
rice embed-go

to regenerate templates.rice-box.go, and be able to just go build, to have a portable binary.

About

A simple wiki built with Golang with Git as its back-end.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 90.7%
  • Smarty 9.3%