Minima screenshot

Minima

Author Avatar Theme by Jekyll
Updated: 2 May 2025
3645 Stars

Minima is a one-size-fits-all Jekyll theme for writers.

Overview

The Minima theme is a Jekyll site theme that allows users to quickly set up a new Jekyll site with zero-configuration. It includes all the necessary files and directories to get a site up and running. The theme provides different layouts for different pages, such as the base layout, home layout, page layout, and post layout. It also includes various code snippets that can be inserted into different layouts.

Features

  • Scaffolded by the jekyll new-theme command
  • Includes necessary files and directories for a new Jekyll site
  • Different layouts for different pages
  • Code snippets for Disqus comments, footer, Google Analytics, and more

Installation

To install the Minima theme, add the following line to your Jekyll site’s Gemfile:

gem "minima"

Then, execute the following command:

$ bundle install

Summary

The Minima theme is a versatile Jekyll site theme that provides all the necessary files and layouts to set up a new site with zero-configuration. It includes features such as different layouts for different pages and code snippets for common elements. To install the theme, simply add it to your Gemfile and run bundle install.