Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Jekyll theme for documentation built with material web components.
Material Docs is a free, open-source Jekyll theme for building documentation websites, built with material web components and published on RubyGems.
Material Docs is a Jekyll theme created specifically for documentation projects, combining Jekyll's static-site workflow with Material Design styling. It takes Markdown content and generates an HTML documentation site through Jekyll's build pipeline, making it suitable for hosting on GitHub Pages or any static host. The theme is developed by Fernando Pasik, released under the MIT license in 2020, and available as a Ruby gem and on GitHub.
remote_theme: fernandopasik/jekyll-theme-material-docs in your _config.yml to pull the theme directly from GitHub with the jekyll-remote-theme plugin.gem "jekyll-theme-material-docs" to your Gemfile, run bundle, and set theme in _config.yml to install it as a standard Jekyll theme.package.json.remote_theme in the site config.To get started, choose one of two installation paths in your Jekyll site. For the remote theme route, add remote_theme: fernandopasik/jekyll-theme-material-docs to _config.yml and include jekyll-remote-theme in your plugins list. For the gem route, add gem "jekyll-theme-material-docs" to your Gemfile, run bundle, and set theme: jekyll-theme-material-docs in _config.yml. Once configured, Jekyll processes your Markdown content into a static documentation site.
Yes, Material Docs is free and open source. It is released under the MIT license, which allows you to use, modify, and distribute the theme for both personal and commercial projects without paying fees.
There are two installation methods. To use it as a remote theme, set remote_theme: fernandopasik/jekyll-theme-material-docs in _config.yml and add jekyll-remote-theme to your plugins. To install it as a gem, add gem "jekyll-theme-material-docs" to your Gemfile, run bundle, and set theme in _config.yml.
Yes. Because it is a Jekyll theme, it works with GitHub Pages. The remote theme method is specifically designed for GitHub Pages, allowing you to use the theme by setting remote_theme and enabling the jekyll-remote-theme plugin.
Material Docs is maintained by Fernando Pasik, as shown in the license. The source code is hosted on GitHub and the project includes CI and security monitoring badges for quality assurance.
