Skip to content

Simple React + Gatsby markdown blog. Mostly made from React sample code.

License

Notifications You must be signed in to change notification settings

ajayyy/StaticBlog

Repository files navigation

My blog

This uses the gatsby static site generator.

Install npm to start.

Install dependencies

npm install

Developing

npm run develop

This will start a development server on http://localhost:8000.

Before making a pull request, run npm run format to format the code.

Building

npm run build

This will create a folder called public, which will contain a statically generated version of the site that can be easily served with any website or deployment service.

You can then use npm run serve to preview the website before deployment.


Based on @jplsek's rewrite of the SponsorBlock site.

About

Simple React + Gatsby markdown blog. Mostly made from React sample code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published