open-life-science / ols-theme

MIT License
0 stars 2 forks source link

OLS Theme Documentation

Welcome!

This is the documentation for ols-theme, a customisable Jekyll theme developed for OLS. It provides a consistent and professional look for all websites connected to the organisation.

Getting Started

To use ols-theme in your Jekyll project, follow these steps:

Installation

  1. Add this line to your Jekyll site's Gemfile:
gem "ols-theme"
  1. Add this line to your Jekyll site's _config.yml:
theme: ols-theme
  1. Execute:
    $ bundle

Or install it yourself as:

    $ gem install ols-theme

Development

To see if the installation has been done correctly:

  1. Start a Jekyll server with

    $ bundle exec jekyll serve
  2. Preview the site by opening your browser at http://localhost:4000

Theme Structure

Customisation

It is possible to modify the theme files, layouts, includes, and assets to match your organisation's branding and requirements.

Contributing

Bug reports and pull requests are welcome on GitHub. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Code of conduct.

Support and Feedback

If you encounter any issues or have suggestions for improvements, please feel free to reach out to us at team@we-are-ols.org. We value your feedback and are here to assist you.

Thank you!