gatsby-theme-career
v1.0.3
Published
# Installation
Readme
Gatsby Theme for Career Site
Installation
To use this theme in your Gatsby sites, follow these instructions:
- Install the theme
npm install --save gatsby-theme-career
- Add the theme to your
gatsby-config.js:
module.exports = {
plugins: [
'gatsby-theme-career'
]
}- Start your site
gatsby develop