Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions src/site/generators/render-engine.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Render Engine
repo: render-engine/render-engine
homepage: https://render-engine.readthedocs.io/en/latest/
language:
- Python
license:
- MIT
templates:
- Jinja2
description: Python Static Site Generator built with flexibility prioritized
---

A static site generator built using a 3 layer Architecture and extensible ecosystem

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 with uniform settings and variables