Skip to content

Ghost

Ghost is an open-source content platform for publishing blogs, newsletters, and membership sites. Use this component when you want Diploi to manage builds and deployments for a Ghost site. It keeps your content workflow together with the infrastructure that serves it.

Add to your project

Paste this entry into the components list in diploi.yaml to add Ghost to your project.

components:
- name: Ghost
identifier: ghost
package: https://github.com/diploi/component-ghost#main
env:
include:
- mariadb.MARIADB_HOST:database__connection__host
- mariadb.MARIADB_USER:database__connection__user
- mariadb.MARIADB_PASSWORD:database__connection__password

See also