From 327e7062dfc36f8bebd537366d1f030b027a0c06 Mon Sep 17 00:00:00 2001 From: aetter Date: Mon, 20 May 2019 13:22:29 -0700 Subject: [PATCH] Adds Jekyll remote theme configuration, removes local theme configuration Note that local builds now throw invalid warnings as noted in: https://github.com/jekyll/jekyll/issues/7630 --- Gemfile | 1 + _config.yml | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 342caebe..cda8a2d3 100644 --- a/Gemfile +++ b/Gemfile @@ -20,6 +20,7 @@ gem "just-the-docs", "~> 0.2.5" # If you have any plugins, put them here! group :jekyll_plugins do # gem "jekyll-feed", "~> 0.6" + gem "jekyll-remote-theme" end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/_config.yml b/_config.yml index d64ad978..9bb9611b 100644 --- a/_config.yml +++ b/_config.yml @@ -23,10 +23,8 @@ permalink: pretty # Build settings markdown: kramdown remote_theme: pmarsceill/just-the-docs -theme: just-the-docs # Kramdown settings - kramdown: toc_levels: 2..3 @@ -44,6 +42,9 @@ ga_tracking: UA-135423944-1 # Adds on-hover anchor links to h2-h6 anchor_links: true +plugins: + - jekyll-remote-theme + # Exclude from processing. # The following items will not be processed, by default. Create a custom list # to override the default setting.