Skip to content

torieketcham/ioos_jekyll_theme

 
 

Repository files navigation

Jekyll theme for IOOS GitHub pages

This repo holds the common Jekyll theme code for IOOS GitHub.io documentation sites. The IOOS theme is based on IOOS' fork of the 'Minimal Mistakes' Jekyll theme originally developed for the IOOS Catalog documentation site.

An example version of this template is available here: https://ioos.github.io/ioos_jekyll_theme.

Instructions for downloading and creating your own documentation site based on this template code is available at the IOOS Jekyll Template Getting Started page.

These instructions outline two approaches available for developing a GitHub Pages site based on this template:

  1. using a full Ruby/Jekyll development environment on your workstation (benefit is more rapid iteration of site content changes).
  2. modifying markdown and template config files via text editor and pushing modifications to your repository 'gh-pages' branch to leverage GitHub Pages' Jekyll environment to render the results live (eg. https://ioos.github.io/your_repo_name).

Both approaches involve downloading/cloning the 'gh-pages' branch of this repository, which is a mock-up documentation site based on the template code contained in the 'master' branch. The 'gh-pages' branch has an internal git submodule reference to the master branch with the template code.

Updates to the IOOS GitHub Pages based documentation sites that use this template can be managed more easily due to the submodule reference to a single template code base. The workflow is to update the master branch template code, followed by running git submodule update commands in each of the downstream repositories.

About

Jekyll theme for IOOS GitHub pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 42.7%
  • HTML 29.5%
  • JavaScript 27.5%
  • Ruby 0.3%