Skip to content

richardnguyen99/the-gatsby-paper

Repository files navigation

The Gatsby Paper

A simple Gatsby starter for personal blog.

Tech stack:

Live demo: here

Introduction

This blog was first written in a comparison between two popular static site generators: Gatsby and Next.js. I decided to use Gatsby for this blog because it is more suitable for a blog with a lot of static content. Gatsby is a static site generator that uses React and GraphQL to generate static HTML pages. It is a great tool for building static websites and blogs. It is also very easy to use and has a lot of plugins and starters to help you get started.

You're are free to use this template for your own blog.

If you're interested in the same template written in NextJS, you can find it here.

Run this site

  1. Clone this repo

    git clone https://github.com/richardnguyen99/the-gatsby-paper.git
  2. Install dependencies

    yarn install
  3. Run the development server

    yarn start

    A local server will be started at http://localhost:6789/.

  4. Build the site

    yarn build

    The static site will be generated in the public folder.

License

This project is licensed under the MIT License - see the LICENSE file for details.