Skip to content

🚀⚡️ Blazing fast blog built with Gatsby and Cosmic JS 🔥

License

Notifications You must be signed in to change notification settings

dpayonk/payonk-jama

Repository files navigation

Payonk static site

The payonk site lists interesting blog posts, announcements, and updates in a non vendor locked in way.

Architecture Overview

This site uses gatsbyjs framework to compile templates located in /src with data from a headless CMS (using cosmicJS)

Configurations

This uses a digital ocean buildpack

Environment Variables

COSMIC_BUCKET - > payonk-jama COSMIC_READ_KEY -> *** secret loaded via environment variables

Files

gatsby-config.js

 bucketSlug: process.env.COSMIC_BUCKET,
        objectTypes: ['posts','settings'],
        apiAccess: {
          read_key: process.env.COSMIC_READ_KEY,
        }

Develop

Install

# Make sure that you have the Gatsby CLI program installed
npm install --global gatsby-cli

Running

# Then you can run it by
npm run develop

About

🚀⚡️ Blazing fast blog built with Gatsby and Cosmic JS 🔥

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •