Skip to content

aridjayah/hijab

Repository files navigation

Hijab

Hijaby is a modern Jekyll-based website focused on hijab fashion, modest style inspiration, and beautiful hijab gallery content. Built for simplicity, speed, and scalability, this project is ideal for content creators who want to publish large amounts of visual fashion content.


🌐 Live Website

👉 https://aridjaya.com/hijab


✨ Features

  • Clean and responsive design (based on Jekyll)
  • Optimized for modest fashion / hijab niche
  • Supports external & local images
  • SEO-friendly structure (sitemap, feed, meta tags)
  • Pagination ready
  • Fast loading and lightweight
  • Easy content management using Markdown

📁 Project Structure

.
├── _posts/           # Blog posts (Markdown files)
├── _pages/           # Static pages (About, Contact, etc.)
├── assets/           # Images, CSS, JS
├── _layouts/         # Layout templates
├── _includes/        # Reusable components
├── _config.yml       # Main configuration
└── index.html        # Homepage

📝 Creating a New Post

Add a new file inside _posts/ with this format:

YYYY-MM-DD-title.md

Example:

2026-04-30-beautiful-hijab-style.md

Front Matter Example

---
layout: post
title: "Beautiful Hijab Style Inspiration"
author: hijabteam
categories: hijab
image: https://example.com/image.jpg
---

You can use:

  • Local images → assets/images/...
  • External images → https://...

⚙️ Configuration

Edit _config.yml to update:

  • Site name
  • Description
  • Author
  • Base URL (/jilbab if used in subfolder)
  • Social media links
  • Pagination settings

🚀 Deployment

This site is automatically deployed using GitHub Pages.

Steps:

  1. Push your changes to main branch

  2. GitHub will build and deploy the site

  3. Access via:

    https://aridjaya.com/hijab
    

📸 Image Support

The theme supports:

  • ✅ Local images
  • ✅ External CDN images (Google, etc.)

Make sure image field in post:

image: https://lh3.googleusercontent.com/your-image.jpg

📈 SEO Optimization

  • Jekyll SEO Tag enabled
  • Sitemap auto-generated
  • RSS Feed included
  • Clean URL structure
  • Fast performance

📬 Contact

For collaboration or inquiries:

📧 Email: admin@yourdomain.com 🌍 Website: https://aridjaya.com/hijab


📄 License

This project is open-source and available for personal or commercial use.


❤️ Credits

  • Jekyll
  • GitHub Pages
  • Inspired by modern modest fashion communities

Built for creativity, simplicity, and inspiration in modest fashion.

Releases

No releases published

Packages

 
 
 

Contributors