More Premium Hugo Themes Premium Jekyll Themes

Minimal Categorized

Jekyll minimal-categorized theme

Minimal Categorized

Jekyll minimal-categorized theme

Author Avatar Theme by itspatrq
Github Stars Github Stars: 14
Last Commit Last Commit: Feb 7, 2022 -
First Commit Created: Apr 22, 2023 -
Minimal Categorized screenshot

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:

  1. 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
      
  2. 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
      
  3. 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.