Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/site/headless-cms/pushword.md
Original file line number Diff line number Diff line change
@@ -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.