|
source "https://rubygems.org"
|
|
|
|
|
|
gem "jekyll"
|
|
gem "jekyll-scholar"
|
|
#gem "alice", git: "https://git.alice.ufsj.edu.br/Alice/AliceTheme"
|
|
gem "alice", path: "../AliceTheme"
|
|
|
|
Encoding.default_external = Encoding::UTF_8
|
|
Encoding.default_internal = Encoding::UTF_8 |