Skip to content

Commit

Permalink
Feature blogs (#10)
Browse files Browse the repository at this point in the history
* feat(blog): add blog-listing page

* feat(blog): blog listing page changes and blog details page added

* feat(blog): blog listing page changes and blog details page added

* fix:changes of blog api integration

* feat(blog): api integration of blog and blog details page

* feat(blog): remove case study page wrapper in blog details page

* feat(blog): add blog-listing page

* feat(blog): blog listing page changes and blog details page added

* feat(blog): blog listing page changes and blog details page added

* feat(blog): solve erros of blog api page
  • Loading branch information
ktx-riddhi authored Feb 1, 2025
1 parent 3f6e0dc commit 9bceb52
Show file tree
Hide file tree
Showing 31 changed files with 1,689 additions and 145 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Inside of your Astro project, you'll see the following folders and files:

```text
/
├── public/
├──
│ └── favicon.svg
├── src/
│ ├── layouts/
Expand Down
5 changes: 4 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
// @ts-check
import { defineConfig } from 'astro/config';
import sitemap from '@astrojs/sitemap';


import vue from '@astrojs/vue';
import tailwind from '@astrojs/tailwind';

// https://astro.build/config
export default defineConfig({
integrations: [vue(), tailwind()],
site: 'https://your-website.com', // Replace with your website URL
integrations: [vue(), tailwind(), sitemap()],
});
133 changes: 133 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/vue": "^5.0.5",
"@tailwindcss/typography": "^0.5.16",
"astro": "^5.1.7",
"marked": "^15.0.6",
"swiper": "^11.2.1",
"tailwindcss": "^3.4.17",
"vue": "^3.5.13",
Expand Down
26 changes: 26 additions & 0 deletions public/BlogDetails.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions public/Glass.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9bceb52

Please sign in to comment.