Metadata-Version: 2.1
Name: mccole
Version: 0.2.2
Summary: Simple template for static web sites
Author-email: Greg Wilson <gvwilson@third-bit.com>
Maintainer-email: Greg Wilson <gvwilson@third-bit.com>
Keywords: static site generator
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: beautifulsoup4 >=4.12.3
Requires-Dist: esprima >=4.0.1
Requires-Dist: html5validator >=0.4.2
Requires-Dist: jinja2 >=3.1.4
Requires-Dist: markdown >=3.6
Requires-Dist: ruff >=0.6.0
Provides-Extra: docs
Requires-Dist: markdown-include ; extra == 'docs'
Requires-Dist: mkdocs ; extra == 'docs'
Requires-Dist: mkdocstrings[python] ; extra == 'docs'
Requires-Dist: mkdocs-material ; extra == 'docs'

# McCole

A template for building simple static websites.

1.  `pip install mccole` to install.
2.  `mccole install .` to copy the following tools into the current directory:
    -   `bin/lint.py`: internal project check
    -   `bin/render.py`: Markdown-to-HTML translator
    -   `static/page.css`: styling for regular pages
    -   `static/slides.css`: styling for slides
    -   `static/slides.js`: JavaScript to make slides interactive
    -   `templates/page.html`: Jinja template for pages
    -   `templates/slides.html`: Jinja template for slides
