/WikiMD

📖 WikiMD - a simple wikiengine based on markdown markup. Live demo below

Primary LanguageGoGNU General Public License v3.0GPL-3.0

A simple wiki based on markdown markup

GitHub issues GitHub forks GitHub stars GitHub license GitHub release (latest by date including pre-releases) GitHub all releases

Table of contents

Installation

in config.yaml file

Wiki:
  name: WikiMD
  desc: a light markdown wikiengine
  icon: /static/logo.png
Server:
  port: 8989
Mongo:
  conn: mongodb://localhost:27017/
  db: wikimd

Change name, desc, icon as you want

Change server port, by default it is 8989

Enter your mongodb server uri eg. mongodb://user:pass@localhost:27017/and mongodb database name eg. wikimdDb

You can change logo by placing it in static folder eg. /static/logo.png

I have been released version for windows x64 only

You can compile source code to any os

Contact

Email: yusuf_yakubov@hotmail.com

License

This repository licensed under GNU GPLv3 license. View License file for more details

Copyright © Yusuf Yakubov, 2023