Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 808 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 808 Bytes

Building from this repo

Important this section should be removed from your version.

Clone from this template

  • visit this repo on GitHub
  • select "Use this Template"
  • create a unique name for your theme

Replacing variables

There are some templates that you should replace with your variables.

There is an abbreviations.json that you can swap the values with your data. Then run the post_template_build.py

python post_template_build.py

WARNING Reminder Remove this section

How to use this theme

  1. Install the theme

    pip install <render_engine_PACKAGE_NAME>
  2. Import the theme into your project

from render_engine import Site
from <PACKAGE_NAME> import <THEME_CLASS>


app = Site()
app.register_theme(<THEME_CLASS>)