So Simple Theme screenshot

So Simple Theme

Author Avatar Theme by Mmistakes
Updated: 22 Apr 2024
2091 Stars

A simple Jekyll theme for words and pictures.

Categories

Overview

So Simple Jekyll Theme is a minimalist theme designed for Jekyll websites. It focuses on providing clean and readable typography, as well as various layouts to showcase your content. The theme offers features like microformats markup for machine readability, Disqus comments, Google Analytics support, and SEO best practices. Additionally, it provides customization options to tailor the theme to your specific needs.

Features

  • Variety of layouts: So Simple offers a range of layouts to present your content in a visually appealing way.
  • Clean and readable typography: The theme prioritizes legibility and provides a pleasant reading experience.
  • Microformats markup: So Simple includes microformats markup to make your post content machine-readable and easily discoverable.
  • Disqus Comments and Google Analytics support: You can easily integrate Disqus comments and Google Analytics into your website.
  • SEO best practices: The theme follows SEO best practices, helping improve the visibility of your website in search engine rankings.
  • Customization options: So Simple allows you to customize the theme to suit your preferences and make it your own.

Installation

To install So Simple Jekyll Theme, follow one of the methods below:

Ruby Gem Method:

  1. Add the following line to your Jekyll site’s Gemfile (or create one if it does not exist):
gem "so-simple-theme"
  1. Add the following line to your Jekyll site’s _config.yml file:
theme: so-simple-theme
  1. Run Bundler to install the theme gem and its dependencies.

GitHub Pages Method:

  1. Replace the gem "jekyll" line in your Gemfile with the following line:
remote_theme: "mmistakes/so-simple-theme@3.2.0"
  1. Run bundle update to install all the necessary gems.

  2. Add remote_theme: "mmistakes/so-simple-theme@3.2.0" to your _config.yml file. Remove any other theme or remote_theme entries.

Note: If you are hosting multiple Jekyll sites under the same GitHub username, you will need to use Project Pages instead of User Pages. Refer to GitHub’s documentation for more details on how to set this up.

Summary

So Simple Jekyll Theme is a minimalist theme that offers a variety of layouts and clean typography to showcase your content effectively. It includes features like microformats markup, Disqus Comments, Google Analytics support, and follows SEO best practices. Installing the theme is straightforward, either through Ruby gem or GitHub Pages methods. With customization options available, you can easily make So Simple your own.