👋 Hello

This is my website and I am learning Gatsby at the same time.

Gatsby installation

Very useful Gatsby tutorial

If you want to run this site locally:

  • git clone https://github.com/mehtapaydin/mehtapaydin.com
  • Install Gatsby: npm i -g gatsby-cli
  • Run gatsby develop
  • 🔥

Dependencies

Typography.js

Using Typography.js themes

  • npm install typography-theme-lincoln - save

Fontawesome:

  • Installation:

    • npm i --save @fortawesome/fontawesome-svg-core
    • npm i --save @fortawesome/free-solid-svg-icons
    • $ npm i --save @fortawesome/react-fontawesome'
  • Visit fontawesome.com/icons to search for free and Pro icons

    • $ npm i --save @fortawesome/free-brands-svg-icons
    • $ npm i --save @fortawesome/free-regular-svg-icons

Gatsby Image

In Depth gatsby-image Tutorial