From 90a63321bed8731fd51cc4574500213c46947a10 Mon Sep 17 00:00:00 2001 From: RobinDev Date: Mon, 3 Aug 2026 09:24:20 +0200 Subject: [PATCH] Add Pushword to the list of headless CMSs --- src/site/headless-cms/pushword.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/site/headless-cms/pushword.md diff --git a/src/site/headless-cms/pushword.md b/src/site/headless-cms/pushword.md new file mode 100644 index 00000000..bbbbc8a8 --- /dev/null +++ b/src/site/headless-cms/pushword.md @@ -0,0 +1,13 @@ +--- +title: Pushword +repo: Pushword/Pushword +homepage: https://pushword.piedweb.com +opensource: "Yes" +typeofcms: "Git + API" +supportedgenerators: + - "Built In" + - All +description: Symfony CMS where pages are Markdown and themes are Twig, editable from the admin, from Git, or over a REST API. +--- +## Pushword +Pushword keeps page content as Markdown with front matter and renders it through Twig templates. The same content can be edited in the back office, committed as Markdown files to Git with the Flat extension, or written over a token-authenticated REST API described by OpenAPI. SQLite is the default database, so there is no server to provision, and the static generator extension exports a whole site to flat files for GitHub Pages, Apache or FrankenPHP. Multi-site and multilingual projects run from one application and one admin.