From ab069dcb356e7d8552eb41e29d4194def732b754 Mon Sep 17 00:00:00 2001 From: eliam Date: Wed, 30 Oct 2024 23:49:48 +0000 Subject: [PATCH] switch theme --- Gemfile | 2 ++ _config.yml | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4d4af50..1bfba20 100644 --- a/Gemfile +++ b/Gemfile @@ -31,3 +31,5 @@ gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin] # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem # do not have a Java counterpart. gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] + +gem "jekyll-theme-console" \ No newline at end of file diff --git a/_config.yml b/_config.yml index fabd8e1..a88fce8 100644 --- a/_config.yml +++ b/_config.yml @@ -28,9 +28,11 @@ url: "https://blog.eliam.co.uk" # the base hostname & protocol for your site, e. #github_username: jekyll # Build settings -theme: minima -plugins: - - jekyll-feed +theme: jekyll-theme-console +style: hacker + +#plugins: +# - jekyll-feed # Exclude from processing. # The following items will not be processed, by default.