Jekyll theme for my personal website: imdhemy.com.
All documentation lives in the docs/ directory.
The theme also ships with a reusable SEO foundation:
-
canonical URLs
-
layout-aware meta descriptions and social previews
-
JSON-LD for home, posts, breadcrumbs, and collection pages
-
sitemap support via
jekyll-sitemap -
configurable robots and social image defaults
The gem also ships an optional image optimization executable for downstream sites:
bundle exec imdhemy-image path/to/image.jpg
bundle exec imdhemy-image --recursive assets/images
bundle exec imdhemy-image --dry-run path/to/imagesThe tool is opt-in and intended for projects using the theme. It is not part of the theme render pipeline.
A complete runnable example is available in example/.
Use the local workflow documented in Getting Started.
The theme is available as open source under the terms of the MIT License.