From c3dc590c364ee58272559ab95d1f8324396b2846 Mon Sep 17 00:00:00 2001 From: Christoph Gutmann Date: Tue, 20 Feb 2024 17:26:40 +0100 Subject: [PATCH] Revert "try millidocs-dark" This reverts commit 97b65ee4c708bba1390a30664ab4fb795844e3d3. --- Gemfile | 3 --- _config.yml | 4 +--- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 54fec87..7e7dd78 100644 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,5 @@ source "https://rubygems.org" -#cg go dark -gem "millidocs-dark" - # Hello! This is where you manage which Jekyll version is used to run. # When you want to use a different version, change it below, save the # file and run `bundle install`. Run Jekyll with `bundle exec`, like so: diff --git a/_config.yml b/_config.yml index 2b54a89..c3f718c 100644 --- a/_config.yml +++ b/_config.yml @@ -26,9 +26,7 @@ url: "" # the base hostname & protocol for your site, e.g. http://example.com # Build settings markdown: kramdown -#theme: minima -#cg go dark https://jekyll-themes.com/flancast90/Millidocs-Dark/ -theme: millidocs-dark +theme: minima plugins: - jekyll-feed