The payonk site lists interesting blog posts, announcements, and updates in a non vendor locked in way.
This site uses gatsbyjs framework to compile templates located in /src with data from a headless CMS (using cosmicJS)
This uses a digital ocean buildpack
COSMIC_BUCKET - > payonk-jama COSMIC_READ_KEY -> *** secret loaded via environment variables
gatsby-config.js
bucketSlug: process.env.COSMIC_BUCKET,
objectTypes: ['posts','settings'],
apiAccess: {
read_key: process.env.COSMIC_READ_KEY,
}
# Make sure that you have the Gatsby CLI program installed
npm install --global gatsby-cli
# Then you can run it by
npm run develop