Add a download page for preview builds (#640)

- Make downloads data-driven, create a database of versions;
- Add a custom plugin to generate download URLs;
- Use the new plugin for the regular downloads page as well.
This commit is contained in:
Yuri Sizov
2023-05-17 20:36:53 +02:00
committed by GitHub
parent 7e9a8a59b8
commit 5c406d2903
50 changed files with 1403 additions and 601 deletions

View File

@@ -11,3 +11,8 @@ trim_trailing_whitespace = true
[*.{yml,yaml}]
indent_style = space
indent_size = 2
# Ruby scripts and plugins for Jekyll
[*.rb]
indent_style = space
indent_size = 2