Skip to content

Commit

Permalink
feat: remove recent blog posts (#248)
Browse files Browse the repository at this point in the history
* build(deps): remove `ghost` deps

* feat: remove recent posts

* feat: remove blog post component
  • Loading branch information
catouberos authored Nov 13, 2023
1 parent 59fbc1c commit e6fb6c6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 99 deletions.
Binary file modified bun.lockb
Binary file not shown.
50 changes: 0 additions & 50 deletions components/app/AppBlogPost.vue

This file was deleted.

45 changes: 0 additions & 45 deletions components/page/index/PageIndexRecentPosts.vue

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
"@nuxtjs/i18n": "8.0.0-rc.5",
"@pinia-plugin-persistedstate/nuxt": "^1.1.2",
"@tailwindcss/typography": "^0.5.10",
"@tryghost/content-api": "^1.11.18",
"@types/node": "^18.16.19",
"@types/tryghost__content-api": "^1.3.13",
"@vueuse/core": "^10.5.0",
"@vueuse/nuxt": "^10.5.0",
"eslint": "^8.52.0",
Expand Down
2 changes: 0 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ definePageMeta({
<AppRegisterBanner />
</UContainer>

<PageIndexRecentPosts />

<PageIndexRecentReleases />
</div>
</template>

0 comments on commit e6fb6c6

Please sign in to comment.