🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

gatsby-theme-west-egg

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-theme-west-egg

WIP: A theme medley to create a Gatsby site with custom branding and styles.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

gatsby-theme-west-egg

A Gatsby theme package built with Emotion and Typescript consisting of:

  • Style theme
  • Mdx blog theme: WIP
  • Stripe cart theme
  • Core theme
module.exports = {

        __experimentalThemes: [
          {
            resolve: 'gatsby-theme-west-egg',
            options: {
              STRIPE_API_KEY: process.env.STRIPE_API_KEY,
              STRIPE_SECRET_KEY: process.env.STRIPE_SECRET_KEY,
              title: 'Hungry Bear Studio Gatsby Theme Package',
              description: 'West egg gatsby theme package. Comes with style theme, stripe cart theme, blog and core themes.',
              author: 'Hungry Bear Studio',
              twitter: '@studio_hungry',
              siteUrl: 'http://localhost:8000'
            }
          }
        ],
}

Create a blog folder at the root of your site and add your mdx files there.

Current status: WIP

Built With

  • Gatbsy
  • Emotion
  • Stripe Checkout
  • TypeScript

Authors

  • Rich Haines - Hungry Bear Studio

License

This project is licensed under the MIT License

Keywords

gatsby

FAQs

Package last updated on 29 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts