Oscailte
A powerful, clean, and responsive Jekyll theme.

Skip to main content

Oscailte can be installed either as a remote theme, or directly into your Jekyll site via Gemfile. Which way you choose depends entirely on how you build and host your site.

Install as Remote Theme

If you build and host your Jekyll site using Github Pages, installing Oscailte as a remote theme is probably the quickest and easiest way (since Jekyll Remote Theme is enabled by default on Github Pages).

Add the following to your site’s _config.yml to activate Oscailte

remote_theme: coogie/oscailte

Alternatively, if you build your Jekyll site via CI pipeline (or manually), you can install Oscailte into your site via Gemfile.

Install via Gemfile

  1. Add this line to your Jekyll site’s Gemfile:
    gem "oscailte"
    
  2. And add this line to your Jekyll site’s _config.yml:
    theme: oscailte
    
  3. And then execute:
    bundle
    
  4. Or install it yourself as:
    gem install oscailte