Skip to content
/ gowiki Public

Wiki built in golang with a front page and directory. Uses Markdown.

License

Notifications You must be signed in to change notification settings

jamra/gowiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gowiki

Wiki built in golang with a front page and directory. Uses Markdown.

What it is

I took the wiki example: golang.org and added markdown from this library: github.com/knieriem/markdown

Dependency

github.com/knieriem/markdown

#Usage

go run wiki.go

The default port is 8080

#TODO

  • The search does not work at all now. It's just a pretty placeholder
  • Make a master template to hold the header and CSS link
  • Create reusable tools for the wiki page such as an automatic legend like wikimedia has. Basically, it takes the headers and constructs a hierarchical legend. It is kind of cool.

About

Wiki built in golang with a front page and directory. Uses Markdown.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published