https://github.com/ekafyi/starter-musician-theme
π Starter site for the "gatsby-theme-musician" theme
https://github.com/ekafyi/starter-musician-theme
Last synced: 7 months ago
JSON representation
π Starter site for the "gatsby-theme-musician" theme
- Host: GitHub
- URL: https://github.com/ekafyi/starter-musician-theme
- Owner: ekafyi
- Created: 2019-08-03T08:48:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T16:07:43.000Z (almost 6 years ago)
- Last Synced: 2023-03-02T22:37:26.336Z (over 2 years ago)
- Language: JavaScript
- Homepage: https://gatsby-theme-musician.netlify.com/
- Size: 235 KB
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Starter for Gatsby Theme MusicianΒ
This starter creates a new Gatsby site that is preconfigured to work with [gatsby-theme-musician](https://github.com/ekafyi/gatsby-theme-musician/), a theme for bands and music artists πΈπ.
A *theme* is something you add to your Gatsby site, which you can combine with other themes (learn more in their [official docs](https://www.gatsbyjs.org/docs/themes/what-are-gatsby-themes/)). If you already have a Gatsby site, you can [add the theme manually](https://github.com/ekafyi/gatsby-theme-musician#option-b-manually-add-to-your-existing-site); this starter site aims to get you started quickly if you want to create a new site.
π‘ _If you have never used Gatsby before, head to their [quick start guide](https://www.gatsbyjs.org/docs/quick-start/) or [beginner-friendly tutorials](https://www.gatsbyjs.org/tutorial/)._
## Quick start
```sh
# create a new site at the directory "my-band-site"
gatsby new my-band-site https://github.com/ekafyi/starter-musician-theme# go to the site directory
cd my-band-site# start your site
gatsby develop
```Your site is now running at `http://localhost:8000`!
## Usage
Check out the [Theme Documentation](https://github.com/ekafyi/gatsby-theme-musician/tree/master/docs) to see how to use this theme, where to add your content, etc.
Or read the [introductory post on DEV.to](https://dev.to/ekafyi/make-a-landing-page-for-your-band-in-30-minutes-with-gatsby-theme-musician-2227).
## One-click deploy
[](https://app.netlify.com/start/deploy?repository=https://github.com/ekafyi/starter-musician-theme)