# staticjinja **Repository Path**: mirrors_MiCHiLU/staticjinja ## Basic Information - **Project Name**: staticjinja - **Description**: Python library for building static sites w/ Jinja2 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README staticjinja =========== .. image:: https://badge.fury.io/py/staticjinja.png :target: http://badge.fury.io/py/staticjinja .. image:: https://travis-ci.org/Ceasar/staticjinja.svg :target: https://travis-ci.org/Ceasar/staticjinja staticjinja is a library for easily deploying static sites using the Jinja2_ template engine. Most static site generators are cumbersome to use. Nevertheless, when deploying a static website that could benefit from factored out data or modular html pages (especially convenient when prototyping), a templating engine can be invaluable. Jinja2 is an extremely powerful tool in this regard. staticjinja is designed to be lightweight, easy-to-use, and highly extensible, enabling you to focus on simply making your site. .. code-block:: bash $ mkdir templates $ vim templates/index.html $ staticjinja watch Building index.html... Templates built. Watching 'templates' for changes... Press Ctrl+C to stop. Installation ------------ To install staticjinja, simply: .. code-block:: bash $ pip install staticjinja Documentation ------------- Documentation is available at http://staticjinja.readthedocs.org/en/latest/. Contribute ---------- #. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug. #. Fork `the repository`_ on GitHub to start making your changes to the **master** branch (or branch off of it). #. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to AUTHORS_. .. _`the repository`: https://github.com/Ceasar/staticjinja .. _AUTHORS: https://github.com/Ceasar/staticjinja/blob/master/AUTHORS.rst .. _Jinja2: http://jinja.pocoo.org/