From ea689982675206619bbfc585d87c6f3b295cd37f Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Wed, 5 Jul 2023 16:03:07 +0100 Subject: Update theme --- docs/Gemfile | 3 +++ docs/_config.yml | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 docs/Gemfile (limited to 'docs') diff --git a/docs/Gemfile b/docs/Gemfile new file mode 100644 index 00000000..d874b090 --- /dev/null +++ b/docs/Gemfile @@ -0,0 +1,3 @@ +source 'https://rubygems.org' + +gem "jekyll-default-layout" \ No newline at end of file diff --git a/docs/_config.yml b/docs/_config.yml index f6bcd927..7569680c 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,5 +1,7 @@ title: Quests documentation description: Documentation for the Quests plugin -remote_theme: pages-themes/minimal@v0.2.0 + +theme: just-the-docs + plugins: - - jekyll-remote-theme \ No newline at end of file + - jekyll-default-layout \ No newline at end of file -- cgit v1.2.3-70-g09d2