Skip to content

Commit

Permalink
Merge pull request #8 from aksharahegde/project-addition
Browse files Browse the repository at this point in the history
feat(app): added subtrakfy to projects and upgraded packages
  • Loading branch information
aksharahegde authored Oct 9, 2024
2 parents 41fcfed + 513d0d6 commit 511317b
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 7 deletions.
1 change: 0 additions & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ if (import.meta.server) {
sizes: "16x16",
href: "/favicon-16x16.png",
},
{ rel: "manifest", href: "/manifest.json" },
{ rel: "feed", type: "application/rss+xml", href: "/rss.xml" },
],
});
Expand Down
Binary file modified bun.lockb
Binary file not shown.
13 changes: 13 additions & 0 deletions components/Announcement.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<template>
<a
href="https://subtrak.fyi?ref=aksharahegde.com"
target="_blank"
class="w-full"
>
<UAlert
description="A free and minimal tool to track your subscriptions of any kind."
:avatar="{ src: 'https://subtrak.fyi/icon.png' }"
title="Subtrakfy is now live!"
/>
</a>
</template>
11 changes: 11 additions & 0 deletions content/projects/1.subtrakfy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"url": "https://subtrak.fyi/",
"thumbnail": "https://subtrak.fyi/icon.png",
"thumbnailBg": "bg-gray-100",
"thumbnailAlt": "subtrakfy landing page",
"category": "Finance",
"heading": "Subtrakfy",
"description": "Track your subscriptions for free.",
"status": "wip",
"role": "Author"
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/fonts": "^0.9.2",
"@nuxt/image": "^1.8.0",
"@nuxt/image": "^1.8.1",
"@nuxthq/studio": "^2.1.1",
"@nuxtjs/seo": "^2.0.0-rc.23",
"@vueuse/core": "^10.11.1",
"@vueuse/nuxt": "^10.11.1",
"nuxt": "^3.13.2",
"vue": "^3.5.10",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"dependencies": {
"@iconify-json/simple-icons": "^1.2.4",
"@iconify-json/solar": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.7",
"@iconify-json/solar": "^1.2.1",
"@nuxt/content": "^2.13.2",
"@nuxt/ui": "^2.18.6",
"@nuxt/ui": "^2.18.7",
"@openpanel/web": "^0.0.9-beta",
"caniuse-lite": "^1.0.30001664"
"caniuse-lite": "^1.0.30001667"
}
}
3 changes: 3 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
</p>
</div>
<Contact class="mt-2" />
<div>
<Announcement class="mt-2" />
</div>
<ProjectList class="mt-2" />
<BlogRecent class="mt-2" />
</main>
Expand Down

0 comments on commit 511317b

Please sign in to comment.