All Projects → willjw3 → gatsby-starter-developer-diary

willjw3 / gatsby-starter-developer-diary

Licence: MIT license
An official Gatsby blog template designed for web developers. Blazing fast, it includes beautful web developer topic tags and social-media links

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to gatsby-starter-developer-diary

gatsby-blog-template
✍️ A GatsbyJS Blog Template for blogging purposes.
Stars: ✭ 38 (-50%)
Mutual labels:  gatsby, netlify, gatsby-starter, gatsby-blog
Jamstackthemes
A list of themes and starters for JAMstack sites.
Stars: ✭ 298 (+292.11%)
Mutual labels:  gatsby, netlify, jamstack
gatsby-starter-docz
📝 Gatsby starter with Docz and a blog for your documentation
Stars: ✭ 87 (+14.47%)
Mutual labels:  gatsby, gatsby-starter, gatsby-blog
gatsby-typescript-emotion-storybook
Gatsby Starter: TypeScript + Emotion + Storybook + React Intl + SVGR + Jest
Stars: ✭ 63 (-17.11%)
Mutual labels:  gatsby, jamstack, gatsby-starter
testimonial
Jamstack app using Gatsby, Netlify, and FaunaDB.
Stars: ✭ 23 (-69.74%)
Mutual labels:  gatsby, netlify, jamstack
gatsby-wordpress-typescript-scss-blog
Gatsby Wordpress Typescript Blog Boilerplate
Stars: ✭ 50 (-34.21%)
Mutual labels:  gatsby, gatsby-starter, gatsby-blog
gatsby-starter-antoine
My opinionated Gatsby.js starter
Stars: ✭ 17 (-77.63%)
Mutual labels:  gatsby, netlify, gatsby-starter
trailing-slash-guide
Understand and fix your static website trailing slash issues!
Stars: ✭ 255 (+235.53%)
Mutual labels:  gatsby, netlify, jamstack
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 (+134.21%)
Mutual labels:  gatsby, netlify, jamstack
Gatsby Starter Netlify Cms
Example gatsby + netlify cms project
Stars: ✭ 1,932 (+2442.11%)
Mutual labels:  gatsby, netlify, jamstack
gatsby-netlifycms-starter-template
All the technologies used are free and open-source. You are free to use this template for a personal hobby blog, a commercial news agency or professional journalist website etc. Don't forget to star the repo if you like this template.
Stars: ✭ 33 (-56.58%)
Mutual labels:  gatsby, netlify, jamstack
gatsby-starter
Gatsby Starter for creating portfolio & blog.
Stars: ✭ 55 (-27.63%)
Mutual labels:  gatsby, netlify, gatsby-starter
Discord Fork
An open source Discord Bot List made with GatsbyJS
Stars: ✭ 60 (-21.05%)
Mutual labels:  gatsby, netlify, jamstack
gatsby-starter-simple
A simple blogging Gatsby starter
Stars: ✭ 13 (-82.89%)
Mutual labels:  gatsby, gatsby-starter, gatsby-blog
Gatsby Starter Lumen
A constantly evolving and thoughtful architecture for creating static blogs.
Stars: ✭ 1,797 (+2264.47%)
Mutual labels:  gatsby, netlify, jamstack
gatsby-minimal-portfolio
👔 JAMstack (Gatsby JS) content-focused portfolio blog starter. Features include dark-mode, installable PWA, SEO, code highlighting, form, CI/CD.
Stars: ✭ 36 (-52.63%)
Mutual labels:  netlify, jamstack, gatsby-starter
gatsby-starter-apple
🍎 Gatsby blog starter kit with beautiful responsive design
Stars: ✭ 88 (+15.79%)
Mutual labels:  gatsby, gatsby-starter, gatsby-blog
gatsby-starter-wordpress-graphql
A bare-bones Gatsby starter powered WordPress and WPGraphQL!
Stars: ✭ 62 (-18.42%)
Mutual labels:  gatsby, gatsby-starter
portfolio
🌔 My Portfolio site
Stars: ✭ 22 (-71.05%)
Mutual labels:  gatsby, netlify
netlify-lambda-function-example
An example Netlify Lambda function that processes payments with Stripe.
Stars: ✭ 93 (+22.37%)
Mutual labels:  netlify, jamstack

Gatsby

Developer Diary - A Gatsby Starter

devDiary

Developer Diary is a Gatsby Starter blog template created with web developers in mind, but really, anyone can use it. It's totally usable right out of the box, but minimalist enough to be easily modifiable to suit your needs. No matter how much you change it, though, you'll definitely want to make use of the tech tags and developer social media links, and maybe even make some of your own.
Developer Diary @Gatsby Starter Library

Netlify Status

