From 8c3318daf08c2b57064bcfbb9e49e2f0fd7c20da Mon Sep 17 00:00:00 2001 From: deathrow Date: Fri, 11 Nov 2022 15:07:12 -0500 Subject: [PATCH] Update Gem --- Gemfile | 3 ++- _config.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 8d3e58e..76875c5 100644 --- a/Gemfile +++ b/Gemfile @@ -4,4 +4,5 @@ source "https://rubygems.org" gem 'jekyll' gem "jekyll-theme-potato-hacker" gem 'jekyll-feed' -gem 'jekyll-seo-tag' \ No newline at end of file +gem 'jekyll-seo-tag' +gem 'jekyll-remote-theme' \ No newline at end of file diff --git a/_config.yml b/_config.yml index 189ed7d..7174918 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,6 @@ repository: d-eathrow/anonymousland -theme: jekyll-theme-potato-hacker +remote_theme: luxedo/jekyll-theme-potato-hacker +#theme: jekyll-theme-potato-hacker theme_base: "dark" theme_switch: off blog: on