diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5cd3f22ef..b2343a3d3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -245,7 +245,7 @@ jobs: path: content/community/people - name: "Build website" - uses: shalzz/zola-deploy-action@v0.18.0 + uses: shalzz/zola-deploy-action@v0.19.2 env: PAGES_BRANCH: gh-pages BUILD_DIR: . diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 58e909a97f..09e02743b4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -46,7 +46,7 @@ jobs: - name: "Build and deploy website" if: github.repository_owner == 'bevyengine' - uses: shalzz/zola-deploy-action@v0.18.0 + uses: shalzz/zola-deploy-action@v0.19.2 env: PAGES_BRANCH: gh-pages BUILD_DIR: . diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 399a0051f5..c6ab9f1d9c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ The Bevy website is built using the Zola static site engine. In our experience, To check out any local changes you've made: -1. [Download Zola v0.18.0](https://www.getzola.org/). +1. [Download Zola v0.19.2](https://www.getzola.org/). 2. Clone the Bevy Website git repo and enter that directory: 1. `git clone https://github.com/bevyengine/bevy-website.git` 2. `cd bevy-website` diff --git a/config.toml b/config.toml index 38e9358b76..d96ab4a555 100644 --- a/config.toml +++ b/config.toml @@ -10,9 +10,8 @@ compile_sass = true # Whether to build a search index to be used later on by a JavaScript library build_search_index = true -generate_feed = true -rss_limit = 1000 -highlight_theme = "charcoal" +generate_feeds = true +feed_limit = 1000 taxonomies = [ {name = "news", feed = true}, diff --git a/content/contributing/helping-out/writing-docs.md b/content/contributing/helping-out/writing-docs.md index c7bf98a6fe..f0b9ac04cb 100644 --- a/content/contributing/helping-out/writing-docs.md +++ b/content/contributing/helping-out/writing-docs.md @@ -47,7 +47,7 @@ We also consider [bevyengine.org](https://bevyengine.org) to be part of our core To check out any local changes you've made: -1. [Download Zola v0.18.0](https://www.getzola.org/). +1. [Download Zola v0.19.2](https://www.getzola.org/). 2. Clone the Bevy Website GitHub repository and enter that directory: 1. `git clone https://github.com/bevyengine/bevy-website.git` 2. `cd bevy-website`