https://github.com/wyze/gatsby-plugin
A Gatsby plugin for my personal website.
https://github.com/wyze/gatsby-plugin
Last synced: 2 months ago
JSON representation
A Gatsby plugin for my personal website.
- Host: GitHub
- URL: https://github.com/wyze/gatsby-plugin
- Owner: wyze
- License: mit
- Created: 2018-08-27T12:38:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T13:22:35.000Z (almost 7 years ago)
- Last Synced: 2025-03-29T18:03:18.529Z (2 months ago)
- Language: TypeScript
- Homepage: https://yarn.pm/@wyze/gatsby-plugin
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
Awesome Lists containing this project
README
# @wyze/gatsby-plugin
[![Build Status][travis-image]][travis-url]
[![npm][npm-image]][npm-url]
[![Codecov.io][codecov-image]][codecov-url]> A Gatsby plugin for my personal website.
## Installation
### Yarn
```
$ yarn add --dev @wyze/gatsby-plugin
```### npm
```
$ npm install --save-dev @wyze/gatsby-plugin
```## Usage
```js
// gatsby-config.jsmodule.exports = {
// ...
plugins: [
'@wyze/gatsby-plugin'
]
}
```## Change Log
> [Full Change Log](changelog.md)
### [v1.0.0](https://github.com/wyze/gatsby-plugin/releases/tag/v1.0.0) (2018-08-27)
* [[`5833a4620e`](https://github.com/wyze/gatsby-plugin/commit/5833a4620e)] - Initial commit (Neil Kistner)
## License
MIT © [Neil Kistner](//neilkistner.com)
[travis-image]: https://img.shields.io/travis/wyze/gatsby-plugin.svg?style=flat-square
[travis-url]: https://travis-ci.org/wyze/gatsby-plugin[npm-image]: https://img.shields.io/npm/v/@wyze/gatsby-plugin.svg?style=flat-square
[npm-url]: https://npmjs.com/package/@wyze/gatsby-plugin[codecov-image]: https://img.shields.io/codecov/c/github/wyze/gatsby-plugin.svg?style=flat-square
[codecov-url]: https://codecov.io/github/wyze/gatsby-plugin