gatsby-theme-monitaur

1.0.6 • Public • Published

The Monitaur Gatsby theme

Quick Start

mkdir my-site
cd my-site
yarn init
# install gatsby-theme-monitaur and it's dependencies
yarn add gatsby react react-dom gatsby-theme-monitaur

Then add the theme to your gatsby-config.js.

module.exports = {
  plugins: [
    {
      resolve: "gatsby-theme-monitaur",
      options: {},
    },
  ],
}
yarn gatsby develop

Note that this site doesn't do anything, so you're seeing a missing resources error. Create a simple page in src/pages/index.js to see a page on the root url.

import React from "react"

export default function Home() {
  return <div>Monitaur Site!</div>
}

Readme

Keywords

none

Package Sidebar

Install

npm i gatsby-theme-monitaur

Weekly Downloads

0

Version

1.0.6

License

MIT

Unpacked Size

1.16 MB

Total Files

79

Last publish

Collaborators

  • uberthoth