diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..67057a9 --- /dev/null +++ b/.env.development @@ -0,0 +1,17 @@ +NPM_TOKEN= + +# Name: Toby Purdy +MAIL_TRANSPORT_HOST=smtp.ethereal.email +MAIL_TRANSPORT_PORT=587 +MAIL_TRANSPORT_USER=toby.purdy58@ethereal.email +MAIL_TRANSPORT_PASS=2bh8GWQpB2FWk6Eu9S + +STRAPI_HOST= +STRAPI_PORT= + +DATABASE_CLIENT= +DATABASE_HOST= +DATABASE_PORT= +DATABASE_NAME= +DATABASE_USERNAME= +DATABASE_PASSWORD= diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 45d1dd3..83d7bb3 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -27,9 +27,9 @@ jobs: run: bun install - name: Lint run: bun lint - - name: Build - run: bun run build - name: Svelte Check run: bun check - name: Test run: bun run test:unit + - name: Build + run: bun run build diff --git a/.gitignore b/.gitignore index 3b462cb..789de27 100644 --- a/.gitignore +++ b/.gitignore @@ -14,9 +14,6 @@ Thumbs.db # Env .env -.env.* -!.env.example -!.env.test # Vite vite.config.js.timestamp-* diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte deleted file mode 100644 index 94ba8ba..0000000 --- a/src/lib/components/Footer.svelte +++ /dev/null @@ -1,23 +0,0 @@ - - -
-
- {#each links as link (link.href)} - {link.name} - {/each} -
-

© 2025 Benjamin Palko

-
diff --git a/src/lib/components/Hero.svelte b/src/lib/components/Hero.svelte index 5d09cea..d09fbe6 100644 --- a/src/lib/components/Hero.svelte +++ b/src/lib/components/Hero.svelte @@ -13,18 +13,18 @@
-
+
Its me!
-
-

{titles.join(', ')}

+
+

{titles.join(', ')}

{first} {rest} @@ -32,7 +32,7 @@

{description}

-
+ diff --git a/src/lib/components/Navbar.svelte b/src/lib/components/Navbar.svelte index 3e6e66b..9fa85d9 100644 --- a/src/lib/components/Navbar.svelte +++ b/src/lib/components/Navbar.svelte @@ -1,30 +1,36 @@