Simple and clean Jekyll theme compatible with GitHub Pages.
Kagami is a simple and clean theme for Jekyll and GitHub Pages. It offers a range of features and customization options to create a visually appealing website.
To install the Kagami theme in your Jekyll site, follow these steps:
gem 'jekyll-theme-kagami'
_config.yml file:theme: jekyll-theme-kagami
bundle install
Alternatively, you can install the theme manually by downloading the latest gem file from https://rubygems.org/gems/jekyll-theme-kagami and running the following command in your Jekyll site project folder:
gem unpack [path-to-downloaded-gem-file] --target=.
Make sure to delete the line theme: ... in your _config.yml file if you choose this method.
Please note that when using GitHub Pages, the Jekyll build is integrated with limited function. To use the theme with GitHub Pages hosted sites, refer to the provided instructions on the official GitHub repository.
Kagami is a simple and clean theme for Jekyll and GitHub Pages that offers a range of features for customization. It provides options for social account links, syntax highlighting, comment services, Google Analytics integration, navigation bar customization, filtering by tags and categories, MathJax support, mermaid diagrams, and additional elements for enhanced writing. The installation process involves adding the theme to the Jekyll site’s Gemfile and configuring it in the _config.yml file.