Skip to content

Latest commit

 

History

History
91 lines (67 loc) · 2.89 KB

README.md

File metadata and controls

91 lines (67 loc) · 2.89 KB

Robert's Portfolio Website

This is my website that I wanted to build using Gatsby and I used the start below from Smakosh as my base. I've modified it a little but to include my content and will be modifying it further to include new illustrations and more content.

Theme

Gatsby-theme-portfolio

Features

  • Eslint/Prettier configured
  • Scores 100% on a11y / Performance / PWA / SEO
  • PWA (desktop & mobile)
  • Easy to customize
  • Nice project structure
  • Amazing illustrations by Undraw.co
  • Tablet & mobile friendly
  • A contact form protected by Google Recaptcha
  • Can be deployed with one click
  • Functional components with Recompose React Hooks! ready to migrate to React hooks!
  • Fetches your Github pinned projects with most stars (You could customize this if you wish)
  • One click deployment to Vercel

Design

Project on Behance

Structure

.
├── data
│   └── config              # SEO related tags
├── src
│   └── assets              # Assets
│   │   │── icons             # icons
│   │   │── illustrations     # illustrations from (undraw.co)
│   │   └── thumbnail         # cover of your website when it's shared to social media
│   ├── components          # Components
│   │   │── common            # Common components
│   │   │── landing           # Components used on the landing page
│   │   └── theme             # Header & Footer
│   └── pages               # Pages
└── static                  # favicon & Netlify redirects

Prerequisites

Online

  1. Create an account at Formik and grab your form endpoint url
  2. Grab a Google recaptcha key from Google Recaptcha
  3. Grab your Github token from GitHub
  • Formik form endpoint
  • Google recaptcha public key
  • Github token

To Env variables section.

Locally

  1. Create an account at Formik
  2. Install Yarn
  3. Grab a Google recaptcha key from Google Recaptcha
  4. Grab your Github token from GitHub
  5. Run cp .env.development.template .env.development
  6. Run yarn && yarn start

Clean the cache

This removes the .cache/ & public/ folders

yarn reset

Built with

  • Adobe XD
  • Gatsby
  • React & GraphQL
  • Formik
  • Google recaptcha
  • VSCode
  • And these useful of JavaScript libraries & Gatsby plugins package.json

License

This project is licensed under the MIT License - see the LICENSE.md file for details