Features

  • Ready to go - Blog author name, author image, etc,... can be easily added using a config file.
  • Includes Netlify CMS. Users can log in to an admin page and easily create a blog post with a nice, simple user interface.
  • Blog posts created as markdown files. It's easy to get started with markdown if you're unfamiliar - Markdown Cheatsheet
  • Gatsby v.2
  • React v.16.8.
  • Mobile responsive
  • Pagination
  • Social media sharing icons in each post
  • Icons from React Icons (Font Awesome, Devicons, etc,...)
  • Beautiful tech-topic tags to attach to your web-development-related blog posts.
  • Developer-relevant social media icon links, including GitHub, Stack Overflow, and freeCodeCamp.
  • Minimalist design makes it highly modifiable; make your own customized contact forms and search components, for example.

Getting Started

If you don't have Gatsby CLI installed yet, do that:

npm install -g gatsby-cli

Install this starter with your name of choice for your blog:

gatsby new your-blog-name https://github.com/willjw3/gatsby-starter-developer-diary.git

Navigate into your new project's directory:

cd your-blog-name

and run the development server:

gatsby develop

Go to the http://localhost:8000 to see your new blog.
Go to http://localhost:8000/___graphql to explore your site with a simple GraphQL interface.
Go to the http://localhost:8000/admin/ to access the content management system. (Make sure you've set things up with Netlify CMS first - see "Adding blog posts using Netlify CMS (Content Management System)" below)

Adding Your Information To The Blog

You can add your blog's url, title, tagline, author, social-media contact info and more in the config.js file. You'll also find the props for the tech tags in config.js. You'll see that all of this information is used as metadata in the gatsby-config.js file. Things to keep in mind when editing config.js

  • Don't add a trailing slash to your url. For example https://mysite.com, not https://mysite.com/
  • The social media urls you provide for your social-media accounts (GitHub, Stack Overflow, etc,...) will make it so that clicking the corresponding social media icons will take you to your account pages.

To add your profile image to the blog, add your image file to src/images, then import the file into both src/components/sidebar/Bio.js and src/components/header/MobileBio.js

Adding blog posts using Netlify CMS (Content Management System)

If you aren't familiar with Netlify CMS, the first thing you'll want to do is familiarize yourself with it. Netlify CMS
Note: It's recommended that you deploy your site with Netlify. Netlify hosting and Netlify CMS are separate, but work best when used together.
Both the gatsby-plugin-netlify-cms plugin and the netlify-cms-app are already installed in your blog. All you need to do is set up your site for continuous deployment with a platform like Netlify and connect Netlify CMS to your GitHub (if you're using GitHub) repository by doing the following:

(From the Netlify CMS docs)

Netlify's Identity and Git Gateway services allow you to manage CMS admin users for your site without requiring them to have an account with your Git host or commit access on your repo. From your site dashboard on Netlify:

Go to Settings > Identity, and select Enable Identity service. Under Registration preferences, select Open or Invite only. In most cases, you want only invited users to access your CMS, but if you're just experimenting, you can leave it open for convenience. If you'd like to allow one-click login with services like Google and GitHub, check the boxes next to the services you'd like to use, under External providers. Scroll down to Services > Git Gateway, and click Enable Git Gateway. This authenticates with your Git host and generates an API access token. In this case, we're leaving the Roles field blank, which means any logged in user may access the CMS. For information on changing this, check the Netlify Identity documentation.

Creating Blog Posts with the CMS

  • Go to <your site's url>/admin and log in.
  • Fill in the fields:
    • TAGS: enter in tag names separated by commas and spaces. Ex: gatsby, graphql
    • PUBLISHED: toggle the switch to the on position. This is the same as setting the frontmatter field manually (published: true)
    • DATE: leave the current date and time, or click to bring up the date picker.
    • TITLE: enter your post's title. Ex: My First Post
    • BODY: enter your post's main body content, either in Markdown or in Rich Text.
  • Click 'Publish'

Adding Blog Posts Manually

Using your favorite text editor, go into your project's directory and find the posts folder. In that folder, add a new markdown file with your new blog post's name in mind. For example, if your post were to be called "Make a Blog With Gatsby", you might want to create the file make-blog-with-gatsby.md

Add the frontmatter to that markdown file:

---
title: 'Make a Blog With React'
tags: ["react", "nodejs"]
published: true
date: '2019-05-29'
---

and then add the rest of your content below the frontmatter.

Making Tech Tags

This starter already includes the tech tags you can see in the live demo. To use them, add the appropriate tag name to the tags array in the frontmatter of your post. Consult the config.js file to see the tag properties and get the tag name to be supplied to the tags array in the frontmatter.
To make a new tag, create a new "label" in config.js, find a suitable svg icon, and paste the svg path in as the value for the "name" property of the label. Have a look at the existing labels in the config.js file and all should soon be clear. A good place to look for svg icons is at simple icons.

Author

Contribute

  • 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

🎓 Learning Gatsby

Looking for more guidance? Full documentation for Gatsby lives on the website. Here are some places to start:

  • For most developers, we recommend starting with our in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.

  • To dive straight into code samples, head to our documentation. In particular, check out the Guides, API Reference, and Advanced Tutorials sections in the sidebar.

💫 Deploy

Deploy to Netlify

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