Skip to content

frankcalise/frankcalise.com

Repository files navigation

Frank Calise personal website

This was bootstrapped via egghead-gatsby-starter

This is based on Robin Wieruch's https://github.com/rwieruch/gatsby-mdx-blog-starter-project

Features

  • MDX: JavaScript/React in Markdown
    • see /mdx-example blog post
  • Prism.js: Syntax Highlighting
  • Pagination
  • Categories
  • Styled Components

Setup

  • git clone git@github.com:eggheadio/gatsby-starter-egghead-blog.git
  • cd gatsby-starter-egghead-blog
  • npm install
  • gatsby develop
  • visit http://localhost:8000

Setup via Gatsby CLI

  • gatsby new gatsby-starter-egghead-blog git@github.com:eggheadio/gatsby-starter-egghead-blog.git
  • cd gatsby-starter-egghead-blog
  • npm install
  • gatsby develop
  • visit http://localhost:8000

Releases

No releases published

Packages

No packages published