From 3e2f20fc040732e069702ae3a96c91a81f96e395 Mon Sep 17 00:00:00 2001 From: Ske Date: Mon, 22 Jun 2020 14:43:46 +0200 Subject: [PATCH] Use standard Gem-style theme references --- docs/Gemfile | 1 + docs/Gemfile.lock | 7 +++++++ docs/_config.yml | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/Gemfile b/docs/Gemfile index a9a086ec..cb14560c 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,3 +1,4 @@ source "https://rubygems.org" gem 'github-pages', group: :jekyll_plugins gem 'wdm', '>= 0.1.0' if Gem.win_platform? +gem "just-the-docs" \ No newline at end of file diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index b8c888b3..afc5c9ec 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -191,6 +191,11 @@ GEM gemoji (~> 3.0) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) + just-the-docs (0.2.8) + bundler (~> 2.1.4) + jekyll (>= 3.8.5, < 4.1.0) + jekyll-seo-tag (~> 2.0) + rake (>= 12.3.1, < 13.1.0) kramdown (1.17.0) liquid (4.0.3) listen (3.2.1) @@ -212,6 +217,7 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (3.1.1) + rake (13.0.1) rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) @@ -243,6 +249,7 @@ PLATFORMS DEPENDENCIES github-pages + just-the-docs BUNDLED WITH 2.1.4 diff --git a/docs/_config.yml b/docs/_config.yml index 755a06c6..1135ac84 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,7 +1,7 @@ title: PluralKit baseurl: "" url: "https://pluralkit.me" -remote_theme: pmarsceill/just-the-docs +theme: just-the-docs search_enabled: true aux_links: