All Projects → ryanfiller → portfolio-svelte

ryanfiller / portfolio-svelte

Licence: MIT license
My over-complicated personal site. A place to show off work and writing, and a place to try weird stuff.

Programming Languages

Svelte
593 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to portfolio-svelte

website
Gitpod website and documentation
Stars: ✭ 233 (+870.83%)
Mutual labels:  svelte, netlify, sveltekit
focus-svelte
focus lock for svelte
Stars: ✭ 18 (-25%)
Mutual labels:  svelte, sveltekit
svelte-starter-kit
Svelte with brilliant bells and useful whistles
Stars: ✭ 384 (+1500%)
Mutual labels:  svelte, sveltekit
turbosvelte
A SvelteKit monorepo starter project powered by Turborepo!
Stars: ✭ 47 (+95.83%)
Mutual labels:  svelte, sveltekit
svelte-toy
A toy for svelte data stores
Stars: ✭ 73 (+204.17%)
Mutual labels:  svelte, sveltekit
hue.tools
Simple toolbox for working with colors. Color mixing, blending, conversion, modification, detailed information, etc.
Stars: ✭ 331 (+1279.17%)
Mutual labels:  svelte, sveltekit
awesome-svelte-kit
Curated resources on building sites with SvelteKit - A server-less-first answer to "the Next.js experience" by the Svelte community
Stars: ✭ 55 (+129.17%)
Mutual labels:  svelte, sveltekit
webstone
Start your next full-stack application with Webstone and configure it as you go.
Stars: ✭ 71 (+195.83%)
Mutual labels:  svelte, sveltekit
Beatbump
Alternative YouTube Music frontend built with Svelte/SvelteKit 🎧
Stars: ✭ 77 (+220.83%)
Mutual labels:  svelte, sveltekit
matfantinel.github.io
Personal website made with SvelteKit and hosted on GitHub Pages
Stars: ✭ 80 (+233.33%)
Mutual labels:  svelte, sveltekit
sveltekit-blog-template
A SvelteKit blog template
Stars: ✭ 79 (+229.17%)
Mutual labels:  svelte, sveltekit
kickstart
Ruby on Rails application templates
Stars: ✭ 61 (+154.17%)
Mutual labels:  svelte, sveltekit
sveltekit-magic
An implementation of passwordless authentication using Magic with SvelteKit.
Stars: ✭ 38 (+58.33%)
Mutual labels:  svelte, sveltekit
svelte-bricks
Naive Svelte Masonry component without column balancing (ragged columns at the bottom)
Stars: ✭ 22 (-8.33%)
Mutual labels:  svelte, netlify
svelte-commerce
Svelte ecommerce - Headless, Authentication, Cart & Checkout, TailwindCSS, Server Rendered, Proxy + API Integrated, Animations, Stores, Lazy Loading, Loading Indicators, Carousel, Instant Search, Faceted Filters, Typescript, Open Source, MIT license. 1 command deploy to your own server, 1 click deploy to netlify.
Stars: ✭ 695 (+2795.83%)
Mutual labels:  svelte, netlify
programmingtil-svelte
No description or website provided.
Stars: ✭ 59 (+145.83%)
Mutual labels:  svelte, sveltekit
sveltekit-electron
Minimal Sveltekit + Electron starter template.
Stars: ✭ 146 (+508.33%)
Mutual labels:  svelte, sveltekit
website
🏡 My personal website! Now built with Svelte...
Stars: ✭ 18 (-25%)
Mutual labels:  svelte, sveltekit
markushatvan.com
Personal website and blog written from scratch with SvelteKit and TailwindCSS.
Stars: ✭ 82 (+241.67%)
Mutual labels:  svelte, sveltekit
sveltekit-blog
Sveltekit blog starter project created with sveltekit, typescript, tailwindcss, postcss, husky, and storybook. The project has the structure set up for the scaleable web application.
Stars: ✭ 100 (+316.67%)
Mutual labels:  svelte, sveltekit

ryanfiller.com

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.

Installing

Clone the repository

git clone [email protected]:ryanfiller/portfolio-svelte.git ryansite

This site uses git LFS to store images, so if you want those you'll also need to run

git lfs get

Install dependencies

cd ryansite
yarn install

I like Svelte!

This site is built using Svelte & SvelteKit.

Navigate into this site’s directory and start it up.

npm run start

The site is now running at http://localhost:3000!

I like testing!

This site uses Cypress with several accessibility extensions. To run basic tests

npm run test

See my testing setup here

I like Netlify!

Netlify Status

I use Netlify for hosting and Netlify Large Media as my image transformer and CDN.

I like Your Privacy!

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.

Roadmap

See my planned features / known bugs here. I also keep a pretty up to date change log here

Bugs!

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.

License

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.

Old Repo

If for some reason you're looking for the Gatsby version of this site, that repo can be found here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].