From 0cc80f935ff6575ddc822d3699b5497da04f2b8c Mon Sep 17 00:00:00 2001 From: BorealisEcho Date: Tue, 3 Feb 2026 08:43:44 -0300 Subject: [PATCH] Update text fields and small layout changes - Links updated to direct to canary - Added description and links to different xenia forks - Fixed top bar title text - Increased max-width - Changed site drawer height, width and border - Fixed site drawer text alignment - Increased Github widget size and changed to canary - Added page headings to About, Download, Gallery and Home pages - Added Linux builds links to Downloads - Fixed Gallery content width - Added homepage warning about malicious websites - Cleanup Readme.md - Added Subreddit to the sidebar - Consolidated Settings and Patches pages into one new settings page - Updated links to FAQ and compatibility - Added mentions of MacOS and ARM support - Added UWP warning --- _config.yml | 34 +++++++++++++++++------- _layouts/default.html | 3 ++- _readme.md | 18 +++---------- _sass/_base.scss | 2 +- _sass/_layout.scss | 39 ++++++++++++++-------------- about.md | 9 +++---- compatibility.html | 4 +-- download.md | 17 +++++++----- faq.md | 4 +-- gallery.html | 4 ++- index.html | 60 +++++++++++++++++++++++++++++++------------ settings.md | 18 +++++++++++++ 12 files changed, 134 insertions(+), 78 deletions(-) create mode 100644 settings.md 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 @@