remove minima to make a point

This commit is contained in:
Carneiro 2024-07-17 11:42:43 -03:00
parent c675316688
commit fa6faf1752
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ source "https://rubygems.org"
# Happy Jekylling! # Happy Jekylling!
gem "jekyll", "~> 4.3.2" gem "jekyll", "~> 4.3.2"
# This is the default theme for new Jekyll sites. You may change this to anything you like. # 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 # If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`. # uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins # gem "github-pages", group: :jekyll_plugins

View File

@ -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 url: "https://cast.alice.ufsj.edu.br" # the base hostname & protocol for your site, e.g. http://example.com
# Build settings # Build settings
theme: minima #theme: minima
plugins: plugins:
- jekyll-feed - jekyll-feed