diff --git a/.vscode/settings.json b/.vscode/settings.json
index da337fa..1b1e418 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -7,5 +7,6 @@
"**/.hg/**",
"**/.svn/**",
"**/.nuxt/**"
- ]
+ ],
+ "cSpell.words": ["Nuxt"]
}
diff --git a/Cautious dog-bro.svg b/Cautious dog-bro.svg
deleted file mode 100644
index c6f6cb3..0000000
--- a/Cautious dog-bro.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/README.md b/README.md
index d69a115..a5ab178 100644
--- a/README.md
+++ b/README.md
@@ -1,42 +1,57 @@
-# Nuxt 3 Minimal Starter
+# Personal Blog Site
-Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
+### Built with
-## Setup
+
+
+
-Make sure to install the dependencies:
+Hacker News clone built with [Nuxt3](https://nuxt.com), [Nuxt-Content2](https://content.nuxtjs.org/blog/announcing-v2/), [Vue3](https://vuejs.org) & [TailwindCss](https://tailwindcss.com/)
+
+## Features
+
+- Server Side Rendered(SSR) with Nuxt3
+- Used Typescript mean fully typesafe
+- Use Nuxt-Content-v2 as CMS to utilize MDC syntax
+- Added Nuxt Image with Cloudinary Provider
+- Properly Search Engin optimized
+- Use TailwindCss For designing
+
+## Preview
+
+
+
+## Demo
+
+https://blog.nurriyad.xyz
+
+> Hosted on [Vercel](https://vercel.com/): `npm run build`
+
+## Build Setup
+
+**Requires Node.js 16+**
```bash
-# yarn
+# install dependencies
yarn install
-# npm
-npm install
+# serve in dev mode, with hot reload at localhost:5173
+yarn run dev
+
+# build for production
+yarn run build
+
+# serve in production mode
+yarn run preview
-# pnpm
-pnpm install --shamefully-hoist
```
-
-## Development Server
-
-Start the development server on http://localhost:3000
-
-```bash
-npm run dev
-```
-
-## Production
-
-Build the application for production:
-
-```bash
-npm run build
-```
-
-Locally preview production build:
-
-```bash
-npm run preview
-```
-
-Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
diff --git a/assets/images/logo.png b/assets/images/logo.png
new file mode 100644
index 0000000..08b8881
Binary files /dev/null and b/assets/images/logo.png differ
diff --git a/assets/images/preview1.png b/assets/images/preview1.png
new file mode 100644
index 0000000..31b2de4
Binary files /dev/null and b/assets/images/preview1.png differ
diff --git a/assets/images/preview2.png b/assets/images/preview2.png
new file mode 100644
index 0000000..542b5de
Binary files /dev/null and b/assets/images/preview2.png differ
diff --git a/assets/images/preview3.png b/assets/images/preview3.png
new file mode 100644
index 0000000..f5fffa7
Binary files /dev/null and b/assets/images/preview3.png differ
diff --git a/assets/images/preview4.png b/assets/images/preview4.png
new file mode 100644
index 0000000..79d4e46
Binary files /dev/null and b/assets/images/preview4.png differ
diff --git a/assets/images/preview5.png b/assets/images/preview5.png
new file mode 100644
index 0000000..a827025
Binary files /dev/null and b/assets/images/preview5.png differ