diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 275a1d54b..277697e69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest env: BASE_URL: https://github.com/getzola/zola/releases/download - VERS: v0.15.2 + VERS: v0.19.1 ARCH: x86_64-unknown-linux-gnu # https://github.com/crazy-max/ghaction-github-pages/issues/1#issuecomment-623202206 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/config.toml b/config.toml index 4ff6a4271..5fc7bd5cc 100644 --- a/config.toml +++ b/config.toml @@ -3,8 +3,8 @@ description = "Stay up to date with the progress and recent developments in the base_url = "https://gamedev.rs/" default_language = "en" compile_sass = true -generate_feed = true -feed_filename = "rss.xml" +generate_feeds = true +feed_filenames = ["rss.xml"] [markdown] highlight_code = true diff --git a/content/news/052/index.md b/content/news/052/index.md index b1be90c62..a7d0a7761 100644 --- a/content/news/052/index.md +++ b/content/news/052/index.md @@ -38,7 +38,7 @@ Feel free to send PRs about your own projects! - [Library Updates](#library-updates) - [Popular Workgroup Issues in GitHub](#popular-workgroup-issues-in-github) - [Other News](#other-news) - - [Metalmancy @ OpenSauce](#metalmancy--opensauce) + - [Metalmancy @ OpenSauce](#metalmancy-opensauce) - [Meeting Minutes](#meeting-minutes) - [Discussions](#discussions) - [Requests for Contribution](#requests-for-contribution)