My current website at ericturner.it
- Gatsby.js - Front end framework for static sites
- React - Gatsby.js is built on top of React!
- Tailwind CSS - Front end CSS framework that ties in with React, also includes Inter font
- Blobmaker.app - Randomly generated blob that goes behind my avatar
- React Chrono - Vertical timeline plugin for React
- Flat Icon - Sun & Moon SVG icons for light/dark mode
- Feather - (react-feather) Social Icons
- Bitmoji - avatar generation
- jeffjadulco.com - Dark mode / light mode, project grid
- Freelancer Landing Page // Dribbble.com - hero
After making any changes, run the production command then copy files over the FTP. Preview any changes with the dev command.
- Dev Mode:
yarn run develop
- Production:
yarn run build