With 2018 coming to an end soon I was able to release V2 of my website over Thanksgiving holiday. Coincidentally this is also my second year as a developer so I'll be able to keep these releases in sync with my years of experience. Whatβs new? Everything! V2 was completely redesigned from the ground up with a little design inspiration from Tania Rascia. I switched from using create-react-app to Gatsby. The reason for this switch was to keep my blog on Github via Markdown files and also take advantage of Gatsby blazing fast speed with SSR. As you can see from the results below I was able to increase each area on the lighthouse test.
With this version release of my website, I wanted to switch the focus from learning more about me to more about programming by putting the blog posts front and center. With this change, people would immediately be focused on my new blog posts and are able to learn something new within the first few seconds of visiting my website.
Another slight change I made was the color scheme. I still am not completely satisfied with my color scheme, but I wanted to go for a Miami Dolphins theme. I originally planned on releasing this site with the option of choosing between a light and dark theme, but because of a bug with styled-components and Gatsby, I postponed this feature until further notice. Curious as to what else I used to build this site? Well letβs see:
- Gatsby
- Hosting & DNS: Netlify
- CSS: styled-components
- Analytics: Google Analytics (looking for free alternatives π€)
- Blog: Markdown files hosted on Github
- Icons: Font Awesome
Top comments (6)
I'll develop a free alternative to Google analytics. I'll be available in a few weeks
Awesome idea! Be sure to post about it here!
It will be written in Golang, available on gitote.in and hosted by Digital Ocean π
I started it ! The Repo
Looks awesome! Great color scheme!
Thanks <3