This is my personal portfolio site. It utilizes React with GatsbyJS. In articular, it uses the Gatsby starter theme
Currently this site, based on the starter, includes the following:
- CSS-in-JS via Emotion
- Jest and Enzyme for testing
- Eslint in dev mode with the airbnb config and prettier formatting rules
- React 16
- A basic blog, with posts under src/pages/blog. There's also a script which creates a new Blog entry (post.sh).
- Data per JSON files
- Layout components make use of Styled-System
- Google Analytics
- Gatsby-Plugin-Offline which includes Service Workers
- Prettier for a uniform codebase
- Normalize css (7.0)
- Feather icons
- Font styles taken from Tachyons