gatsby-theme-west-egg
v1.0.2
Published
WIP: A theme medley to create a Gatsby site with custom branding and styles.
Downloads
3
Maintainers
Readme
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
Authors
- Rich Haines - Hungry Bear Studio
License
This project is licensed under the MIT License