intial commit
Showing
.storybook/main.js
0 → 100644
.storybook/preview.js
0 → 100644
Component/Base/Button/Button.jsx
0 → 100644
Component/Base/Button/Button.module.css
0 → 100644
Component/Base/Button/Button.stories.jsx
0 → 100644
Component/Base/Card/Card.jsx
0 → 100644
Component/Base/Card/Card.module.css
0 → 100644
Component/Base/Card/Card.stories.jsx
0 → 100644
Component/Base/Header/Header.jsx
0 → 100644
Component/Base/Header/Header.module.css
0 → 100644
Component/Base/Header/Header.stories.jsx
0 → 100644
Component/Base/Icons/Icons.jsx
0 → 100644
Component/Base/Icons/Icons.module.css
0 → 100644
Component/Base/Icons/Icons.stories.jsx
0 → 100644
Component/Base/Input/Input.jsx
0 → 100644
Component/Base/Input/Input.module.css
0 → 100644
Component/Base/Input/Input.stories.jsx
0 → 100644
Component/Base/Search/Search.jsx
0 → 100644
Component/Base/Search/Search.module.css
0 → 100644
Component/Base/Search/Search.stories.jsx
0 → 100644
Component/Base/Typography.stories.jsx
0 → 100644
Component/Top-level/CardList/CardList.jsx
0 → 100644
Context/ThemeContext.jsx
0 → 100644
Styles/theme.css
0 → 100644
app/blog/[id]/page.js
0 → 100644
app/components/Home.js
0 → 100644
app/favicon.ico
deleted
100644 → 0
File deleted
app/page.module.css
deleted
100644 → 0
lib/post.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | @@ -6,11 +6,22 @@ | ... | @@ -6,11 +6,22 @@ |
"dev": "next dev --turbopack", | "dev": "next dev --turbopack", | ||
"build": "next build", | "build": "next build", | ||
"start": "next start", | "start": "next start", | ||
"lint": "next lint" | "lint": "next lint", | ||
"storybook": "storybook dev -p 6006", | |||
"build-storybook": "storybook build" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"clsx": "^2.1.1", | |||
"gray-matter": "^4.0.3", | |||
"next": "15.3.4", | |||
"prop-types": "^15.8.1", | |||
"react": "^19.0.0", | "react": "^19.0.0", | ||
"react-dom": "^19.0.0", | "react-dom": "^19.0.0", | ||
"next": "15.3.4" | "react-markdown": "^10.1.0", | ||
"rehype-raw": "^7.0.0" | |||
}, | |||
"devDependencies": { | |||
"@storybook/nextjs": "^9.0.13", | |||
"storybook": "^9.0.13" | |||
} | } | ||
} | } |
posts/1.md
0 → 100644
posts/10.md
0 → 100644
posts/11.md
0 → 100644
posts/12.md
0 → 100644
posts/2.md
0 → 100644
posts/3.md
0 → 100644
posts/4.md
0 → 100644
posts/5.md
0 → 100644
posts/6.md
0 → 100644
posts/7.md
0 → 100644
posts/8.md
0 → 100644
posts/9.md
0 → 100644
public/file.svg
deleted
100644 → 0
public/globe.svg
deleted
100644 → 0
public/images/a1.jpg
0 → 100644
10.5 KB
public/images/a2.jpg
0 → 100644
6.15 KB
public/images/a3.jpg
0 → 100644
7.36 KB
public/images/blogsingle.jpg
0 → 100644
95.9 KB
public/images/fashion.jpg
0 → 100644
28 KB
public/images/lifestyle1.jpg
0 → 100644
40.3 KB
public/images/lifestyle2.jpg
0 → 100644
25.2 KB
public/images/lifestyle3.jpg
0 → 100644
56.7 KB
public/images/lifestyle4.jpg
0 → 100644
21.3 KB
public/images/lifestyle5.jpg
0 → 100644
47 KB
public/images/lifestyle6.jpg
0 → 100644
64.8 KB
public/images/lifestyle7.jpg
0 → 100644
34.7 KB
public/images/lifestyle8.jpg
0 → 100644
39.7 KB
public/next.svg
deleted
100644 → 0
public/vercel.svg
deleted
100644 → 0
public/window.svg
deleted
100644 → 0