You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the repository used to build my personal website. My personal website was one of my first major coding endeavors. It originally served as a portfolio for potential clients and employers. Now its my creative outlet to share my thoughts and experiences with the world. Check it out at https://patrickpiedad.me/
How It's Made
Tech Used: HTML, CSS, JavaScript, Netlify, Astro
The base template is pulled from the starter Astro themes, specifically Nordlys found at https://github.com/FjellOverflow/nordlys, which gave a great starting point for the website.
Optimizations
Sorting features for different blog topics, external from tags
Lessons Learned
Moving out my website from an 11ty static site generation format to Astro was extremely easy. I've learned the importance of good documentation (like Astro's) and how it can make migrations and onboarding seamless.