/babbling.fish

My personal blog about Data Engineering. Powered by Gatsby.

Primary LanguageJavaScriptOtherNOASSERTION

Netlify Status

Fish

Babbling FIsh

My personal blog about topics in Data Engineering. The source code for this website was forked from Gatsby blog starter. The website's icon and all emojis designed by OpenMoji – the open-source emoji and icon project. License: CC BY-SA 4.0. Thanks to Dan Abramov for showing me how to load fonts in Gatsby. My 404 page is copy pasted from his repo as well.

Installation

git clone git@github.com:babblingfish/babbling.fish.git
cd babbling.fish
npm install
# or yarn install

Start development server

gatsby develop

Create production build

gatsby build