/website

My website and blog

Primary LanguageTypeScriptMIT LicenseMIT

Example using the starter in production: robertistok.com


Getting started

  1. Create a Gatsby site
   gatsby new your-name-here https://github.com/gatsbyjs/gatsby-starter-fusion-blog
  1. Start developing
    cd your-name-here
    gatsby develop
  1. Open and edit the source code

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

How to personalize?

  1. Open config.ts
  2. Change the fields (name, description, social) to your data
  3. Edit the author info at src/components/Layout/Author/Author.tsx
  4. Edit the about section at src/components/About/About.tsx
  5. Update the src/hooks/useAvatar.ts hook with your profile picture
  6. Update the src/pages/resume with your resume

Deploy to Netlify

Follow this guide to deploy to Netlify

Building

   gatsby build

Forked from Gatsby blog starter. Syntax theme based on Dan Abramovs's overreacted which in turn is based on Sarah Drasner's Night Owl.