All Projects → anubhavsrivastava → gatsby-starter-fractal

anubhavsrivastava / gatsby-starter-fractal

Licence: MIT license
Gatsby.js V2 starter template based on Fractal by HTML5 UP

Programming Languages

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

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

gatsby-starter-multiverse
Gatsby.js V2 starter template based on multiverse by HTML5 UP
Stars: ✭ 14 (-26.32%)
Mutual labels:  gatsby, starter-template, html5up, gatsbyjs, gatsby-starter, gatsby-starter-kit
gatsby-starter-prologue
Gatsby.js V2 starter template based on readonly by HTML5 UP
Stars: ✭ 24 (+26.32%)
Mutual labels:  gatsby, starter-template, html5up, gatsbyjs, gatsby-starter, gatsby-starter-kit
gatsby-starter-highlights
Gatsby.js V2 starter template based on highlights by HTML5 UP
Stars: ✭ 15 (-21.05%)
Mutual labels:  gatsby, starter-template, html5up, gatsbyjs, gatsby-starter, gatsby-starter-kit
gatsby-starter-paradigmshift
Gatsby.js V2 starter template based on Paradigm Shift by HTML5 UP
Stars: ✭ 16 (-15.79%)
Mutual labels:  gatsby, starter-template, html5up, gatsbyjs, gatsby-starter, gatsby-starter-kit
gatsby-starter-grayscale
Gatsby.js V2 starter template based on Grayscale by startbootstrap
Stars: ✭ 25 (+31.58%)
Mutual labels:  starter-template, gatsbyjs, gatsby-starter, gatsby-starter-kit
gatsby-wordpress-typescript-scss-blog
Gatsby Wordpress Typescript Blog Boilerplate
Stars: ✭ 50 (+163.16%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter, gatsby-site
WebSheets-Listing-Page
This is a Gatsby template for creating a catalogue websites based on Google Sheets data.
Stars: ✭ 29 (+52.63%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter, gatsby-site
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 (+557.89%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-blog-template
✍️ A GatsbyJS Blog Template for blogging purposes.
Stars: ✭ 38 (+100%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-leaflet
🍃 A Gatsby starter with Leafet to quickly build React apps with a map!
Stars: ✭ 108 (+468.42%)
Mutual labels:  gatsby, gatsby-starter, gatsby-site
gatsby-boilerplate
An awesome boilerplate to start projects in Gatsby considering as starter point the development experience of Electric.js 🔥⚡⚡
Stars: ✭ 28 (+47.37%)
Mutual labels:  gatsby, gatsby-starter, gatsby-starter-kit
Gatsby Starter Spectral
Gatsby.js V2 starter template based on Spectral by HTML5 UP
Stars: ✭ 34 (+78.95%)
Mutual labels:  gatsby, starter-template, gatsbyjs
gatsby-starter
Gatsby Starter for creating portfolio & blog.
Stars: ✭ 55 (+189.47%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-antoine
My opinionated Gatsby.js starter
Stars: ✭ 17 (-10.53%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-ghost-novela-starter
A Gatsby starter for creating blogs from headless Ghost CMS.
Stars: ✭ 31 (+63.16%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-i18n-bulma
A gatsby multilanguage template with bulma and i18n: it is a work in progress...
Stars: ✭ 22 (+15.79%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-apple
🍎 Gatsby blog starter kit with beautiful responsive design
Stars: ✭ 88 (+363.16%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-typescript-emotion-storybook
Gatsby Starter: TypeScript + Emotion + Storybook + React Intl + SVGR + Jest
Stars: ✭ 63 (+231.58%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-devto
A GatsbyJS starter template that leverages the Dev.to API
Stars: ✭ 13 (-31.58%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-sass
👓 A Gatsby starter with Sass and no assumptions!
Stars: ✭ 26 (+36.84%)
Mutual labels:  gatsby, gatsby-starter, gatsby-site

gatsby-starter-fractal

Gatsby.js V4 starter template based on Fractal 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-fractal

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 fractal', // <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].