An open API service indexing awesome lists of open source software.

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.

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