Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/i1i1/gowiki
- Owner: i1i1
- Created: 2020-05-23T16:36:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T16:44:05.000Z (over 4 years ago)
- Last Synced: 2024-06-19T04:28:07.050Z (6 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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