remove minima to make a point
Gitea Actions Demo / Deploy (push) Successful in 1m54s
Details
Gitea Actions Demo / Deploy (push) Successful in 1m54s
Details
This commit is contained in:
parent
79cb22b6d5
commit
0139a044bf
2
Gemfile
2
Gemfile
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue