Skip to content

Code for my personal blog built with Gatsby

License

Notifications You must be signed in to change notification settings

kohlicekjan/blog

Repository files navigation

blog

Netlify Status Build Status Dependency Status Known Vulnerabilities GitHub license

Jan Kohlíček's personal blog powered by Gatsby.

Visit the actual site at kohlicekjan-blog.netlify.com

Getting Started

Installation

Prerequisites: Node.js (>=10), npm version 6+.

Clone the blog repository using git:

$ git clone https://github.com/kohlicekjan/blog
$ cd blog/

Install dependencies:

$ npm install

Build

Static files will be built to public/

$ npm run build

Start the server

$ npm run serve

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

Releases

No releases published

Packages

No packages published