A modern, high customizable, responsive Jekyll theme for documentation with built-in search.
The Just the Docs theme is a simple and easy way to create a new website. It provides a clean and minimal design that focuses on showcasing content. The theme can be used to create sites for various purposes, such as documentation, blogs, or personal websites. It offers customization options and can be easily published on GitHub Pages.
To create a new website using the Just the Docs theme, you can use the template provided. Simply click on “use the template” and follow the instructions in the template README file. You don’t need to clone or fork the Just the Docs repo unless you want to browse the theme docs locally or contribute to its development.
Alternatively, you can install the theme as a Ruby Gem without creating a new site. Add the following line to your Jekyll site’s Gemfile:
gem 'just-the-docs'
Then, add this line to your Jekyll site’s _config.yml:
theme: just-the-docs
Execute the following command to install the gem:
bundle install
Or you can install it directly:
gem install just-the-docs
For detailed usage information, refer to the documentation provided with the theme.
Contributions such as bug reports, proposals of new features, and pull requests are welcome on the GitHub repository. Contributors are expected to adhere to the Contributor Covenant code of conduct. When submitting code changes, it is recommended to follow the process described in the repository’s guidelines.
The Just the Docs theme offers a simple and minimalistic design for creating websites, particularly for documentation purposes. It can be easily installed and customized using both the template and RubyGems. The theme provides a gem-based approach and includes a built-in GitHub Pages / Actions workflow for easy publishing on GitHub Pages. Overall, Just the Docs is a user-friendly and flexible theme for anyone looking to create a clean and content-focused website.