Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 960 Bytes

File metadata and controls

27 lines (19 loc) · 960 Bytes

Python Markdown Wiki for Heroku

ci workflow codecov

This is an Wiki that can use Markdown and supports Heroku.

How to Use

Use button

Deploy

Deploy using CLI

$ git clone git@github.com:jckdotim/python-markdown-wiki.git
$ heroku create NAME
$ git push heroku master
$ heroku run python cli.py createdb

Features

  • Bootstrap-based User Interface
  • Markdown Support
  • [[Topic]] will be changed to [Topic](/Topic)