ankitboghra / gatsby-portfolio

Personal portfolio website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio

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

Clean the cache

This removes the .cache/ & public/ folders

yarn reset

License

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

About

Personal portfolio website

License:MIT License


Languages

Language:JavaScript 97.7%Language:CSS 2.3%