1.0.3 • Published 6 years ago
gatsby-theme-career v1.0.3
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