https://github.com/sveetch/optimus
A simple building environment to produce static HTML from Jinja2 templates and with assets compress managing with webassets.
https://github.com/sveetch/optimus
optimus python static-site-generator
Last synced: about 1 year ago
JSON representation
A simple building environment to produce static HTML from Jinja2 templates and with assets compress managing with webassets.
- Host: GitHub
- URL: https://github.com/sveetch/optimus
- Owner: sveetch
- License: mit
- Created: 2012-11-19T13:39:29.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T20:45:04.000Z (almost 2 years ago)
- Last Synced: 2025-04-14T19:06:33.459Z (about 1 year ago)
- Topics: optimus, python, static-site-generator
- Language: Python
- Homepage: https://optimus.readthedocs.io/
- Size: 748 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
Awesome Lists containing this project
README
.. _Python: https://www.python.org/
.. _webassets: https://github.com/miracle2k/webassets
.. _Jinja2: https://jinja.palletsprojects.com/
.. _Babel: http://babel.pocoo.org/
.. _click: https://click.palletsprojects.com/
.. _watchdog: https://python-watchdog.readthedocs.io
.. _rcssmin: https://pypi.org/project/rcssmin/
.. _jsmin: https://pypi.org/project/jsmin/
.. _CherryPy: https://docs.cherrypy.dev/
Optimus
=======
Optimus is a static site builder, it produces HTML from templates (through `Jinja2`_)
with assets management (through `webassets`_) and supports i18n for translations
(through `Babel`_).
Dependencies
************
* `Python`_>=3.8;
* `Jinja2`_;
* `webassets`_;
* `Babel`_;
* `click`_;
* `watchdog`_;
* `rcssmin`_;
* `jsmin`_;
* `CherryPy`_;
Links
*****
* Read the documentation on `Read the docs `_;
* Download its `PyPi package `_;
* Clone it on its `Github repository `_;
Credits
*******
Logo vector and icon by `SVG Repo `_.