kjaymiller / render_engine

Static Site Generator with Flask Like Routing

Home Page:https://render-engine.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Render Engine

PyTest

What is RenderEngine

The 3 layer Architecture 

  • Page - A single webpage item built from content, a template, raw data, or a combination of those things.
  • Collection - A group of webpages built from the same template, organized in a single directory
  • Site - The container that helps to render all Pages and Collections in with uniform settigns and variables

Installing Render Engine

In order to use render engine, you must have python 3.9+ installed. You can download python from python.org.

Render Engine is available in PyPI and can be installed using pip:

pip install render-engine

Getting Started

Check out the Getting Started Section in the Documentation

Sponsors

This and much of the work that I do is made possible by those that sponsor me on github.

Sponsors at the $20/month and higher Level

Thank you to them and all of those that continue to support this project!

About

Static Site Generator with Flask Like Routing

https://render-engine.readthedocs.io/en/latest/

License:MIT License


Languages

Language:Python 97.5%Language:HTML 1.9%Language:Dockerfile 0.3%Language:Shell 0.3%