From f17f5954192eac50d10ad787618e170738a25d62 Mon Sep 17 00:00:00 2001 From: vcncolin Date: Tue, 2 Jul 2024 09:58:55 +0200 Subject: [PATCH] dark theme reverse --- Gemfile | 2 +- _config.yml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index c7e2cd2..a37faa3 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ source "https://rubygems.org" #gem "jekyll", "~> 4.3.3" gem "github-pages", "~> 231", group: :jekyll_plugins # This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 3.0" + # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. # gem "github-pages", group: :jekyll_plugins diff --git a/_config.yml b/_config.yml index e709984..5d51901 100644 --- a/_config.yml +++ b/_config.yml @@ -26,15 +26,13 @@ description: >- # this means to ignore newlines until "baseurl:" Google search results) and in your feed.xml site description. baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com -linkedin_username: jekyllrb +linkedin_username: vincent-g-colin github_username: vcncolin # Build settings theme: minima plugins: - jekyll-feed -minima: - skin: dark # or auto if you want it to switch with your system settings. # Exclude from processing.