Skip to content

julien-deramond/ods-jekyll-theme

 
 

Repository files navigation

Theme for Jekyll

A Jekyll implementation template powered by Boosted.

Based on Boosted v5.2.2.

To use the theme template in your project

  • Start by adding the theme in your _config.yml
remote_theme: xxx/ods-boosted-theme
  • In your markdown pages your can add some metadata into the header
---
layout: detail
title: Page title
description: Page description
---

To test the theme locally

bundle install
bundle exec jekyll serve \
    -H 0.0.0.0 \
    --trace \
    --watch \
    --force_polling \
    --livereload \
    --livereload-port 4001

Check on Github Pages

Here is a sample page using this theme on Github Pages

About

Orange Design System theme for Jekyll documentation

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • SCSS 59.8%
  • HTML 28.0%
  • Ruby 12.2%