Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@beccanelson/gatsby-theme-writer

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beccanelson/gatsby-theme-writer

A minimalist Gatsby theme for writers

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

Gatsby Theme Jam Example Submission

This is a bare-bones Gatsby theme to showcase how a Theme Jam submission should look.

See the live demo

Installation

To use this theme in your Gatsby sites, follow these instructions:

  1. Install the theme

    npm install --save gatsby-theme-writer
    
  2. Add the theme to your gatsby-config.js:

    module.exports = {
      plugins: ["gatsby-theme-writer"],
    }
    
  3. Start your site

    gatsby develop
    

Submission Checklist

To ensure your Theme Jam submission follows the rules, use this checklist:

  • Use our accessibility guide to ensure your site meets our accessibility standards
  • Run a performance audit using Lighthouse and/or WebPageTest
  • Set up a live demo using Netlify or GitHub Pages
  • Add installation documentation to the README
  • Update the name field in package.json
  • Update the author field in package.json
  • Update the repository field in package.json
  • Make sure the theme’s keywords in package.json include gatsby, gatsby-theme, and gatsby-plugin
  • Publish your theme to npm (docs)
  • Submit your theme at https://themejam.gatsbyjs.org

Keywords

FAQs

Package last updated on 30 Jul 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc