Compare commits
No commits in common. "4ca3ede4a09116657dfab2f7ff5b6f7e9de4d4e8" and "64935d99911f7fd86a01781604bb3765e9ecd105" have entirely different histories.
4ca3ede4a0
...
64935d9991
1
Gemfile
1
Gemfile
|
@ -8,7 +8,6 @@ source "https://rubygems.org"
|
||||||
# This will help ensure the proper Jekyll version is running.
|
# This will help ensure the proper Jekyll version is running.
|
||||||
# Happy Jekylling!
|
# Happy Jekylling!
|
||||||
gem "jekyll"
|
gem "jekyll"
|
||||||
# gem "alice", path: "../AliceTheme"
|
|
||||||
# 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
|
||||||
|
|
|
@ -24,8 +24,6 @@ description: >- # this means to ignore newlines until "baseurl:"
|
||||||
# baseurl: /~carneiro/aliceclass # the subpath of your site, e.g. /blog
|
# baseurl: /~carneiro/aliceclass # the subpath of your site, e.g. /blog
|
||||||
url: "https://class.alice.ufsj.edu.br" # the base hostname & protocol for your site, e.g. http://example.com
|
url: "https://class.alice.ufsj.edu.br" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
|
|
||||||
# theme: alice
|
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
#theme: minima
|
#theme: minima
|
||||||
plugins:
|
plugins:
|
||||||
|
@ -33,7 +31,6 @@ plugins:
|
||||||
- jekyll-datapage-generator
|
- jekyll-datapage-generator
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
collections_dir: collections
|
collections_dir: collections
|
||||||
|
|
||||||
header_pages:
|
header_pages:
|
||||||
|
|
Loading…
Reference in New Issue