diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml deleted file mode 100644 index ecaf268..0000000 --- a/.github/workflows/daily.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: rebuild website daily - -on: - schedule: - - cron: '0 23 * * *' - -jobs: - daily-rebuild: - runs-on: ubuntu-latest - steps: - - name: send digests - uses: wei/curl@v1 - with: - args: 'https://api.cloudflare.com/client/v4/pages/webhooks/deploy_hooks/${{secrets.DEPLOY_HOOK}}' diff --git a/_headers b/_headers index 0995a4d..9321c4d 100644 --- a/_headers +++ b/_headers @@ -1,3 +1,4 @@ /* Content-Security-Policy: default-src 'self' - X-Content-Type-Options: nosniff \ No newline at end of file + X-Content-Type-Options: nosniff + cache-control: public, max-age=3600, must-revalidate \ No newline at end of file diff --git a/src/app.html b/src/app.html index 99580fa..97786d8 100644 --- a/src/app.html +++ b/src/app.html @@ -2,6 +2,7 @@ + diff --git a/src/lib/components/project.svelte b/src/lib/components/project.svelte index 88e9bdf..0736a94 100644 --- a/src/lib/components/project.svelte +++ b/src/lib/components/project.svelte @@ -21,7 +21,6 @@
-
Click to open in new tab
{/if} @@ -31,7 +30,6 @@ {tag}{#if i !== tags.length - 1}·​{/if} {/each} - View diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 8f11efe..8e0087e 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -72,7 +72,7 @@

I helped many projects come to life. Here are some examples:

- + igni - The universal Discord bot

@@ -83,7 +83,7 @@

- + Animasher - Platform for creating and sharing animations

@@ -97,7 +97,7 @@

- + Heaventaker - Helltaker fan game

@@ -108,7 +108,7 @@

- + Mangades - Mangadex downloader

diff --git a/src/routes/posts/index.svelte b/src/routes/posts/index.svelte index aca80ec..643b97d 100644 --- a/src/routes/posts/index.svelte +++ b/src/routes/posts/index.svelte @@ -77,6 +77,8 @@

{/each} + + There's also RSS feed available here. \ No newline at end of file diff --git a/src/routes/posts/writing-personal-home-page/_comp/simpleExample.svelte b/src/routes/posts/writing-personal-home-page/_comp/simpleExample.svelte index 6b2ddb0..fb0d333 100644 --- a/src/routes/posts/writing-personal-home-page/_comp/simpleExample.svelte +++ b/src/routes/posts/writing-personal-home-page/_comp/simpleExample.svelte @@ -1,8 +1,10 @@ -

Hello {name}

+

Hello {funny[name] || name}

@@ -10,4 +12,4 @@ h1 { padding-top: 0; } - \ No newline at end of file + diff --git a/static/screenshots/animasher.webp b/static/screenshots/animasher.webp new file mode 100644 index 0000000..5f475a7 Binary files /dev/null and b/static/screenshots/animasher.webp differ diff --git a/static/screenshots/heaventaker.webp b/static/screenshots/heaventaker.webp new file mode 100644 index 0000000..7e350c2 Binary files /dev/null and b/static/screenshots/heaventaker.webp differ diff --git a/static/screenshots/igni.webp b/static/screenshots/igni.webp new file mode 100644 index 0000000..9b01530 Binary files /dev/null and b/static/screenshots/igni.webp differ diff --git a/static/screenshots/ignibg.webp b/static/screenshots/ignibg.webp new file mode 100644 index 0000000..de3440e Binary files /dev/null and b/static/screenshots/ignibg.webp differ diff --git a/static/screenshots/mangadex.webp b/static/screenshots/mangadex.webp new file mode 100644 index 0000000..56be9b7 Binary files /dev/null and b/static/screenshots/mangadex.webp differ