remove minima to make a point
This commit is contained in:
parent
c675316688
commit
fa6faf1752
2
Gemfile
2
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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue