Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
5 changes: 2 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down
2 changes: 1 addition & 1 deletion content/contributing/helping-out/writing-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down