marcobiedermann / gatsby-blog

πŸ“š Gatsby blog starter template

Home Page:https://marcobiedermann-gatsby-blog.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby Blog

codecov dependencies Status devDependencies Status Netlify Status GitHub Workflow Status

A starter for Gatsby blog powered by Markdown.

Table of Contents

Features

Setup

Install dependencies.

npm install

Usage

Clean

Remove the .cache and /public directories.

npm run clean

Development

Start a hot-reloading development environment accessible by default at http://localhost:8000.

npm run develop

Format

Format code using Prettier.

npm run format

Production

Perform an optimized production build for your static files.

npm run build

Serving

Start a local HTTP server for testing your built site. Remember to build your site using npm run build before using this command.

npm run serve

License

MIT Β© Marco Biedermann

About

πŸ“š Gatsby blog starter template

https://marcobiedermann-gatsby-blog.netlify.app/

License:MIT License


Languages

Language:TypeScript 89.2%Language:CSS 9.0%Language:JavaScript 1.7%