Add aliceThemes
This commit is contained in:
parent
6add5cb4d9
commit
8b97245475
1
Gemfile
1
Gemfile
|
@ -8,6 +8,7 @@ source "https://rubygems.org"
|
|||
# This will help ensure the proper Jekyll version is running.
|
||||
# Happy Jekylling!
|
||||
gem "jekyll"
|
||||
gem "alice", path: "../AliceTheme"
|
||||
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
||||
# gem "minima", "~> 2.5"
|
||||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
||||
|
|
|
@ -24,6 +24,8 @@ description: >- # this means to ignore newlines until "baseurl:"
|
|||
# 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
|
||||
|
||||
theme: alice
|
||||
|
||||
# Build settings
|
||||
#theme: minima
|
||||
plugins:
|
||||
|
@ -31,6 +33,7 @@ plugins:
|
|||
- jekyll-datapage-generator
|
||||
|
||||
|
||||
|
||||
collections_dir: collections
|
||||
|
||||
header_pages:
|
||||
|
|
Loading…
Reference in New Issue