A tool for building very simple static websites.
pip install mccole
to install.mccole install
to copy the following tools into the current directory:static/page.css
: styling for regular pagesstatic/slides.css
: styling for slidesstatic/slides.js
: JavaScript to make slides interactivetemplates/page.html
: Jinja template for pagestemplates/slides.html
: Jinja template for slides
After installation, the following commands will be available:
mccole lint
: internal project checkmccole render
: Markdown-to-HTML translator