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.