Skip to content
Open
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
34 changes: 25 additions & 9 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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"
3 changes: 2 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<header class="site-header mdl-layout__header mdl-color-text--white-600">
<!--{% if page.tall_header == true %}mode="waterfall-tall"{% else %}mode="waterfall"{% endif %}-->
<div class="mdl-layout__header-row">
<span class="mdl-layout-title">{{ page.title }}</span>
<!--<span class="mdl-layout-title">{{ page.title }}</span>-->
<span class="mdl-layout-title">.</span>
<div class="mdl-layout-spacer"></div>
<!--
<div class="mdl-textfield mdl-js-textfield mdl-textfield--expandable">
Expand Down
18 changes: 4 additions & 14 deletions _readme.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
* [Install Ruby 2.2+ and DevKit](https://rubyinstaller.org/downloads).
* `gem update --system`
* Extract DevKit
* `ruby dk.rb init`
* `ruby dk.rb install`
* `gem install bundler`

From the repository root:

```
bundle install
bundle exec jekyll serve
```

Theme and such from: https://www.getmdl.io/

Icons from: https://material.io/resources/icons/?style=baseline

From the repository root:

Follow this [guide](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll) provided by Github Docs to build locally.
2 changes: 1 addition & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ pre {
*/
.wrapper {
max-width: -webkit-calc(800px - (#{$spacing-unit} * 2));
max-width: calc(800px - (#{$spacing-unit} * 2));
max-width: calc(900px - (#{$spacing-unit} * 2));
margin-right: auto;
margin-left: auto;
padding-right: $spacing-unit;
Expand Down
39 changes: 20 additions & 19 deletions _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ a {
}
.mdl-layout__header-row {
background: #5FA7FF;
color: white;
color: #5FA7FF;
height: 30px;
}
.mdl-layout__header .mdl-layout__drawer-button {
background: #5FA7FF;
Expand All @@ -26,9 +27,10 @@ a {
.site-drawer {
border: none;
position: absolute;
top: 0;
top: 10;
left: 0;
height: 100%;
width: 200px;
}
/* iOS Safari specific workaround */
.site-drawer .mdl-menu__container {
Expand All @@ -41,45 +43,44 @@ a {
.site-drawer-header {
color: #727272;
background-color: white;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
height: 64px;
height: 60px;
position: relative;
font-size: 30px;
}
.mdl-layout__drawer>.mdl-layout-title {
padding-left: 12px;
padding-left: 10%;
font-weight: 500;
}
.site-drawer-header img {
width: 36px;
height: 36px;
width: 60px;
height: 60px;
vertical-align: middle;
margin-right: 6px;
margin-right: 3px;
}
.site-drawer-subheader {
color: rgba(0, 0, 0, .54);
background-color: white;
color: #727272;
padding-left: 16px;
height: 34px;
line-height: 42px;
border-top: 1px solid rgba(0, 0, 0, .12);
margin-top: 8px;
height: 60px;
line-height: 60px;
font-weight: 500;
font-size: 16px;
}
.site-navigation {
flex-grow: 1;
}
.site-layout .site-navigation .mdl-navigation__link {
display: block;
display: flex;
align-items: center;
font-weight: 500;
font-size: 14px;
font-weight: 200;
font-size: 16px;
text-transform: none;
height: 48px;
height: 50px;
border-radius: 0;
padding: 8px 16px;
text-align: left;
width: 100%;
vertical-align: middle;
border: 0px;
}
.site-layout .site-navigation .mdl-navigation__link.selected {
color: #5FA7FF;
Expand Down Expand Up @@ -312,7 +313,7 @@ td.compatibility-progress {


#github-widget {
width: 400px;
width: 600px;
margin-left: auto;
margin-right: auto;
}
Expand Down
9 changes: 4 additions & 5 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ icon: info
permalink: /about/
---

* foo
{:toc}
## About

## System Requirements
### System Requirements

See [here](/faq/#system-requirements).
See [here](https://github.com/xenia-canary/xenia-canary/wiki/Quickstart#system-requirements).

<!--## Overview

Expand Down Expand Up @@ -41,6 +40,6 @@ games to play I'm really just hacking to have fun.

## Team

Contributors can be seen [here on GitHub](https://github.com/xenia-project/xenia/graphs/contributors).
Contributors can be seen [here](https://github.com/xenia-project/xenia/graphs/contributors) and [here](https://github.com/xenia-canary/xenia-canary/graphs/contributors?from=1%2F27%2F2024).

<!--TODO: auto generate a list from API.-->
4 changes: 2 additions & 2 deletions compatibility.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
icon: insert_chart
permalink: /compatibility/
---
Redirecting to <a href="https://github.com/xenia-project/game-compatibility/issues">Compatibility Page</a>
<meta http-equiv="Refresh" content="0; url=https://github.com/xenia-project/game-compatibility/issues">
Redirecting to <a href="https://github.com/xenia-canary/game-compatibility/issues">Compatibility Page</a>
<meta http-equiv="Refresh" content="0; url=https://github.com/xenia-canary/game-compatibility/issues">
17 changes: 10 additions & 7 deletions download.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ icon: file_download
permalink: /download/
---

<h2>Downloads</h2>

Before downloading any version of Xenia below, read the [Quickstart](https://github.com/xenia-canary/xenia-canary/wiki/Quickstart) guide.

{% for platform in site.artifacts %}
{% if platform.icon == "windows" %}
<span class="icon icon--windows" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 88 88">
<path d="m0 12.402 35.687-4.8602.0156 34.423-35.67.20313zm35.67 33.529.0277 34.453-35.67-4.9041-.002-29.78zm4.3261-39.025 47.318-6.906v41.527l-47.318.37565zm47.329 39.349-.0111 41.34-47.318-6.6784-.0663-34.739z" fill="#00adef"/>
</svg>
</span>
{{ platform.title }} branches:
{% else %}
{{ platform.title }} branches:
Expand All @@ -23,6 +22,10 @@ permalink: /download/
{% endfor %}
{% endfor %}

Linux builds coming eventually...

[System Requirements](https://github.com/xenia-project/xenia/wiki/Quickstart#system-requirements)

<div>
<p>MacOS and ARM64 support are currently under development for xenia_edge.</p>

<p style="background-color:yellow;">Xenia UWP (Xenia on Xbox Series S/X) is not made by or endorsed by the Xenia team.</p>
</div>
4 changes: 2 additions & 2 deletions faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ title: FAQ
icon: help
permalink: /faq/
---
Redirecting to <a href="https://github.com/xenia-project/xenia/wiki/FAQ">FAQ Page</a>
<meta http-equiv="Refresh" content="0; url=https://github.com/xenia-project/xenia/wiki/FAQ">
Redirecting to <a href="https://github.com/xenia-canary/xenia-canary/wiki/FAQ">FAQ Page</a>
<meta http-equiv="Refresh" content="0; url=https://github.com/xenia-canary/xenia-canary/wiki/FAQ">
4 changes: 3 additions & 1 deletion gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
permalink: /gallery/
---

<h2>Gallery</h2>

<p>
<iframe height="480" src="https://www.youtube.com/embed/videoseries?list=UU6bJhkUUHE18HVG2mpbygSQ" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe height="480" width="850" src="https://www.youtube.com/embed/videoseries?list=UU6bJhkUUHE18HVG2mpbygSQ" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</p>
Loading