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.
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.
Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.
Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading