Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/i1i1/gowiki

Simple static wiki written in golang and shell
https://github.com/i1i1/gowiki

Last synced: about 1 month ago
JSON representation

Simple static wiki written in golang and shell

Awesome Lists containing this project

README

        

# Gowiki

Simple static wiki engine written with golang. It uses markdown for articles and
converts to static html. Checkout [example](./example) folder.

## Run

In order to run example build wiki:
``` sh
$ go install github.com/i1i1/gowiki
```

Then `cd` into example directory and do:
``` sh
$ make run
```

It will launch apache httpd server in docker with all md pages inside [example/md](./example/md) directory