Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Gatsby starter project styled with Tailwind and configured for social sharing and SEO.

Notifications You must be signed in to change notification settings

kylegalbraith/gatsby-starter-tailwind-seo-social

Repository files navigation

[Deprecated] - this project is no longer maintained.

Getting started

Note: This starter project is running the latest version of Gatsby V2 which is still in Beta

  1. Install the gatsby-cli package globally.
npm install --global gatsby-cli
  1. Create a new gatsby project using this starter project.
gatsby new new-blog https://github.com/kylegalbraith/gatsby-starter-tailwind-seo-social
  1. Open src/config/config.js and fill in your information
module.exports = {
    siteTitle: "Your Blog Title",
    shortSiteTitle: "Your Short Blog Title",
    siteDescription: "Your nice blog description",
    siteUrl: "https://blog.kylegalbraith.com",
    pathPrefix: "",
    siteImage: "images/facebook-cover.jpg",
    siteLanguage: "en",
    authorName: "Your Name",
    authorTwitterAccount: "kylegalbraith",
    authorSocialLinks: [
      { name: "github", url: "https://github.com/kylegalbraith" },
      { name: "twitter", url: "https://twitter.com/kylegalbraith" },
      { name: "facebook", url: "http://facebook.com/kyle.galbraith459" }
    ]
  };
  1. Build Tailwind stylesheet and start local Gatsby development server.
cd new-blog
npm run build:css & gatsby develop
  1. Open local development server at localhost:8000 and you should see the following sample.

gatsby-starter-tailwind-seo-social

About

Gatsby starter project styled with Tailwind and configured for social sharing and SEO.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published