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%
Find a file
2024-10-10 20:19:31 -07:00
src Added margin to new logo 2024-10-10 20:19:31 -07:00
static Added another project 2024-05-21 10:29:11 -07:00
.eslintignore Moved root 2023-12-31 15:23:17 -08:00
.eslintrc.cjs Moved root 2023-12-31 15:23:17 -08:00
.gitignore Moved from netlify to self hosted nodejs 2024-05-28 22:45:54 -07:00
.npmrc Moved root 2023-12-31 15:23:17 -08:00
.prettierignore Moved root 2023-12-31 15:23:17 -08:00
.prettierrc Moved root 2023-12-31 15:23:17 -08:00
package-lock.json Fixed some issues with blog posts formatting, fixed issue with paragraph mentioning frontend mentor 2024-10-10 19:55:31 -07:00
package.json Moved from netlify to self hosted nodejs 2024-05-28 22:45:54 -07:00
postcss.config.js Moved root 2023-12-31 15:23:17 -08:00
README.md Update README.md 2024-01-10 15:42:39 -08:00
svelte.config.js Moved from netlify to self hosted nodejs 2024-05-28 22:45:54 -07:00
tailwind.config.ts Update app.css and tailwind.config.ts 2024-01-02 20:58:47 -08:00
tsconfig.json Moved root 2023-12-31 15:23:17 -08:00
vite.config.ts Moved root 2023-12-31 15:23:17 -08:00

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.