Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@etclabscore/gatsby-theme-pristine

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@etclabscore/gatsby-theme-pristine

A pristine theme for typescript, gatsby, and material-ui

latest
Source
npmnpm
Version
1.1.5
Version published
Maintainers
4
Created
Source

gatsby-theme-pristine

Usage

  • Install:
npm install @etclabscore/gatsby-theme-pristine
  • Add as a plugin to your Gatsby config:

gatsby-config.js

  //...
  plugins: [
    "@etclabscore/gatsby-theme-pristine"
  ],
  //...
  • Add markdown files to src/docs

src/docs:

src
├── docs
│   ├── page-3.md
│   ├── page-4.md
│   └── page-5.md

OR

  • Add tsx files to src/pages
src
├── pages
│   ├── index.tsx

Contributing

How to contribute, build and release are outlined in CONTRIBUTING.md, . Commits in this repository follow the CONVENTIONAL_COMMITS.md specification.

Keywords

gatsby

FAQs

Package last updated on 23 Mar 2020

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