Overview:
The Jekyll Theme Mint is a clean and responsive theme designed for legibility and accessibility. It offers a simple and elegant design.
Features:
- Clean and Responsive: The theme provides a clean and responsive design that adjusts to different screen sizes.
- Customizable: Users can easily customize the theme by editing the _config.yml file to change the blog theme, accent color, date format, and more.
- Social Links: Users can add their social links by editing the _config.yml file.
- Disqus Integration: The theme allows users to enable Disqus comments on their site by adding their Disqus short name to the _config.yml file.
- Google Analytics Integration: Users can enable Google Analytics on their site by adding their tracking ID to the _config.yml file.
- Footer Page Links: Users have the option to display page links on the footer by adding a specific code to the front matter of the page.
Installation:
To install the Jekyll Theme Mint, follow these steps:
- Add the following line to your Jekyll site’s Gemfile:
gem 'jekyll-theme-mint' - Add the following line to your Jekyll site’s _config.yml file:
theme: jekyll-theme-mint - Execute the following command:This will install the required gem.
bundle install - Alternatively, you can install the theme directly by running:
gem install jekyll-theme-mint
Summary:
The Jekyll Theme Mint is a clean and responsive theme that offers customization options and integrates with Disqus and Google Analytics. It provides a simple and elegant design that prioritizes legibility and accessibility. The theme is available as open source under the MIT License.