All Projects → anubhavsrivastava → Gatsby Starter Spectral

anubhavsrivastava / Gatsby Starter Spectral

Gatsby.js V2 starter template based on Spectral by HTML5 UP

Projects that are alternatives of or similar to Gatsby Starter Spectral

gatsby-starter-highlights
Gatsby.js V2 starter template based on highlights by HTML5 UP
Stars: ✭ 15 (-55.88%)
Mutual labels:  gatsby, starter-template, gatsbyjs
gatsby-starter-prologue
Gatsby.js V2 starter template based on readonly by HTML5 UP
Stars: ✭ 24 (-29.41%)
Mutual labels:  gatsby, starter-template, gatsbyjs
gatsby-starter-paradigmshift
Gatsby.js V2 starter template based on Paradigm Shift by HTML5 UP
Stars: ✭ 16 (-52.94%)
Mutual labels:  gatsby, starter-template, gatsbyjs
gatsby-starter-fractal
Gatsby.js V2 starter template based on Fractal by HTML5 UP
Stars: ✭ 19 (-44.12%)
Mutual labels:  gatsby, starter-template, gatsbyjs
gatsby-starter-multiverse
Gatsby.js V2 starter template based on multiverse by HTML5 UP
Stars: ✭ 14 (-58.82%)
Mutual labels:  gatsby, starter-template, gatsbyjs
Awesome Gatsby
⚛️ 📄 🚀 Awesome list for the mighty Gatsby.js, a blazing fast React static site generator.
Stars: ✭ 928 (+2629.41%)
Mutual labels:  gatsby, gatsbyjs
Course Starter Python
👩‍🏫🐍 Starter repo for building interactive Python courses
Stars: ✭ 440 (+1194.12%)
Mutual labels:  gatsby, gatsbyjs
Bonneville
A simple, clean GatsbyJS starter for those looking to get up and running with Gatsby
Stars: ✭ 23 (-32.35%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Remark Embed Gist
Gatsby remark gists preprocessor
Stars: ✭ 30 (-11.76%)
Mutual labels:  gatsby, gatsbyjs
Devblog
A lightweight, customizable personal blog template built with GatsbyJS and React
Stars: ✭ 312 (+817.65%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Material Starter
A high performance blog starter with Material design in mind for GatsbyJS.
Stars: ✭ 456 (+1241.18%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Starter Blog Grommet
A Gatsby v2 starter based on Grommet v2 UI. Demo:
Stars: ✭ 21 (-38.24%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Starter Wordpress
A GatsbyJS starter template that leverages the WordPress API, ACF and more
Stars: ✭ 387 (+1038.24%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Starter Prismic
A typography-heavy & light-themed Gatsby Starter which uses the Headless CMS Prismic.
Stars: ✭ 381 (+1020.59%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Starter 2column Portfolio
A minimalistic portfolio with a 2 column layout made for GatsbyJS.
Stars: ✭ 33 (-2.94%)
Mutual labels:  gatsby, gatsbyjs
React Gatsby Firebase Authentication
🐣🔥Starter Project / Boilerplate for Authentication with Firebase and plain React in Gatsby.js
Stars: ✭ 356 (+947.06%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Starter Gcn
A starter template to build amazing static websites with Gatsby, Contentful and Netlify
Stars: ✭ 488 (+1335.29%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Starter Ghost
A starter template to build lightning fast websites with Ghost & Gatsby
Stars: ✭ 752 (+2111.76%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Starter Minimal Blog
Typography driven, feature-rich blogging theme with minimal aesthetics. Includes tags/categories support and extensive features for code blocks such as live preview, line numbers, and line highlighting.
Stars: ✭ 752 (+2111.76%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Ghost Balsa Starter
A Gatsby starter for creating blogs from headless Ghost CMS.
Stars: ✭ 17 (-50%)
Mutual labels:  gatsby, gatsbyjs

gatsby-starter-spectral

Gatsby.js V2 starter template based on Spectral by HTML5 UP

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

Screenshot

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-spectral

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 spectral', // <title>
  ...
  heading: 'Anubhav',
  subHeading: 'Web Developer',
  // 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].