From 0139a044bffaf694028d4bc402c26ed298e8d757 Mon Sep 17 00:00:00 2001 From: Gabriel Carneiro Date: Wed, 17 Jul 2024 11:42:43 -0300 Subject: [PATCH] remove minima to make a point --- Gemfile | 2 +- _config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 698280c..7062c08 100755 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ source "https://rubygems.org" # Happy Jekylling! gem "jekyll", "~> 4.3.2" # This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 2.5" +# gem "minima", "~> 2.5" # 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 cb5b985..3b30da8 100755 --- a/_config.yml +++ b/_config.yml @@ -25,7 +25,7 @@ description: >- # this means to ignore newlines until "baseurl:" url: "https://cast.alice.ufsj.edu.br" # the base hostname & protocol for your site, e.g. http://example.com # Build settings -theme: minima +#theme: minima plugins: - jekyll-feed