Jekyll Theme Documentation screenshot

Jekyll Theme Documentation

Author Avatar Theme by Marella
Updated: 12 Mar 2023
20 Stars

A Jekyll theme for hosting documentation on GitHub Pages.

Categories

Overview:

The Jekyll Theme Documentation is a theme designed for hosting documentation on GitHub Pages. It provides users with a clean and organized layout to showcase their documentation. Users can preview the theme to see how it looks and easily use it for hosting their documentation.

Features:

  • Clean and organized layout
  • Easy to navigate
  • Customizable design
  • Responsive design for mobile devices

Installation:

To install the Jekyll Theme Documentation, follow these steps:

  1. Add the following code to your site’s _config.yml file:

    theme: jekyll-theme-documentation
    
  2. Optionally, if you want to preview your site on your computer, add the following code to your site’s Gemfile:

    gem "jekyll-theme-documentation", "~> 0.1"
    
  3. Configure the necessary variables in your site’s _config.yml file:

    • Set permalink: pretty when nav is set.
    • See the example _config.yml file for more details.
  4. Configure the necessary variables in your page’s YAML front matter:

    • Set permalink: / for README when nav is set.
    • See the example _config.yml file for more details.

Summary:

The Jekyll Theme Documentation is a user-friendly and visually appealing theme for hosting documentation on GitHub Pages. With its clean and organized layout, users can easily showcase their documentation and navigate through it effortlessly. The theme is also customizable and responsive, ensuring a seamless viewing experience on both desktop and mobile devices. To install the theme, follow the provided installation guide and configure the necessary variables in your site’s _config.yml and page’s YAML front matter.