Skip to content

Latest commit

 

History

History

README.md

GenGen Examples

This directory contains example sites demonstrating GenGen's features.

Quick Start Examples

Example Description
basic Minimal site with posts
base Simple blog structure

Feature Demos

Content & Layout

Example Description
layouts-demo Layout inheritance and includes
collections-demo Custom collections beyond posts
data Using data files (YAML, JSON)
drafts-demo Draft posts and publishing

Templates

Example Description
liquid-filters-demo Liquid template filters
pagination Paginated post lists
aliases URL aliases and redirects

Styling

Example Description
sass SASS/SCSS compilation
tailwind-demo Tailwind CSS integration

Feeds & SEO

Example Description
rss-sitemap-demo RSS feed and sitemap generation

Configuration

Example Description
plugin-config-demo Plugin groups and configuration
modules-demo Module system for themes/plugins

Advanced

Example Description
docs Documentation site example
heavy-benchmark Performance testing

Running an Example

cd examples/basic
gengen build
gengen serve

Or with the module system:

cd examples/modules-demo
gengen mod get
gengen build

Creating Your Own Site

gengen new my-site
cd my-site
gengen serve