This is my personal portfolio site and blog. It's way over engineered for just a blog that parses markdown files and serves images, but hey, I want to show off my ability to code, too.
Clone the repository
git clone [email protected]:ryanfiller/portfolio-svelte.git ryansiteThis site uses git LFS to store images, so if you want those you'll also need to run
git lfs getInstall dependencies
cd ryansite
yarn installThis site is built using Svelte & SvelteKit.
Navigate into this site’s directory and start it up.
npm run startThe site is now running at http://localhost:3000!
This site uses Cypress with several accessibility extensions. To run basic tests
npm run testSee my testing setup here
I use Netlify for hosting and Netlify Large Media as my image transformer and CDN.
This site contains no invasive analtyics tracking. It uses Netlify Analytics on the site to anonymously track how many server requests are made, and GoatCounter to see what browsers and screen sizes people are using.
See my planned features / known bugs here. I also keep a pretty up to date change log here
Oh no! 🐜
If you find something broken, feel free to file an issue or DM me on Twitter and I will get to it as soon as possible.
This is a public repository under an MIT license. Feel free to replicate any code you find here if it helps you, but please, do not steal my original content.
If for some reason you're looking for the Gatsby version of this site, that repo can be found here.