Overview
minimal-categorized is a flexible Jekyll theme designed for sites with content easily aggregated into two categories. It focuses on separating these two categories while maintaining a minimal style and offering full customization. There is a demo available to preview the theme.
Features
- Flexible theme for Jekyll sites with content easily categorized into two main categories
- Minimal style with full customization options
- Supports three installation methods: as a ruby gem theme, as a remote theme (GitHub Pages compatible), or by forking/copying all theme files into your project
- Allows separation of content into categories and displays them on the home screen and menu
- Customizable menu options and contacts section
Installation
There are three ways to install the theme:
Ruby gem theme
- Add the following line to your Jekyll site’s Gemfile:
gem 'minimal-categorized' - Add the following line to your Jekyll site’s _config.yml file:
theme: minimal-categorized - Execute the command:
bundle install
- Add the following line to your Jekyll site’s Gemfile:
Remote theme (GitHub Pages compatible)
- In your Jekyll site’s _config.yml file, remove other themes and add the following entry:
remote_theme: creator/minimal-categorized
- In your Jekyll site’s _config.yml file, remove other themes and add the following entry:
Forking/Copying files
- Copy all the theme files into your project
Summary
minimal-categorized is a versatile Jekyll theme that allows easy categorization of content into two main categories. It offers a minimal design style that can be fully customized. Installation can be done as a ruby gem theme, as a remote theme, or by directly copying the theme files. The theme supports separation of content into categories, customizable menu options, and a contacts section. Developers can contribute to the project on GitHub and set up a development environment using bundle install.