Minimal Jekyll theme optimized for performance, accessibility, usability and readability. https://nagekar.com
This product analysis is for the Elementary Jekyll template. The template was created with a focus on performance, accessibility, usability, readability, and simplicity. The goal of the template is to provide a lightweight and customizable solution for a personal blog. The template also includes features such as dark mode, scroll progress, and structured data. Installation instructions are provided for incorporating the template into an existing Jekyll site.
git submodule add https://github.com/abhn/Elementary-Jekyll.git elementary
theme: elementary
gem 'jekyll', '~> 3.8'
gem 'jekyll-paginate', '~> 1.1'
gem 'jekyll-feed', '~> 0.11'
gem 'html-proofer', '~> 3.8'
bundle install
exclude:
- elementary
bundle exec jekyll serve
The Elementary Jekyll template is a lightweight and customizable solution for a personal blog. It focuses on performance, accessibility, usability, readability, and simplicity. Features such as dark mode and reading progress slider add to the user experience. The installation process involves adding the template as a submodule, configuring Jekyll to use the theme, installing the required gems, and excluding the theme’s files from compilation. Overall, this template offers a clean and efficient option for creating a personal blog.