Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

go-pages

A wiki tool built on golang with git as the storage back-end. Content is formatted in markdown syntax. The wiki is rendered with go templates, bootstrap css and highlightjs for code highlighting but doesn't depend on any CDN. This project was forked from aspic/g-wiki.

Using

Available command line flags are:

  • -address=:8080 (in the format ip:port, empty ip binds to all ips)
  • -dir=files (data directory has to be an intialized git repository!)
  • -title=CoolWiki (title for the wiki)

Extensions

You can call extension methods from markdown content like {{ extensionName param1 ... }}. For a list of available extensions, see below.

Available Extensions

Tree

{{ tree }} generates a flat map of the current directories files and subdirectories.

{{ tree anysubdir }} generates a flat map of the files and subdirectories in anysubdir.

Depth and subdir params can be combined.

Example screenshot

Screenshot

About

A wiki written in Go using Markdown and Git

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.