No description
Find a file
2023-01-31 23:45:18 -08:00
.vscode Getting portfolio to show and using headless ui for tabs. Image heights at small screens not working yet. 2023-01-30 23:10:17 -08:00
src Adding load function to articles for fetching Wallabag saved articles. 2023-01-31 23:45:18 -08:00
static Adding layout header and footer, postcss, and base pages. 2023-01-28 11:31:58 -08:00
tests First commit of skeleton SvelteKit project. 2023-01-21 16:13:42 -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 Adding layout header and footer, postcss, and base pages. 2023-01-28 11:31:58 -08:00
.npmrc First commit of skeleton SvelteKit project. 2023-01-21 16:13:42 -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
package.json Getting portfolio to show and using headless ui for tabs. Image heights at small screens not working yet. 2023-01-30 23:10:17 -08:00
playwright.config.ts First commit of skeleton SvelteKit project. 2023-01-21 16:13:42 -08:00
pnpm-lock.yaml Getting portfolio to show and using headless ui for tabs. Image heights at small screens not working yet. 2023-01-30 23:10:17 -08:00
postcss.config.cjs Fixing typeography, footer icons, and footer styles. 2023-01-29 15:37:12 -08:00
README.md docs: 📝 Update README 2023-01-29 23:07:32 -08:00
svelte.config.js Adding load function to articles for fetching Wallabag saved articles. 2023-01-31 23:45:18 -08:00
tsconfig.json First commit of skeleton SvelteKit project. 2023-01-21 16:13:42 -08:00
vite.config.ts First commit of skeleton SvelteKit project. 2023-01-21 16:13:42 -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.