erochest / jekyll-rdfa

A Jekyll plugin to scan posts for RDFa data.
1 stars 1 forks source link

Support content negotiation #8

Closed pietercolpaert closed 7 years ago

pietercolpaert commented 7 years ago

How would we be able to do content negotiation with this library? Do we have to configure apache or nginx to do that for us?

erochest commented 7 years ago

This would be awesome! Unfortunately, I no of no way to do this solely from a static site. AFAIK, you have to configure your web server (apache, nginx, or whatever). Since our primary use-case is deploying to Github Pages, I haven't looked into this at all.

If there's anything we need to do to help work with the configuration of one of these servers, I'd like to hear about it, but otherwise, I think this is outside what we can implement statically.