This is my portfolio, if you want to know about it check it out at IsaacHarper.dev
If you want to check out the code heres a quick map of where you can find the important pieces.
src/lib/elements contains all the components of the site
src/lib/db.js is the database manager in charge of fetching articles
src/lib/routes contains all the pages of the site
If you want to build yourself a copy of this feel free to. Its a sveltekit project, just npm install and you're good to go.