https://github.com/flancer32/teq-cms-demo
Demo plugin for Tequila Framework showing how to build a static SSR website using teq-cms and Mustache templates.
https://github.com/flancer32/teq-cms-demo
Last synced: about 1 year ago
JSON representation
Demo plugin for Tequila Framework showing how to build a static SSR website using teq-cms and Mustache templates.
- Host: GitHub
- URL: https://github.com/flancer32/teq-cms-demo
- Owner: flancer32
- License: apache-2.0
- Created: 2025-05-22T11:10:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-26T17:44:12.000Z (about 1 year ago)
- Last Synced: 2025-06-26T18:38:54.452Z (about 1 year ago)
- Language: HTML
- Size: 753 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @flancer32/teq-cms-demo
A demo plugin for the Tequila Framework (TeqFW) that shows how to build a simple static website using server-side
rendering (SSR) with [Mustache](https://mustache.github.io/) templates and multilingual support via the
`@flancer32/teq-cms` plugin.
## Purpose
This plugin demonstrates how to:
- Use `@flancer32/teq-cms` to render server-side pages
- Structure a static multilingual website
- Integrate TeqFW plugins in a modular monolith architecture
## Features
- Fully static SSR pages rendered from file-based Mustache templates
- Language fallback and localization support
- Minimal boilerplate to start a TeqFW-based CMS site
## Requirements
- Node.js >= 22
- Tequila Framework (`teqfw`)
- Dependencies:
- `@flancer32/teq-cms`
## License
Apache-2.0 © Alex Gusev