Marcel Bollmann
Marcel Bollmann
It might be sensible to integrate this with Hugo though, as this seems very much related to #722.
> It'd be great to have this be Hugo native, but I have much less of an idea how to go about that. Basically by creating a Hugo page for...
It might be worth keeping in mind that some details in the docs may be outdated, so if anything is unclear, just ask here. :)
This feature is coming together now in #2744 (thanks @CSchoel!), with a preview being generated through #2859 here: - https://preview.aclanthology.org/cschoel_rss_and_blog It implements both the RSS feed and #722. @mjpost and...
@mjpost I merged in master in our duplicate of @CSchoel’s implementation #2859 where it also generates a preview.
That would be a cool feature! For papers that already have that information in the title ([example](https://www.aclweb.org/anthology/W85-0102/)), we could simply move this into metadata fields; i.e. we could also move...
> Should we use separate yaml files (e.g., `data/yaml/tags/language.yaml`), or annotate the XML? My inclination is the XML. We could define separate label tags (e.g., ``) or a more general...
That's not ruff, it's a pre-commit hook. We might have to define an exception for the RSS template file. I hope I can look at this PR sometime soon, but...
For the failing "end-of-file-fixer" check, make sure to end the template file with a newline (or just run `make check`, it will change this automatically). For the failing "check-xml" check,...
Preview here: https://preview.aclanthology.org/cschoel_rss_and_blog/ Looks like the link on the front page is not built correctly, but the index appears to be here: https://preview.aclanthology.org/cschoel_rss_and_blog/papers/index.xml I'll try to take a closer look...