No description
Find a file
2023-12-10 17:09:53 -08:00
.github/workflows Remove npm flag. 2023-09-28 11:45:04 +13:00
.vscode Adding fetch bandcamp albums and showing them on the main home page, also caching response. 2023-02-13 22:54:54 -08:00
src Remove commented out code. 2023-12-10 17:09:53 -08:00
static Fixing sitemap. 2023-12-08 10:21:45 -08:00
tests Update to newer svelte configs, remove packages, and adding tests. 2023-09-27 22:02:29 +13:00
.env.example Adding missing env. 2023-02-16 19:03:56 -08:00
.eslintignore First commit of skeleton SvelteKit project. 2023-01-21 16:13:42 -08:00
.eslintrc.cjs First commit of skeleton SvelteKit project. 2023-01-21 16:13:42 -08:00
.gitignore Changing the picture for Mark Shellnut's site, updateing all dependencies, adding to gitignore, and fixing widths. 2023-12-05 16:43:37 -08:00
.npmrc First commit of skeleton SvelteKit project. 2023-01-21 16:13:42 -08:00
.nvmrc Changing the picture for Mark Shellnut's site, updateing all dependencies, adding to gitignore, and fixing widths. 2023-12-05 16:43:37 -08:00
.prettierignore First commit of skeleton SvelteKit project. 2023-01-21 16:13:42 -08:00
.prettierrc First commit of skeleton SvelteKit project. 2023-01-21 16:13:42 -08:00
mdsvex.config.js Using markdown for portfolio entries. Still need to optimize design. 2023-02-28 15:42:00 -08:00
package.json Moving images around, adding og image generation, and updating og tags to use the image generator. 2023-12-08 16:02:30 -08:00
playwright.config.ts Update to newer svelte configs, remove packages, and adding tests. 2023-09-27 22:02:29 +13:00
pnpm-lock.yaml Moving images around, adding og image generation, and updating og tags to use the image generator. 2023-12-08 16:02:30 -08:00
postcss.config.cjs Using the articles component in the articles page and updating the dependencies. 2023-11-12 14:57:07 -08:00
README.md docs: 📝 Update README 2023-01-29 23:07:32 -08:00
svelte.config.js Upgrading all packages, added meta tags for SEO, and refactored SEO to use the new package. 2023-11-08 12:28:18 -08:00
tsconfig.json First commit of skeleton SvelteKit project. 2023-01-21 16:13:42 -08:00
vite.config.ts Moving images around, adding og image generation, and updating og tags to use the image generator. 2023-12-08 16:02:30 -08:00

Personal Website

Rewriting my personal website, originally in Gatsby, using SvelteKit.

This is a work in progress to get the site on par with my old one and eventually update with ever newer things!

Developing

Install dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.