Jekyll Dash screenshot

Jekyll Dash

Author Avatar Theme by Bitbrain
Updated: 11 Apr 2024
307 Stars

Light and dark blog theme for Jekyll, inspired by Dash UI for Atom.

Categories

Overview

This article is an analysis of a dark and light theme for Jekyll. The theme is inspired by Dash UI for Atom and includes features such as dark/light mode, right-to-left support, tags, pagination, syntax highlighting, customizable avatar box, and social links. The article provides installation instructions and configuration options for using the theme on Jekyll sites and Github Pages. It also includes additional features like tagging and displaying Gravatar pictures, and addresses common issues and solutions in the FAQ section.

Features

  • Dark/Light Mode: Allows users to switch between dark and light themes.
  • Right-to-Left (RTL) Support: Supports right-to-left languages and layouts.
  • Tags: Allows categorization of posts using tags.
  • Pagination: Enables pagination for organizing and browsing posts.
  • Syntax Highlighting: Highlights code syntax for improved readability.
  • Customizable Avatar Box: Provides a box for displaying a customizable avatar.
  • Social Links: Allows users to add links to their social media profiles.

Installation

To install the theme, add the following line to the Gemfile of your Jekyll site:

For Jekyll 3:

gem 'the-theme-name', '~> x.x.x'

For Jekyll 4:

gem "the-theme-name", git: "https://github.com/username/the-theme-name"

Additionally, add the following line to the _config.yml file of your Jekyll site:

theme: the-theme-name

To execute the installation, run the following command:

bundle install

Alternatively, the theme can be installed manually by cloning the repository and copying the files.

Summary

This article analyzes a dark and light theme for Jekyll inspired by Dash UI for Atom. It outlines the key features of the theme, provides installation instructions for Jekyll 3 and 4, and explains how to configure the theme for use on Github Pages. The article also mentions additional features like tagging and displaying Gravatar pictures. The FAQ section addresses common issues users may encounter during installation and configuration. Overall, this theme offers a customizable and aesthetically pleasing option for Jekyll users looking to enhance the visual appeal and functionality of their sites.