markmin
Compile Markmin into HTML
To install, run nikola plugin -i markmin
Compiler plugin to support the Markmin markup.
More information about MarkMin
NOTE: This plugin is for python version 2 only.
Suggested Configuration:
# Add the markmin compiler to your COMPILERS dict. COMPILERS["markmin"] = ['.mm'] # Add markmin files to your POSTS, PAGES POSTS = POSTS + (("posts/*.mm", "posts", "post.tmpl"),) PAGES = PAGES + (("pages/*.mm", "pages", "page.tmpl"),)
Issues? Questions?
You can report issues with this plugin and request help via GitHub Issues.