diff --git a/_config.yml b/_config.yml index 0bd675e..673ce4a 100644 --- a/_config.yml +++ b/_config.yml @@ -15,7 +15,7 @@ description: > games on modern PCs. baseurl: url: "https://xenia.jp" -github_username: xenia-project +github_username: xenia-canary patreon_username: xenia_project twitter_username: xeniaproject discord_invite: Q9mxZf9 @@ -44,17 +44,18 @@ navigation: url: https://github.com/xenia-canary/xenia-canary/wiki/roadmap icon: event - title: Compatibility - url: https://github.com/xenia-project/game-compatibility/issues + url: https://github.com/xenia-canary/game-compatibility/issues icon: insert_chart + - path: settings.md - path: gallery.html - title: Community pages: - title: Discord url: https://discord.gg/Q9mxZf9 icon: message -# - title: /r/xenia -# url: https://www.reddit.com/r/xenia -# icon: forum + - title: /r/xenia + url: https://www.reddit.com/r/xenia + icon: forum - title: YouTube url: https://www.youtube.com/channel/UC6bJhkUUHE18HVG2mpbygSQ icon: videocam @@ -64,20 +65,20 @@ navigation: - title: Development pages: - title: Building - url: https://github.com/xenia-project/xenia/blob/master/docs/building.md + url: https://github.com/xenia-canary/xenia-canary/blob/canary_experimental/docs/building.md icon: build - title: Source Code - url: https://github.com/xenia-project/xenia + url: https://github.com/xenia-canary/xenia-canary icon: code - title: Issues - url: https://github.com/xenia-project/xenia/issues + url: https://github.com/xenia-canary/xenia-canary/issues icon: bug_report # - title: Buildbot # url: https://build.xenia.jp/waterfall # icon: settings_system_daydream artifacts: - - title: Windows 7+ x64 (Direct3D 12 or Vulkan on Windows 10, Vulkan on Windows 7+) + - title: Windows 10+ x64 icon: windows branches: - name: master @@ -86,3 +87,18 @@ artifacts: - name: canary title: canary download_url: "https://github.com/xenia-canary/xenia-canary-releases/releases/latest/download/xenia_canary_windows.zip" + - name: netplay + title: netplay + download_url: "https://github.com/AdrianCassar/xenia-canary/releases/" + - name: edge + title: edge + download_url: "https://github.com/has207/xenia-edge/releases/latest" + - title: Linux + icon: linux + branches: + - name: canary + title: canary + download_url: "https://github.com/xenia-canary/xenia-canary-releases/releases/latest/download/xenia_canary_linux.tar.gz" + - name: edge + title: edge + download_url: "https://github.com/has207/xenia-edge/releases/latest" diff --git a/_layouts/default.html b/_layouts/default.html index 9d5bff5..7c414c1 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -6,7 +6,8 @@