asayler / COG-Web

Web Frontend for COG
GNU Affero General Public License v3.0
2 stars 3 forks source link

Upgrade to Jekyll 3 #20

Closed asayler closed 8 years ago

asayler commented 8 years ago

Currently the site is built with Jekyll 2.5, but now that Jekyll 3 is out, we should upgrade.

Unfortunately one of the jekyll plugins we depend on (jekyll-git_metadata) does not yet support Jekyll 3. Thus, we'll either need to upgrade this plugin (It seems unmaintained, but there are Jekyll 3 patches in the repo. See https://github.com/ivantsepp/jekyll-git_metadata.) or migrate away from using it.

asayler commented 8 years ago

Maybe we can migrate to https://github.com/yegor256/jekyll-git-hash.