2.0.22 • Published 2 months ago

@dexgroup/gatsby-theme-dexlist-design v2.0.22

Weekly downloads
55
License
MIT
Repository
github
Last release
2 months ago

DEX List's Gatsby theme: Design

Quick Start

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

Then add the theme to your gatsby-config.js. We'll use the long form here for education purposes.

module.exports = {
  plugins: [
    {
      resolve: "gatsby-theme-dexlist-design",
      options: {},
    },
  ],
}

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

yarn gatsby develop

Note that this site doesn't do anything, so you're see 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 () => <div>My Site!</div>

How to use this theme

Install this theme as a plugin, now you can use your own data to run a design list site. Or you can shadowing this theme with your code to do whatever you want.

2.0.22

2 months ago

4.1.0

2 years ago

4.0.0

3 years ago

3.4.0

3 years ago

3.3.0

3 years ago

3.2.0

3 years ago

3.5.0

3 years ago

3.1.0

3 years ago

3.0.0

3 years ago

2.5.0

3 years ago

2.4.3

3 years ago

2.4.1

3 years ago

2.4.2

3 years ago

2.4.0

3 years ago

2.3.8

3 years ago

2.3.9

3 years ago

2.3.6

3 years ago

2.3.5

3 years ago

2.3.7

3 years ago

2.3.4

3 years ago

2.3.2

3 years ago

2.3.3

3 years ago

2.3.1

3 years ago

2.3.0

3 years ago

2.2.1

3 years ago

2.1.0

4 years ago

2.0.21

4 years ago

2.0.19

4 years ago

2.0.18

4 years ago

2.0.17

4 years ago

2.0.16

4 years ago

2.0.15

4 years ago

2.0.14

4 years ago

2.0.13

4 years ago

2.0.12

4 years ago

2.0.11

4 years ago

2.0.10

4 years ago

2.0.9

4 years ago

2.0.8

4 years ago

2.0.7

4 years ago

2.0.5

4 years ago

2.0.6

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago