/wikilite

Markdown & file system based wiki

Primary LanguageJavaScript

What is wikilite

  • Markdown viewer
  • Auto following GitURL
  • It's like multi-repo Jekyll
  • Easy to blog posts
  • Easy to visualize your github.com
  • Layout support
  • Several themes

How to install

  1. pre-required

    $ pip install Flask mistune tqdm
    
  2. Install wikilite

    $ git clone https://github.com/becxer/wikilite.git
    $ cd wikilite
    $ python wikilite-server.py 5007
    
  3. Access to http://localhost:5007