yosa12978 / WikiMD

πŸ“– WikiMD - a simple wikiengine based on markdown markup. Live demo below

Home Page:http://wikimd.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ“– WikiMD - a simple wikiengine based on markdown markup. Live demo below

http://wikimd.xyz

License:GNU General Public License v3.0


Languages

Language:Go 76.8%Language:HTML 21.8%Language:CSS 0.7%Language:JavaScript 0.4%Language:Makefile 0.3%