A modern blog platform featuring technical tutorials, project showcases, and industry insights built with Hexo.js and the Icarus theme.
Home → Blog → Case Studies → Tutorials → Resources → Projects → About
- 📝 Blog:
/blog/- Technical articles and insights - 🔬 Case Studies:
/case-studies/- In-depth project analysis - 📚 Tutorials:
/tutorials/- Step-by-step guides - 🛠️ Resources:
/resources/- Tools, libraries, templates
- Blog posts:
/blog/post-title/ - Case studies:
/case-studies/project-name/ - Resources:
/resources/resource-name/
- ✅ Social sharing buttons (Twitter, LinkedIn, Reddit, etc.)
- ✅ RSS feed integration
- ✅ Featured sections widget in sidebar
- ✅ SEO-optimized front-matter templates
- ✅ Professional scaffolds for different content types
source/
├── _posts/ # All posts (auto-categorized by front-matter)
│ ├── blog-posts.md # Regular blog content
│ ├── case-studies.md # Project deep-dives
│ └── resources.md # Tool/resource reviews
├── blog/index.md # Blog landing page
├── case-studies/index.md # Case studies landing
├── tutorials/index.md # Tutorials landing
├── resources/index.md # Resources landing
├── images/
│ ├── posts/ # Blog post images
│ ├── case-studies/ # Case study images
│ └── resources/ # Resource images
└── about/index.md # About page
---
title: "Your Post Title"
date: 2025-01-01
categories: [Web Development, Frontend]
tags: [React, JavaScript, Tutorial]
excerpt: "Brief description for SEO and previews"
cover: /images/posts/post-cover.jpg
featured: true
permalink: /blog/post-slug/
seo_title: "SEO Optimized Title"
seo_description: "Meta description for search engines"
------
title: "Project Name Case Study"
type: case-study
client: "Client Name"
project_duration: "3 months"
technologies: ["Next.js", "React", "TypeScript"]
metrics:
- name: "Performance"
before: "4.2s"
after: "1.6s"
improvement: "62%"
permalink: /case-studies/project-name/
------
title: "Tool/Resource Name"
type: resource
resource_type: "Tool" # Tool, Library, Template, Guide
difficulty: "Beginner" # Beginner, Intermediate, Advanced
permalink: /resources/resource-name/
---hexo new post "Your Blog Post Title"hexo new case-study "Project Name Case Study"hexo new resource "Tool Name Review"- ✅ Structured data for better search visibility
- ✅ Open Graph tags for social sharing
- ✅ Optimized permalinks
- ✅ Sitemap generation
- ✅ RSS feed
- ✅ Meta descriptions and keywords
# Clean and regenerate
hexo clean && hexo generate
# Deploy (when ready)
hexo deploy- Add Images: Create cover images for your posts in
/source/images/posts/ - Populate Content: Use the sample posts as templates for your real content
- Customize Categories: Update categories and tags to match your expertise
- Newsletter Integration: Consider adding a newsletter signup form
- Analytics: Monitor which sections perform best
- Framework: Hexo.js v8.0.0
- Theme: Icarus (customized)
- Styling: Stylus with custom variables
- Search: Algolia
- Analytics: Umami (privacy-respecting)
- Deployment: Vercel/Netlify
- Website: abdalkader.dev
- Email: hello@abdalkader.dev
- GitHub: github.com/abdalkaderdev
- LinkedIn: linkedin.com/in/abdalkaderdev
Your blog is now a professional knowledge hub that showcases your expertise across multiple content types, with clean navigation and SEO optimization! 🚀