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.
- 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
.
├── _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
Add a new file inside _posts/ with this format:
YYYY-MM-DD-title.md
Example:
2026-04-30-beautiful-hijab-style.md
---
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://...
Edit _config.yml to update:
- Site name
- Description
- Author
- Base URL (
/jilbabif used in subfolder) - Social media links
- Pagination settings
This site is automatically deployed using GitHub Pages.
Steps:
-
Push your changes to
mainbranch -
GitHub will build and deploy the site
-
Access via:
https://aridjaya.com/hijab
The theme supports:
- ✅ Local images
- ✅ External CDN images (Google, etc.)
Make sure image field in post:
image: https://lh3.googleusercontent.com/your-image.jpg- Jekyll SEO Tag enabled
- Sitemap auto-generated
- RSS Feed included
- Clean URL structure
- Fast performance
For collaboration or inquiries:
📧 Email: admin@yourdomain.com 🌍 Website: https://aridjaya.com/hijab
This project is open-source and available for personal or commercial use.
- Jekyll
- GitHub Pages
- Inspired by modern modest fashion communities
Built for creativity, simplicity, and inspiration in modest fashion.