@etclabscore/gatsby-theme-pristine
v1.1.5
Published
A pristine theme for typescript, gatsby, and material-ui
Downloads
21
Readme
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.mdOR
- Add tsx files to
src/pages
src
├── pages
│ ├── index.tsxContributing
How to contribute, build and release are outlined in CONTRIBUTING.md, . Commits in this repository follow the CONVENTIONAL_COMMITS.md specification.
