YOUR BLOG TITLE HERE
+ ++ Your blog post summary goes here. Write 150-200 words that give readers + a preview of what the full article covers. Make it engaging! +
+ Read full article → +diff --git a/CNAME b/CNAME
new file mode 100644
index 0000000..715dcf6
--- /dev/null
+++ b/CNAME
@@ -0,0 +1 @@
+adamu.tech
\ No newline at end of file
diff --git a/PORTFOLIO_GUIDE.md b/PORTFOLIO_GUIDE.md
new file mode 100644
index 0000000..e018a7c
--- /dev/null
+++ b/PORTFOLIO_GUIDE.md
@@ -0,0 +1,340 @@
+# Portfolio Management Guide
+
+This guide shows you how to update and manage your portfolio at `adamu.tech`.
+
+## 📁 File Structure
+
+```
+adab-tech.github.io/
+├── index.html # Main portfolio page (edit this!)
+├── CNAME # Domain configuration (adamu.tech)
+├── assets/ # Create this folder for your files
+│ ├── cv/ # Store your CV here
+│ ├── images/ # Store images here
+│ └── blog/ # Optional: blog assets
+└── PORTFOLIO_GUIDE.md # This guide
+```
+
+## 🎯 How to Update Content
+
+### 1. Update Your CV
+
+**Step 1:** Create the assets folder structure
+```bash
+mkdir -p assets/cv
+```
+
+**Step 2:** Add your CV file
+- Save your CV as PDF: `assets/cv/adamu-danjuma-cv.pdf`
+- Or use your name: `assets/cv/Adamu_Danjuma_Resume.pdf`
+
+**Step 3:** The CV download link is already configured in `index.html` (line 529):
+```html
+Download CV
+```
+
+**To update:** Just replace the PDF file in `assets/cv/` folder.
+
+---
+
+### 2. Add a New Blog Post
+
+**Find the Blog Section** in `index.html` (around line 630-690)
+
+**Copy this template:**
+```html
+
+ Your blog post summary goes here. Write 150-200 words that give readers
+ a preview of what the full article covers. Make it engaging!
+ YOUR BLOG TITLE HERE
+
+
+ A brief description of what inspired this poem or its themes. +
++ Your personal introduction here... +
++ More about your work and expertise... +
+``` + +**Update the expertise list:** +```html +Project description goes here...
+
+```
+
+### Add a New Page
+
+1. Create new file: `about.html`
+2. Link to it from `index.html`:
+```html
+About
+```
+
+---
+
+## 🔗 External Blog Links
+
+If you publish on external platforms:
+
+**Medium:** Link directly to your articles
+```html
+Read full article →
+```
+
+**Dev.to:** Same approach
+```html
+Read full article →
+```
+
+**LinkedIn:** Link to LinkedIn articles
+```html
+Read full article →
+```
+
+---
+
+## 💡 Common Tasks
+
+### Task: Update Email for Contact Form
+
+**Find:** Line 713
+```html
+