Skip to content

Commit ee1baa7

Browse files
committed
add Render Engine - SSG
1 parent cf657f8 commit ee1baa7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Render Engine
3+
repo: render-engine/render-engine
4+
homepage: https://render-engine.readthedocs.io/en/latest/
5+
language:
6+
- Python
7+
license:
8+
- MIT
9+
templates:
10+
- Jinja2
11+
description: Python Static Site Generator built with flexibility prioritized
12+
---
13+
14+
A static site generator built using a 3 layer Architecture and extensible ecosystem
15+
16+
Page - A single webpage item built from content, a template, raw data, or a combination of those things.
17+
Collection - A group of webpages built from the same template, organized in a single directory
18+
Site - The container that helps to render all Pages and Collections with uniform settings and variables

0 commit comments

Comments
 (0)