4.1.0 • Published 3 years ago

@dexgroup/gatsby-theme-dexlist-tools v4.1.0

Weekly downloads
27
License
MIT
Repository
-
Last release
3 years ago

DEX List's Gatsby theme: Tools

Quick Start

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

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-tools",
      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 tools list site. Or you can shadowing this theme with your code to do whatever you want.

4.1.0

3 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.4.0

4 years ago

3.3.0

4 years ago

3.2.0

4 years ago

3.1.0

4 years ago

3.0.0

4 years ago

2.1.0

4 years ago

2.0.25

4 years ago

2.0.24

4 years ago

2.0.23

5 years ago

2.0.22

5 years ago

2.0.19

5 years ago

2.0.18

5 years ago

2.0.17

5 years ago

2.0.16

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago