Skip to content

jimfinnis/gronk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple Tornado webserver which loads pages from the current directory formatted in Markdown. I use it myself for ad-hoc wiki-like things, but it serves as a pretty minimal example of a Tornado application.

The URL is stripped down to the final elements, .md is appended, and it tries to load a Markdown file of that name from the current directory. If that fails, you get a 404. Otherwise it will load the data, convert from markdown to HTML, and feed it to the main.html template.

There are a few special commands accessible through the {{..}} mechanism, see the default pages for these once you have the system running.

Install with "python3 setup.py install" as usual. Should work now; had some problems with data files.

About

Minimal tornado webserver which serves up wiki-like pages written in Markdown.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published