A Jekyll implementation template powered by Boosted.
Based on Boosted v5.2.2.
- 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
---
bundle install
bundle exec jekyll serve \
-H 0.0.0.0 \
--trace \
--watch \
--force_polling \
--livereload \
--livereload-port 4001
Here is a sample page using this theme on Github Pages