Skip to content

CodeDrips/gatsby-starter-codedrips

Repository files navigation

CodeDrips' default starter

🚀 Quick start

  1. Clone the repo.

    Use the Gatsby CLI to create a new site, specifying this repo.

    # create a new Gatsby site using the default starter
    gatsby new site-folder-name https://github.com/codedrips/gatsby-starter-codedrips

🧐 What's inside?

A quick look at the base for this starter.

.
├── LICENSE
├── README.md
├── gatsby-config.js
├── package.json
├── src
│   ├── assets
│   │   ├── fonts
│   │   ├── images
│   │   │   └── favicon.png
│   │   └── scss
│   │       ├── components
│   │       │   ├── header.scss
│   │       │   ├── footer.scss
│   │       │   └── video.scss
│   │       ├── global
│   │       │   ├── base.scss
│   │       │   ├── fonts.scss
│   │       │   ├── form.scss
│   │       │   ├── mixins.scss
│   │       │   └── normalize.scss
│   │       └── main.scss
│   ├── components
│   ├── layouts
│   │   └── index.js
│   ├── pages
│   │   ├── 404.js
│   │   └── index.js
│   ├── templates
│   │   ├── page.js
│   │   └── post.js
│   ├── hooks 
│   │   └── use-layout-query.js
│   └── utils
│       └── link.js
├── static
│   └── _redirects
└── yarn.lock

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published