1.2.0 • Published 6 years ago
gatsby-theme-macklinu-portfolio v1.2.0
gatsby-theme-macklinu-portfolio
Quick Start
mkdir my-site
cd my-site
yarn init
yarn add gatsby react react-dom gatsby-theme-macklinu-portfolioAdd 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 developUsage
TODO