Skip to content

Commit f5b2b2a

Browse files
authored
Update zola to 0.19.1 (rust-gamedev#1536)
1 parent 629804c commit f5b2b2a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
env:
1212
BASE_URL: https://github.com/getzola/zola/releases/download
13-
VERS: v0.15.2
13+
VERS: v0.19.1
1414
ARCH: x86_64-unknown-linux-gnu
1515
# https://github.com/crazy-max/ghaction-github-pages/issues/1#issuecomment-623202206
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

config.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description = "Stay up to date with the progress and recent developments in the
33
base_url = "https://gamedev.rs/"
44
default_language = "en"
55
compile_sass = true
6-
generate_feed = true
7-
feed_filename = "rss.xml"
6+
generate_feeds = true
7+
feed_filenames = ["rss.xml"]
88

99
[markdown]
1010
highlight_code = true

content/news/052/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Feel free to send PRs about your own projects!
3838
- [Library Updates](#library-updates)
3939
- [Popular Workgroup Issues in GitHub](#popular-workgroup-issues-in-github)
4040
- [Other News](#other-news)
41-
- [Metalmancy @ OpenSauce](#metalmancy--opensauce)
41+
- [Metalmancy @ OpenSauce](#metalmancy-opensauce)
4242
- [Meeting Minutes](#meeting-minutes)
4343
- [Discussions](#discussions)
4444
- [Requests for Contribution](#requests-for-contribution)

0 commit comments

Comments
 (0)