DEV Community

Kelvin Wangonya
Kelvin Wangonya

Posted on

2 3

Flexible Gatsby Starter

Gatsby

Flexible Gatsby

A simple and clean Gatsby starter for your blog. Demo.

Inspired by flexible-jekyll.

Screenshots

screenshot

home-page-screenshot

blog-page-screenshot

Quick Start πŸš€

  1. Create a Gatsby site.

    Use the Gatsby CLI to create a new site, specifying the default starter.

    # create a new Gatsby site using the flexible-gatsby starter
    gatsby new my-blog https://github.com/wangonya/flexible-gatsby
    
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd my-blog/
    gatsby develop
    
  3. Open the source code and start editing!

    Your site is now running at http://localhost:8000!

    Note: You'll also see a second link: _`http://localhost:8000/_graphql`. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial._

    Edit gatsby.config.js to update site metadata.

    Add blog posts in markdown in content/blog. Example blog posts have been provided.

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

Top comments (0)

Image of Datadog

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide

πŸ‘‹ Kindness is contagious

Explore a sea of insights with this enlightening post, highly esteemed within the nurturing DEV Community. Coders of all stripes are invited to participate and contribute to our shared knowledge.

Expressing gratitude with a simple "thank you" can make a big impact. Leave your thanks in the comments!

On DEV, exchanging ideas smooths our way and strengthens our community bonds. Found this useful? A quick note of thanks to the author can mean a lot.

Okay