From 06f3ef4e40493128e0e8beaa47a6eb2d11c89c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20J=C3=BCnger?= Date: Tue, 17 Dec 2024 01:32:18 +0100 Subject: [PATCH] Add remote theme plugin --- docs/Gemfile | 1 + docs/_config.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Gemfile b/docs/Gemfile index 77002c3..c1d5b4b 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -18,6 +18,7 @@ group :jekyll_plugins do gem "jekyll-feed", "~> 0.12" end +gem "jekyll-remote-theme" gem "just-the-docs" # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/docs/_config.yml b/docs/_config.yml index 4387400..8083629 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -31,7 +31,8 @@ github_username: strohne # theme: just-the-docs remote_theme: just-the-docs/just-the-docs -# plugins: +plugins: + - jekyll-remote-theme # - jekyll-feed defaults: