A Jekyll Theme based on Material Design using Materialize.
The Jekyll Material Theme is a Jekyll theme that is based on Material Design and utilizes the Materialize framework. It offers features such as a cookie policy prompt, a tools and experience section, and customizable options in the _config.yml file. The theme is open source and available under the MIT License.
To install the Jekyll Material Theme, follow these steps:
Add the following line to your Jekyll site’s Gemfile:
gem 'jekyll-material-theme'
Add the following line to your Jekyll site’s _config.yml file:
theme: jekyll-material-theme
Execute the following command in your terminal:
bundle install
Alternatively, you can install the theme manually by running the following command:
gem install jekyll-material-theme
The Jekyll Material Theme is a Jekyll theme based on Material Design and the Materialize framework. It offers a visually appealing design, customizable options, and features such as a cookie policy prompt and a tools and experience section. The theme is easy to install and is available as open source under the MIT License.