javag97 / design

UX Design Portfolio of Javier Garcia
https://javiergarcia.io
MIT License
0 stars 0 forks source link

Product Design Portfolio of Javier Garcia

Netlify Status

Features

Lighthouse Audit

Google Lighthouse Audit

Usage

Deploy to Netlify


# Install dependencies
npm i

# Start dev server
gatsby develop

# Build for production
gatsby build

# Format with Prettier
npm format

Folder structure

├──.circleci # Circleci integration
├── config # Theme and site metadata
├── content # Post markdown and images
├── src
│   ├── components
│   ├── layouts
│   ├── pages
│   ├── style
│   └── templates # For Post and Tag page generation
├── static # Images for logo and favicon, and robots.txt
├── gatsby-config.js # Plugin loading and configuration
└── gatsby-node.js # Generate posts/tags and modify webpack

Special shout out to Justin Formentin for his Gatsby template that is the backbone of this site.