[FOLIO-356] Upgrade dev.folio.org configuration for Jekyll and its Minima theme Created: 14/Oct/16 Updated: 12/Nov/18 Resolved: 20/Oct/16 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Task | Priority: | P3 |
| Reporter: | David Crossley | Assignee: | David Crossley |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | 2 hours, 35 minutes | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||
| Sprint: | |||||||||
| Description |
|
Upgrade the configuration of our Jekyll-based dev.folio.org to utilise a more recent Jekyll and Minima theme. |
| Comments |
| Comment by David Crossley [ 20/Oct/16 ] |
|
Now that we are deploying this site via GitHub, we should use the "gem github-pages" which ensures that our local builds match the dependencies used there. That adds 40Mb of dependencies. It also requires that Node is installed for one of those. So far we use basic capabilities, but it is safer to stay in sync. If we later deploy this site elsewhere, then undo commit 6a2384e, remove the "vendor" directory, and do the 'bundle install' step again. |