Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General problems with jekyll back-end #471

Open
fsimonis opened this issue Nov 13, 2024 · 0 comments
Open

General problems with jekyll back-end #471

fsimonis opened this issue Nov 13, 2024 · 0 comments
Labels
technical Technical issues on the website

Comments

@fsimonis
Copy link
Member

fsimonis commented Nov 13, 2024

We are increasingly facing issues with jekyll and the plugins we need, some of which unmaintained.
This has reached the point where every time I want to build the website locally, I need to debug first.

The problems dependencies of the website are as follows:

  • jekyll-sass-converter, a core dependency of jekyll, either depends on the broken sassc ruby or on google-protobuf, which fails to compile on systems that use link-time optimization by default such as Arch or Fedora. This is an unfixed long-known issue with the gem.
  • jekyll-algolia has been abandoned by algolia.
  • jekyll-last-modified-at depends on posix-spawn which is unmaintained and needs to be patched via a PR.
  • open-uri from the citation generator depends on stringio which occasionally fails to compile on some systems.
@fsimonis fsimonis added the technical Technical issues on the website label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical Technical issues on the website
Projects
None yet
Development

No branches or pull requests

1 participant