Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Minimal one-column responsive Jekyll theme for personal blogs, inspired by Hyde and Medium.
Mickey is a minimal one-column, responsive Jekyll theme for personal blogs, inspired by Hyde, Medium, and Squarespace. It pairs a typography-focused reading experience with Gulp-based build automation and a clean front matter schema for posts.
Mickey is a Jekyll theme that turns a standard Jekyll site into a minimalist blog. It takes Markdown posts with front matter (layout, title, date, last_modified_at, excerpt, categories, tags, image, bgContrast) and renders them as a responsive, one-column static site with featured images and custom typography. The theme requires Jekyll 2.x and uses Gulp for compiling Sass, resizing images, and live-reloading via BrowserSync. It is authored by Vincent Chan and released under the MIT license.
logo-white.svg, logo-black.svg, logo-text-white.svg, and logo-text-black.svg in assets/images/ to rebrand the site without touching layout code.typebase.css, with overrides in _scss/_typography.scss for fonts and type scale.class="largeQuote" for a large featured quote, or the normal style with the u--startsWithDoubleQuote utility class for hanging punctuation.img--14xLeading to set image height relative to the text leading, as documented in _scss/_images.scss.assets/images/hero and outputs thumbnails to assets/images/thumbnails automatically.bgContrast), and gradient opacity (bgGradientOpacity) for cover treatments._scss/), Gulp tasks, and a straightforward _config.yml._scss/_typography.scss and _scss/_images.scss to adjust fonts, type scale, and image sizing behavior.Installation follows a typical Jekyll theme workflow: fork the Mickey repo and clone it locally, run npm install to fetch the dependencies in package.json, update _config.yml with your site info, and replace the demo posts and pages. During development, run gulp — it compiles the Jekyll site, compiles Sass into assets/css/main.css, generates post thumbnails, launches BrowserSync, and watches files for changes.
Yes, Mickey is open sourced under the MIT license, so you can use, modify, and redistribute it freely as long as you retain the license text. The repository also includes a disclaimer noting it is not affiliated with Disney.
Mickey requires Jekyll 2.x. If you are on an older version, the README recommends running gem update jekyll or gem install jekyll before using the theme.
Place your own SVG files in assets/images/ and overwrite logo-white.svg, logo-black.svg, logo-text-white.svg, and logo-text-black.svg. The theme picks them up automatically.
Gulp's image resize package processes featured images placed in assets/images/hero and creates resized versions in assets/images/thumbnails as part of the gulp command.
