baagaard-usgs / just-the-docs

A modern, high customizable, responsive Jekyll theme for documention with built-in search.

Home Page:https://pmarsceill.github.io/just-the-docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom version of just-the-docs

This fork is a custom version of pmarsceill/just-the-docs. We customize the title banner, navigation side bar, and footer.

Title banner

We add variables to define the layout of the full-width title banner:

  • title-background-color Background color for title banner (default: black).
  • title-color Color of text in title banner (default: white).
  • title-height Height of title banner (default: 3.0rem).
  • title_image Relative URL for image to use in title banner.

The background color, color, and height should be set using the color scheme. The image URL should be set in _config.yml.

Site navigation

The site navigation (table of contents) is generated manually using a three-level navigation list. Note that we use subitems and subsubitems for the list structure.

Footer

The footer include the software version and time stamp of when the documentation was generated. The software version is set using software-version in _config.yml.

Sites using baagaard-usgs/just-the-docs

These sites may require updating when this fork is changed.

Installation

Add this line to your Jekyll site's Gemfile:

gem "just-the-docs"

And add this line to your Jekyll site's _config.yml:

remote_theme: baagaard-usgs/just-the-docs

And then execute:

$ bundle

Or install it yourself as:

$ gem install just-the-docs

View Jekyll site locally

To view the Jekyll site locally (for example from your docs directory), run:

$ bundle exec jekyll serve

Documentation

See pmarsceill/just-the-docs/ for additional documentation.

License

The theme is available as open source under the terms of the MIT License.

About

A modern, high customizable, responsive Jekyll theme for documention with built-in search.

https://pmarsceill.github.io/just-the-docs/

License:MIT License


Languages

Language:CSS 61.5%Language:JavaScript 19.0%Language:HTML 12.7%Language:Ruby 6.4%Language:Liquid 0.3%Language:Shell 0.2%