gatsby-theme-macklinu-portfolio

1.2.0 • Public • Published

gatsby-theme-macklinu-portfolio

Quick Start

mkdir my-site
cd my-site
yarn init
yarn add gatsby react react-dom gatsby-theme-macklinu-portfolio

Add the theme to your gatsby-config.js.

module.exports = {
  __experimentalThemes: [
    {
      resolve: 'gatsby-theme-macklinu-portfolio',
      options: {},
    },
  ],
}

That's it, you can now run your gatsby site using

yarn gatsby develop

Usage

TODO

Readme

Keywords

none

Package Sidebar

Install

npm i gatsby-theme-macklinu-portfolio

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

17.4 kB

Total Files

21

Last publish

Collaborators

  • macklinu