rust-lang/blog.rust-lang.org

Usa a stable Zola release

senekor opened this issue · 0 comments

We are currently using a fork, because we rely on a few patches on top of Zola. Ideally these (or an alternative that suits us) can be upstreamed. This issue is to keep track of the upstreaming progress.

The version of zola we install is a specific commit hash. That commit merges all patches we rely on and has a summary of them all as its commit message: senekor/zola@620bf3c

At this point, all patches are merged, but we're still waiting on a new release of zola.

⏳️ Merged, but not yet released:

🔧 Not planned for upstreaming

  • Remove dependency on onig: senekor/zola@d045299
    (The onig dependency used to fail the build of Zola in some environments, this is now fixed upstream.)