All Projects → greglobinski → Gatsby Starter Personal Blog

greglobinski / Gatsby Starter Personal Blog

Licence: mit
A ready to use, easy to customize, fully equipped GatsbyJS blog starter with 'like app' layout and views transitions.

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Gatsby Plugin Algolia
A plugin to push to Algolia based on graphQl queries
Stars: ✭ 154 (-81.15%)
Mutual labels:  graphql, algolia, gatsby
Smakosh.com
My personal website
Stars: ✭ 185 (-77.36%)
Mutual labels:  graphql, gatsby
Felipefialho.com
😺 My personal website
Stars: ✭ 177 (-78.34%)
Mutual labels:  graphql, gatsby
Amdec Website
Stars: ✭ 219 (-73.19%)
Mutual labels:  graphql, gatsby
Gatsby Wpgraphql Blog Example
Demo showing how to use WPGraphQL as the source for Gatsby Sites
Stars: ✭ 152 (-81.4%)
Mutual labels:  graphql, gatsby
Combine Pagination
A JavaScript library for paginating data from multiple sources 🦑
Stars: ✭ 157 (-80.78%)
Mutual labels:  graphql, algolia
Website
Website of [email protected], Powered by JAMStack
Stars: ✭ 218 (-73.32%)
Mutual labels:  graphql, gatsby
Gatsby Blog Starter Kit
A simple starter kit for a static blog created with Gatsby
Stars: ✭ 131 (-83.97%)
Mutual labels:  graphql, gatsby
my-personal-blog-gatsby
🙆🏻‍♀️ Welcome to the source code of my personal blog. This project was created with Gatsby and GraphQL 🌼
Stars: ✭ 43 (-94.74%)
Mutual labels:  algolia, gatsby
gatsby-simple-blog
an easily configurable gatsby-starter-blog with overreacted looking and tags, breadcrumbs, disqus, i18n, eslint, algolia supported
Stars: ✭ 48 (-94.12%)
Mutual labels:  algolia, gatsby
Wp Graphql
🚀 GraphQL API for WordPress
Stars: ✭ 3,097 (+279.07%)
Mutual labels:  graphql, gatsby
Gatsby Source Prismic Graphql
Gatsby source plugin for Prismic GraphQL
Stars: ✭ 144 (-82.37%)
Mutual labels:  graphql, gatsby
Gatsby Woocommerce Themes
⚡ A Gatsby Theme for WooCommerce E-commerce site Gatsby WooCommerce WordPress
Stars: ✭ 306 (-62.55%)
Mutual labels:  graphql, gatsby
Jamstack Serverless
Learn JAMstack Serverless Modern App Development in Baby Steps using Gatsby.js, React, TypeScript, GraphQL, Contentful, Netlify, FaunaDB, MongoDB, Apollo, Github Actions, Project Fugu, and CSS Houdini.
Stars: ✭ 178 (-78.21%)
Mutual labels:  graphql, gatsby
Gatsby Starter Foundation
A starter to launch your blazing fast personal website and a blog, Built with Gatsby and Netlify CMS. Made with ❤ by Stackrole
Stars: ✭ 135 (-83.48%)
Mutual labels:  graphql, gatsby
Gatsby Starter Morning Dew
🚀 A Gatsby theme/starter to build lightning-fast blog/websites
Stars: ✭ 186 (-77.23%)
Mutual labels:  graphql, gatsby
Gatsbytutorials.com
A community-updated list of video, audio and written tutorials to help you learn GatsbyJS. 👩‍💻
Stars: ✭ 109 (-86.66%)
Mutual labels:  graphql, gatsby
Gatsby Starter Lumen
A constantly evolving and thoughtful architecture for creating static blogs.
Stars: ✭ 1,797 (+119.95%)
Mutual labels:  graphql, gatsby
Gatsby
Build blazing fast, modern apps and websites with React
Stars: ✭ 51,925 (+6255.57%)
Mutual labels:  graphql, gatsby
Graphcms Examples
Example projects to help you get started with GraphCMS
Stars: ✭ 295 (-63.89%)
Mutual labels:  graphql, gatsby

PersonalBlog

A GatsbyJS personal blog starter.

GitHub license GitHub tag GitHub stars contributors PRs Welcome Code of Conduct code style prettier Tweet




See the starter in action » demo website
For more information visit » dev.greglobinski.com/gatsby-starter-personal-blog

Description

A ready to use, easy to customize GatsbyJS personal blog starter with 'like app' layout transitions.

Features:

  • Customizable
  • Easy editable content in Markdown files (posts, pages and parts)
  • Easily restyled through theme object
  • Styling with JSS
  • Comments (Facebook)
  • Post categories
  • Post list filtering
  • Full text searching (Algolia)
  • Contact form (Netlify form handling)
  • Material UI (@next)
  • RSS feed
  • Full screen mode
  • User adjustable articles’ body copy font size
  • Social sharing (Twitter, Facebook, Google, LinkedIn)
  • PWA (manifest.json, offline support, favicons)
  • Google Analytics
  • Favicons generator (node script)
  • Components lazy loading with AsyncComponent (social sharing, info box)
  • ESLint (google config)
  • Prettier code styling
  • Custom webpack CommonsChunkPlugin settings
  • Webpack BundleAnalyzerPlugin

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

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