All Projects โ†’ greglobinski โ†’ Gatsby Starter Hero Blog

greglobinski / Gatsby Starter Hero Blog

Licence: mit
A ready to use, easy to customize, fully equipped GatsbyJS starter with a 'Hero' section on the home page.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Gatsby Starter Hero Blog

Gatsby Theme Storefront Shopify
Create a Shopify store with Gatsby JS ๐Ÿ›๏ธ ๐Ÿ›’
Stars: โœญ 175 (-65%)
Mutual labels:  gatsbyjs, css-in-js
Course Starter Python
๐Ÿ‘ฉโ€๐Ÿซ๐Ÿ Starter repo for building interactive Python courses
Stars: โœญ 440 (-12%)
Mutual labels:  gatsbyjs
Typography.js
A powerful toolkit for building websites with beautiful design
Stars: โœญ 3,697 (+639.4%)
Mutual labels:  css-in-js
Twin.macro
๐Ÿฆนโ€โ™‚๏ธ Twin blends the magic of Tailwind with the flexibility of css-in-js (emotion, styled-components, stitches and goober) at build time.
Stars: โœญ 5,137 (+927.4%)
Mutual labels:  css-in-js
Bootcamp 2020
Learn to Build Modern Full Stack Serverless Multi-Tenant SaaS Apps and APIs
Stars: โœญ 369 (-26.2%)
Mutual labels:  gatsbyjs
30 Seconds Web
Website infrastructure for 30-seconds projects.
Stars: โœญ 391 (-21.8%)
Mutual labels:  gatsbyjs
Gatsby Shopify Starter
๐Ÿ› Simple starter to build a blazing fast Shopify store with Gatsby.
Stars: โœญ 356 (-28.8%)
Mutual labels:  gatsbyjs
Design System Utils
๐Ÿ‘ฉโ€๐ŸŽจ Access your design tokens with ease
Stars: โœญ 465 (-7%)
Mutual labels:  css-in-js
Styled Breakpoints
Simple and powerful tool for creating breakpoints in styled components and emotion. ๐Ÿ’…
Stars: โœญ 428 (-14.4%)
Mutual labels:  css-in-js
Gatsby Starter
Gatsby 2.0 starter with typescript and many cools dev tools
Stars: โœญ 385 (-23%)
Mutual labels:  gatsbyjs
Cljss
Clojure Style Sheets โ€” CSS-in-JS for ClojureScript
Stars: โœญ 382 (-23.6%)
Mutual labels:  css-in-js
Glamorous
DEPRECATED: ๐Ÿ’„ Maintainable CSS with React
Stars: โœญ 3,681 (+636.2%)
Mutual labels:  css-in-js
Glaze
CSS-in-JS microlibrary for making design systems approachable with React
Stars: โœญ 410 (-18%)
Mutual labels:  css-in-js
Color2k
a color parsing and manipulation lib served in roughly 2kB
Stars: โœญ 370 (-26%)
Mutual labels:  css-in-js
Gatsby Starter Ecommerce
Gatsby starter for creating an eCommerce site using the Moltin eCommerce Api
Stars: โœญ 448 (-10.4%)
Mutual labels:  gatsbyjs
Css In Js Benchmarks
Stars: โœญ 360 (-28%)
Mutual labels:  css-in-js
Gatsby Starter Prismic
A typography-heavy & light-themed Gatsby Starter which uses the Headless CMS Prismic.
Stars: โœญ 381 (-23.8%)
Mutual labels:  gatsbyjs
Gatsby Starter Wordpress
A GatsbyJS starter template that leverages the WordPress API, ACF and more
Stars: โœญ 387 (-22.6%)
Mutual labels:  gatsbyjs
Gatsby Starter Gcn
A starter template to build amazing static websites with Gatsby, Contentful and Netlify
Stars: โœญ 488 (-2.4%)
Mutual labels:  gatsbyjs
Gatsby Material Starter
A high performance blog starter with Material design in mind for GatsbyJS.
Stars: โœญ 456 (-8.8%)
Mutual labels:  gatsbyjs

HeroBlog

A GatsbyJS blog starter.

GitHub tag GitHub stars GitHub license code style: prettier GitHub contributors PRs Welcome Twitter




See the starter in action ยป demo website
For more information visit ยป dev.greglobinski.com/gatsby-starter-hero-blog

Description

A ready to use, easy to customize 'like theme' starter with a 'Hero' section on the home page.

The starter was initially built for Gatsby v1. Now, thanks to @mohsenkhanpour it's upgraded to Gatsby v2. Thank you Mohsen :)

The original version of the starter is preserved as the branch gatsby-v1.

Features:

  • Easy editable content in Markdown files (posts, pages and parts)
  • CSS with styled-jsx and PostCSS
  • SEO (sitemap generation, robot.txt, meta and OpenGraph Tags)
  • Social sharing (Twitter, Facebook, Google, LinkedIn)
  • Comments (Facebook)
  • Images lazy loading and webp support (gatsby-image)
  • Post categories (category based post list)
  • Full text searching (Algolia)
  • Contact form (Netlify form handling)
  • Form elements and validation with ant-design
  • RSS feed
  • 100% PWA (manifest.webmanifest, offline support, favicons)
  • Google Analytics
  • App favicons generator (node script)
  • Easy customizable base styles via theme object generated from yaml file (fonts, colors, sizes)
  • React v.16.3 (gatsby-plugin-react-next)
  • Components lazy loading (social sharing)
  • ESLint (google config)
  • Prettier code styling
  • Webpack BundleAnalyzerPlugin
  • Gravatar image (optional) instead local Avatar/Logo image

Prerequisites

If you do not have Gatsby Cli installed yet, do it first.

npm install --global gatsby-cli

More information on GatsbyJS.org

Getting started

Install the starter using Gatsby Cli gatsby new command.

gatsby new [NEW_SITE_DIRECTORY_FOR_YOUR_BLOG] https://github.com/greglobinski/gatsby-starter-hero-blog.git

Go into the newly created directory and run

gatsby develop

to hot-serve your website on http://localhost:8000 or

gatsby build

to create static site ready to host (/public).

External services

The starter uses external services for some functions: comments, searching, analytics. To use them you have to secure some access data. All services are free to use or have generous free tiers big enough for a personal blog.

Create an .env file like below in the root folder. Change ... placeholders with real data.
By default, your .env file will be ignored by git. Remove .env from .gitignore in order to be able to push the file to your repository.

GOOGLE_ANALYTICS_ID=...
ALGOLIA_APP_ID=...
ALGOLIA_SEARCH_ONLY_API_KEY=...
ALGOLIA_ADMIN_API_KEY=...
ALGOLIA_INDEX_NAME=...
FB_APP_ID=...

Instructions & tutorials

Windows users

You should take a look at this: Gatsby on Windows

Authors

See also the list of contributors who participated in this project.

Contributing

  • Fork the repo
  • Create your feature branch (git checkout -b feature/fooBar)
  • Commit your changes (git commit -am 'Add some fooBar')
  • Push to the branch (git push origin feature/fooBar)
  • Create a new Pull Request

Licence

MIT License

Copyright (c) 2017 gatsbyjs
Copyright (c) 2018 greg lobinski

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].