From 32b35d7a540f9c5a5279ff79ae229e88fc413ce8 Mon Sep 17 00:00:00 2001 From: Sean Parent Date: Fri, 24 Jan 2025 16:19:40 -0800 Subject: [PATCH] Turning remote theme on again. --- docs/Gemfile | 2 +- docs/_config.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index 016c511f..c2555c5a 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -11,4 +11,4 @@ gem 'logger' # don't submit this line to the upstream repo ## [local-theme] Enable this line for local theme development -gem 'jekyll-theme-adobe-hyde', path: '../../themes' +# gem 'jekyll-theme-adobe-hyde', path: '../../themes' diff --git a/docs/_config.yml b/docs/_config.yml index 108996f6..2e20c617 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -17,8 +17,8 @@ twitter_username: SeanParent github_username: stlab ## [local-theme] To build locally, toggle these two lines -# remote_theme: adobe/hyde-theme@v2.0.2 -theme: jekyll-theme-adobe-hyde +remote_theme: adobe/hyde-theme@v3.0.0 +#theme: jekyll-theme-adobe-hyde exclude: - _source