@grahlie/gatsby-theme-grahlie-atomic

1.1.1 • Public • Published

Gatsby

Grahlie Atomic Gatsby Theme

🚀 Quick start

  1. Create a Gatsby site.

    Use the Gatsby CLI to create a new site, specifying the default starter.

    # create a new Gatsby site using the default starter
    gatsby new my-new-site https://gitlab.com/grahlie/grahlie-atomic-gatsby-starter
  2. Add this theme as package dependency

    yarn add @grahlie/gatsby-theme-grahlie-atomic gatsby react react-dom
  3. Create Gatsby Config Add this theme inside your Gatsby config.

    module.exports = {
        plugins: [
            {
                resolve: "@grahlie/gatsby-theme-grahlie-atomic",
                options: {
                    title: `My new Site`,
                    author: `@mynewsite`
                }
            }
        ]
    }

    Options:

    options: {
      title: `My new Site`,
      author: `@mynewsite`,
      contact: {
        email: 'INFO@EXAMPLECOMPANY.COM',
        phone: '+461253252345',
        address: 'EXAMPLE STREET',
        orgnr: 'ORG NUMBER'
      },
      fontFamily: `Open Sans`,
      fontSizes: [400, 700]
    }
    

🧐 What's inside?

A quick look at the components folder

.
├── atoms
├── molecules
├── organisms
└── templates

Package Sidebar

Install

npm i @grahlie/gatsby-theme-grahlie-atomic

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

60.3 kB

Total Files

60

Last publish

Collaborators

  • grahlie