# gatsby-plugin-hoofd

A [Gatsby](https://github.com/gatsbyjs/gatsby) plugin for [hoofd](https://github.com/JoviDeCroock/hoofd) with ssr-support.

## Install

```sh
npm i --save hoofd gatsby-plugin-hoofd
## OR
yarn add hoofd gatsby-plugin-hoofd
```

## How to use

Edit `gatsby-config.js`

```js
module.exports = {
  plugins: [`gatsby-plugin-hoofd`],
};
```
