Skip to content

A WSGI SSR Application which navigates across filesystem and renders markdown to HTML

License

Notifications You must be signed in to change notification settings

Carrene/wikibox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wikibox

A WSGI SSR to render markdown to HTML including indexing

CLI

Change to your markdowns directory and run:

wikibox
usage: wikibox [-h] [-c CONFIG_FILES] [-b {HOST:}PORT] [-C DIRECTORY] [-V]

optional arguments:
  -h, --help            show this help message and exit
  -c CONFIG_FILES, --config-file CONFIG_FILES
                        This option may be passed multiple times.
  -b {HOST:}PORT, --bind {HOST:}PORT
                        Bind Address. default: 8080
  -C DIRECTORY, --directory DIRECTORY
                        Change to this path before starting the server default
                        is: `.`
  -V, --version         Show the version.

About

A WSGI SSR Application which navigates across filesystem and renders markdown to HTML

Resources

License

Stars

Watchers

Forks

Packages

No packages published