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¶
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.
Contents¶
- Install
- Settings
- DEBUG
- SITE_NAME
- SITE_DOMAIN
- PROJECT_DIR
- SOURCES_DIR
- DATAS_DIR
- TEMPLATES_DIR
- PUBLISH_DIR
- STATIC_DIR
- LOCALES_DIR
- STATIC_URL
- PAGES_MAP
- HTTPS_ENABLED
- WEBASSETS_CACHE
- BUNDLES
- ENABLED_BUNDLES
- FILES_TO_SYNC
- JINJA_EXTENSIONS
- JINJA_FILTERS
- LANGUAGE_CODE
- LANGUAGES
- I18N_EXTRACT_MAP
- I18N_EXTRACT_SOURCES
- I18N_EXTRACT_OPTIONS
- Basics
- Pages
- Templates
- Assets
- Translations
- Common usages
- References