From 97b65ee4c708bba1390a30664ab4fb795844e3d3 Mon Sep 17 00:00:00 2001 From: Christoph Gutmann Date: Tue, 20 Feb 2024 17:13:43 +0100 Subject: [PATCH] try millidocs-dark --- Gemfile | 3 +++ _config.yml | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7e7dd78..54fec87 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,8 @@ 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 c3f718c..2b54a89 100644 --- a/_config.yml +++ b/_config.yml @@ -26,7 +26,9 @@ url: "" # the base hostname & protocol for your site, e.g. http://example.com # Build settings markdown: kramdown -theme: minima +#theme: minima +#cg go dark https://jekyll-themes.com/flancast90/Millidocs-Dark/ +theme: millidocs-dark plugins: - jekyll-feed