Based on this nice dev.to post

Building a Kickass Portfolio
Ali Spittel ・ Aug 2 '18 ・ 6 min read
This linked post includes all the relevant reasons why a web developer should create his own unique portfolio website. Some of the main reasons which encouraged me to do the refactoring:
- Show my creativity and make a website that is a true expression of myself
- Design as much as possible myself without using pre-designed templates
- Make the site as fast and accessible as possible
- Provide a foundation to make the website easily extendable and adjustable
Here you can see a screenshot of my new website:
And these are the latest Lighthouse results:
I described my previous website setup in this post:

How I Built My Website With Hugo And Netlify
Michael Hoffmann ・ May 20 '18 ・ 3 min read
Let me know what you think about it!
Top comments (20)
The icons at the top are a bit confusing without any label context. You might want to either add a
title
attribute to the icons (so I can long-hover over them to know what they are) or add label text somewhere near the icon. Other than that, looks great, especially on mobile!Thanks! Oops, my fault that I forgot to add the
title
attribute 😲 will fix itYou probably want to consider something that works for mobile too since I happen to be viewing the website on it now :)
I added a visible label on mobile devices ;-)
How’d you like working with Gatsby? I’ve found it very pleasant in my dabbles.
I totally loved it. I love working with React and Gatsby makes it very easy to handle all static page relevant stuff.
Especially querying pages and posts via GraphQL, the plugin system as well as the performant image loading via
gatsby-image
are amazing features.Short story: I ❤️ it!
Some comments may only be visible to logged-in visitors. Sign in to view all comments.