Light and dark blog theme for Jekyll, inspired by Dash UI for Atom.
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.
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.
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.