Link to GitHub Pages Dependency versions page instead of explicitly specifying Jekyll version (#9715)

Merge pull request 9715
This commit is contained in:
Silent 2024-11-20 16:05:43 +01:00 committed by GitHub
parent 8e378c0615
commit 6a4a630bdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,9 @@ environment and gemset.
### Control over gemset ### Control over gemset
- **Jekyll version** --- Instead of using the classic GitHub Pages-provided version at `3.9.3`, you - **Jekyll version** --- Instead of using the classic GitHub Pages-provided version specified in
can use any version of Jekyll you want. For example `{{site.version}}`, or point directly to the the [Dependency versions][ghp-whitelist] list, you can use any version of Jekyll you want.
repository via the Gemfile. For example `{{ site.version }}`, or point directly to the repository via the Gemfile.
- **Plugins** --- You can use any Jekyll plugins irrespective of them being whitelisted by GitHub, - **Plugins** --- You can use any Jekyll plugins irrespective of them being whitelisted by GitHub,
including any `*.rb` files placed in the `_plugins` directory of your site. including any `*.rb` files placed in the `_plugins` directory of your site.
- **Themes** --- While using a custom theme is possible without Actions, it is now possible to use - **Themes** --- While using a custom theme is possible without Actions, it is now possible to use