My personal website, my humble little home on the internet.
- Svelte 84.2%
- TypeScript 7.5%
- HTML 3.3%
- JavaScript 2.8%
- CSS 2.2%
| src | ||
| static | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| svelte.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vite.config.ts | ||
My Personal Site, 2024
Another year, another rework of my personal website! This time I am using SvelteKit, Skeleton, and Tailwind.
It was not stricly necessary to use SvelteKit for this, however I wanted to both learn more about server side rendering and I wanted to keep my site expandable for the future. Right now I am using SSR to fetch my blog posts from my other site (byaustin.net) to show them in my About section on this site. Currently I am hosting this site using Netlify.