Skip to content

Pull Blogroll from "microservice"

Jamie Tanna requested to merge feature/blogroll-microservice into master

As part of the microservices architecture design for my site, convert the blogroll page to be pulling content from the new, separate API at https://blogroll.jvt.me.

We need to use jekyll-get (which unfortunately isn't a Jekyll gem), which requires hash-joiner.

Additionally, cache the results of the API call so we don't keep reaching out, if possible.

Closes #312 (closed).

Merge request reports