All Projects → anubhavsrivastava → gatsby-starter-grayscale

anubhavsrivastava / gatsby-starter-grayscale

Licence: other
Gatsby.js V2 starter template based on Grayscale by startbootstrap

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to gatsby-starter-grayscale

gatsby-starter-prologue
Gatsby.js V2 starter template based on readonly by HTML5 UP
Stars: ✭ 24 (-4%)
Mutual labels:  starter-template, gatsbyjs, gatsby-starter, gatsby-starter-kit
gatsby-starter-fractal
Gatsby.js V2 starter template based on Fractal by HTML5 UP
Stars: ✭ 19 (-24%)
Mutual labels:  starter-template, gatsbyjs, gatsby-starter, gatsby-starter-kit
gatsby-starter-multiverse
Gatsby.js V2 starter template based on multiverse by HTML5 UP
Stars: ✭ 14 (-44%)
Mutual labels:  starter-template, gatsbyjs, gatsby-starter, gatsby-starter-kit
gatsby-starter-highlights
Gatsby.js V2 starter template based on highlights by HTML5 UP
Stars: ✭ 15 (-40%)
Mutual labels:  starter-template, gatsbyjs, gatsby-starter, gatsby-starter-kit
gatsby-starter-paradigmshift
Gatsby.js V2 starter template based on Paradigm Shift by HTML5 UP
Stars: ✭ 16 (-36%)
Mutual labels:  starter-template, gatsbyjs, gatsby-starter, gatsby-starter-kit
gatsby-advanced-starter
gatsby-advanced-starter for creating blog
Stars: ✭ 15 (-40%)
Mutual labels:  gatsbyjs, gatsby-starter, gatsby-starter-kit
gatsby-contentful-typescript-starter
Gatsby.js starter with TypeScript and Contentful
Stars: ✭ 15 (-40%)
Mutual labels:  gatsbyjs, gatsby-starter
gatsby-starter-i18n-bulma
A gatsby multilanguage template with bulma and i18n: it is a work in progress...
Stars: ✭ 22 (-12%)
Mutual labels:  gatsbyjs, gatsby-starter
gatsby-starter-antoine
My opinionated Gatsby.js starter
Stars: ✭ 17 (-32%)
Mutual labels:  gatsbyjs, gatsby-starter
gatsby-starter-shopifypwa
💚🛒💚 Bodega is a Shopify PWA using Gatsby JS + Netlify CMS
Stars: ✭ 100 (+300%)
Mutual labels:  gatsbyjs, gatsby-starter
gatsby-starter-portfolio-bella
A bright single-page portfolio starter for Gatsby powered by Prismic.io. The target audience are designers and photographers.
Stars: ✭ 125 (+400%)
Mutual labels:  gatsbyjs, gatsby-starter
gatsby-portfolio-v3
🚀 ⚛️ Gatsby Starter Timeline Theme
Stars: ✭ 19 (-24%)
Mutual labels:  gatsbyjs, gatsby-starter
WebSheets-Listing-Page
This is a Gatsby template for creating a catalogue websites based on Google Sheets data.
Stars: ✭ 29 (+16%)
Mutual labels:  gatsbyjs, gatsby-starter
gatsby-wordpress-typescript-scss-blog
Gatsby Wordpress Typescript Blog Boilerplate
Stars: ✭ 50 (+100%)
Mutual labels:  gatsbyjs, gatsby-starter
gatsby-ghost-novela-starter
A Gatsby starter for creating blogs from headless Ghost CMS.
Stars: ✭ 31 (+24%)
Mutual labels:  gatsbyjs, gatsby-starter
gatsby-wiki
Creating a Knowledgbase using Gatsby.js and React.js (see final product ->
Stars: ✭ 32 (+28%)
Mutual labels:  gatsbyjs, gatsby-starter
Gatsby Starter Spectral
Gatsby.js V2 starter template based on Spectral by HTML5 UP
Stars: ✭ 34 (+36%)
Mutual labels:  starter-template, gatsbyjs
gatsby-starter-typescript
Typescript version of the default Gatsby starter. Uses Gatsby v1.x
Stars: ✭ 58 (+132%)
Mutual labels:  gatsbyjs, gatsby-starter
gatsby-starter-breeze
A Gatsby starter for graceful blogging in Chinese.
Stars: ✭ 44 (+76%)
Mutual labels:  gatsbyjs, gatsby-starter
gatsby-react-boilerplate
Gatsbyjs boilerplate
Stars: ✭ 59 (+136%)
Mutual labels:  gatsbyjs, gatsby-starter

gatsby-starter-grayscale

Gatsby.js V4 starter template based on Grayscale by startbootstrap

For an overview of the project structure please refer to the Gatsby documentation - Building with Components.

Check online preview here

Screenshot

Screenshot

Install

Make sure that you have the Gatsby CLI program installed:

npm install --global gatsby-cli

And run from your CLI:

gatsby new <site-name> https://github.com/anubhavsrivastava/gatsby-starter-grayscale

Then you can run it by:

cd gatsby-example-site
npm install
gatsby develop

Personalization

Edit config.js to put up your details

module.exports = {
  siteTitle: 'Gatsby Starter grayscale', // <title>
  ...
  heading: 'Anubhav Srivastava',
  subHeading: 'Full time Web Developer. Part time Open source contributor  ',

  // social
  socialLinks: [
    {
      icon: 'fa-github',
      name: 'Github',
      url: 'https://github.com/anubhavsrivastava',
    }
    ...
  ],
};

Deploying using Github page

package.json has a default script that uses gh-pages module to publish on Github pages. Simply running npm run deploy would publish the site on github pages.

Additionally, it also has path-prefix value set for gatsby config in config.js. Change pathPrefix to relevant path if your gatsby site is hosted on subpath of a domain, https://theanubhav.com/somePath/. If you are hosting it as root site, i.e, https://theanubhav.com/ , remove the pathPrefix configuration.

Checkout other similar starters

Contribution

Suggestions and PRs are welcome!

Please create issue or open PR request for contribution.

License

Open Source Love

refer LICENSE file in this repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].