I recently needed a personal blog. I wanted something minimal, fast, and easy to customize. Most Jekyll themes felt outdated or overly complex, so I built my own.
Meet al-minimal
A modern Jekyll theme powered by Tailwind CSS, designed specifically for developers who want to focus on writing, not theme configuration.
Why Another Jekyll Theme?
Problem 1: Outdated Design
Most Jekyll themes look like they're from 2015. I wanted something that feels modern with a clean dark theme.
Problem 2: Configuration Hell
Many themes require hours of tweaking. I wanted something that works out of the box.
Problem 3: GitHub Pages Compatibility
Lots of themes don't deploy smoothly on GitHub Pages. This one does, with GitHub Actions handling everything automatically.
Features
π¨ Modern Design
- Clean, minimal interface
- Beautiful dark theme
- Mobile-first responsive design
- Built with Tailwind CSS (utility-first approach)
π Content Focused
- Markdown blog posts
- Pagination (10 posts per page)
- Auto-generated table of contents
- Tags system for organization
- Projects portfolio section
π Developer Experience
- One-click setup with GitHub template
- Automated GitHub Actions deployment
- Clean URLs (no
.htmlextensions) - Fast and lightweight
- Comprehensive documentation
π SEO & Sharing
- Automatic sitemap generation
- Meta tags for social sharing
- RSS feed
- Twitter, LinkedIn, Facebook, Reddit, Telegram sharing
Quick Start
1. Use the Template
Click "Use this template" on the GitHub repo and name it yourusername.github.io
2. Configure
Edit _config.yml:
title: Your Name
email: your-email@example.com
url: "https://yourusername.github.io"
icon: βοΈ
social:
- icon: fa-brands fa-github
link: https://github.com/yourusername
name: GitHub
3. Add Content
Create _posts/2025-01-15-my-first-post.markdown:
---
layout: post
title: "My First Post"
date: 2025-01-15 10:00:00 +0000
tags: [tutorial, getting-started]
excerpt: "A brief description"
---
Your content here...
4. Deploy
Push to GitHub. Actions deploys automatically to https://yourusername.github.io
That's it! π
Technical Decisions
Why Tailwind CSS?
- Utility-first: No writing custom CSS
- Consistent: Design tokens built-in
- Flexible: Easy to customize
- Modern: Keeps the theme contemporary
Why Jekyll?
- GitHub Pages native support
- No server required
- Simple and reliable
- Markdown-based
Project Structure
.
βββ _includes/ # Reusable components
βββ _layouts/ # Page templates
βββ _posts/ # Blog posts
βββ _projects/ # Portfolio projects
βββ assets/ # CSS, images
βββ docs/ # Documentation
βββ _config.yml # Configuration
Documentation
I wrote comprehensive guides:
What's Next?
Considering adding:
- Dark/light theme toggle
- Search functionality
- Series/multi-part posts
- Reading time estimates
What features would you want? Drop a comment!
Try It Out
π GitHub: https://github.com/alihtt/al-minimal
π License: MIT (use it however you want!)
β Star it if you find it useful!
Top comments (0)