Minimalist is a Jekyll theme inspired by the Minimal theme
The Minimalist theme is a Jekyll theme inspired by the Minimal theme from GitHub. It offers a clean and minimalistic design for websites. You can preview the theme to see how it looks, and it is available for use today.
To install the Minimalist theme, you can choose from the following methods:
The simplest way to use the theme is through a Docker container. Please refer to the official Docker docs for installation instructions. After successful installation, execute the following command:
docker run -p 4000:4000 -it jekyll/minimalist
To use the Minimalist theme, follow these steps:
gem "jekyll-minimalist"
Run bundle install to install the plugin.
Add the following to your site’s _config.yml file to activate the plugin:
plugins:
- jekyll-minimalist
Note: If you are using a Jekyll version less than 3.5.0, use the gems key instead of plugins.
theme: jekyll-minimalist
bundle exec jekyll serve for local deployment.The Minimalist theme is a clean and minimalistic Jekyll theme inspired by the Minimal theme from GitHub. It offers easy installation and setup options, including Docker container support. The theme provides customizable features such as configuration variables, sidebar, stylesheet, and more. It is a great choice for those looking for a simple and elegant design for their websites.