Gem Name: jekyll-theme-zer0
Version: 0.5.0
Publication Date: October 25, 2025
Status: β
Successfully Published to RubyGems.org
Gem Package: jekyll-theme-zer0-0.5.0.gem
File Size: 3.9 MB
RubyGems URL: https://rubygems.org/gems/jekyll-theme-zer0
Owner: amr@it-journey.dev
Publication Status: Successfully registered
Remote Verification: β
Available on RubyGems search
GitHub Release: v0.5.0
Release Title: "v0.5.0: Comprehensive Sitemap Integration"
Release Assets: jekyll-theme-zer0-0.5.0.gem uploaded successfully
GitHub URL: https://github.com/bamr87/zer0-mistakes/releases/tag/v0.5.0
Status: β
Release updated with gem asset
# Add to Gemfile
gem "jekyll-theme-zer0", "~> 0.5.0"
# Or install directly
gem install jekyll-theme-zer0
# _config.yml
theme: jekyll-theme-zer0
# or for GitHub Pages
remote_theme: bamr87/zer0-mistakes
# Create new site with theme
jekyll new my-site
cd my-site
echo 'gem "jekyll-theme-zer0", "~> 0.5.0"' >> Gemfile
bundle install
bundle exec jekyll serve
v0.5.0 (2025-10-25): Comprehensive Sitemap Integration
- Major navigation enhancement
- Site statistics dashboard
- Interactive content discovery
- Mobile and accessibility improvements
v0.4.0 (2025-10-10): Previous stable release
v0.3.0: Feature enhancements
v0.2.1: Bug fixes and improvements
v0.2.0: Initial stable release
Primary Layout: sitemap-collection.html
Key Components:
- Site statistics dashboard
- Interactive sitemap with advanced search
- Collections overview with item previews
- Content analysis tools (categories/tags)
- Recent activity feed
- Optional advanced analytics integration
Dependencies:
- Jekyll (>= 4.0)
- Bootstrap 5 (CDN loaded)
- Bootstrap Icons (CDN loaded)
- Modern browser with ES6+ support
Front Matter Support:
- Collection organization
- Custom layouts and templates
- SEO optimization
- Social media integration
- Performance hints and optimization
CSS Framework:
- Bootstrap 5 responsive design
- CSS custom properties for theming
- Dark mode support
- Print optimization
- Mobile-first responsive approach
# sitemap.md
---
title: Site Map
layout: sitemap-collection
collection: all
permalink: /sitemap/
---
# Complete Site Overview
Welcome to the comprehensive site map with statistics and navigation tools.
# _data/navigation/main.yml
- title: Site Map
url: /sitemap/
icon: bi-map
sublinks:
- title: Statistics
url: /stats/
- title: Content Overview
url: /sitemap/
# Any collection page
---
layout: sitemap-collection
collection: posts # or specific collection name
---
This page will display the collection with integrated statistics and navigation.
Technical Guides:
- COMPREHENSIVE_SITEMAP_INTEGRATION.md: Implementation details
- SITEMAP_ENHANCEMENT_SUMMARY.md: Feature overview
- CICD_RELEASE_SUMMARY_v0.5.0.md: Release process documentation
Feature Documentation:
- pages/_about/features/sitemap.md: User guide
- pages/_about/features/README.md: Features overview
- README.md: Project overview and quick start
Implementation Examples:
- _layouts/sitemap-collection.html: Complete layout example
- _includes/content/sitemap.html: Interactive component
- pages/sitemap.md: Usage example
Repository: https://github.com/bamr87/zer0-mistakes
Issues: https://github.com/bamr87/zer0-mistakes/issues
Discussions: https://github.com/bamr87/zer0-mistakes/discussions
License: MIT (open source)
Contributions: Welcome (see CONTRIBUTING.md)
gem install jekyll-theme-zer0bundle add jekyll-theme-zer0remote_theme: bamr87/zer0-mistakesbundle install_config.yml with theme settingsπ― The comprehensive sitemap integration in jekyll-theme-zer0 v0.5.0 is now live on RubyGems and ready for the Jekyll community!
This release represents a significant enhancement to Jekyll theme capabilities, providing users with powerful tools for site organization, content discovery, and visitor navigation through a modern, accessible, and feature-rich interface.