Website source code
Find a file
Matías Locatti 1141409d44
Progress Report April 2022 (#319)
* Create index.md

* Add files via upload

* Wrong size

* Replacing game

* kernel changes

* First draft

* Damn you, jpg

* Delete xc2bug.jpg

* Delete xc2fix.jpg

* Typos

* Anisotropic fix

* Some nits

* Awesome liamwhite suggestions

Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>

* Formatting

* Update site/content/entry/yuzu-progress-report-apr-2022/index.md

Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com>
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com>

* Add files via upload

* Apply suggestions from code review

Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com>

* Remove image compare for VRAM bug

* Apply suggestions from code review

Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com>

* Changes to the VRAM image

* Add files via upload

* Add files via upload

* Update date and forum ID

Co-authored-by: Vamsi Krishna <c.vamsi.krishna.96@gmail.com>
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com>
2022-05-11 13:16:53 -07:00
.ci CI: add ephemeral production mode ... 2021-06-11 15:04:27 -06:00
.github/workflows CI: fix caching logic 2021-11-05 23:38:09 -06:00
scripts update scripts to latest (#284) 2021-06-29 09:55:46 +05:30
site Progress Report April 2022 (#319) 2022-05-11 13:16:53 -07:00
src/js site: add github style hovercards 2022-02-12 02:20:25 -07:00
.gitignore download: add flatpak download link 2021-11-19 17:17:47 -07:00
.gitmodules migrate submodules (#166) 2020-04-19 11:47:08 +05:30
.travis.yml gulpfile: generate thumbnails for news posts 2020-07-24 20:19:59 -06:00
gulpfile.js gulpfile: fix an issue with gulp task ... 2022-02-12 02:20:25 -07:00
LICENSE Initial commit 2018-01-04 02:20:32 +00:00
maintenance.html Add maintenance page (#285) 2021-07-08 10:45:43 +05:30
package.json gulpfile: fix an issue with gulp task ... 2022-02-12 02:20:25 -07:00
README.md Update README.md 2022-05-08 16:10:22 -04:00
update_submodules.sh Updated update_submodules including shared-hugo-scripts. Updated shared-hugo-scripts 2018-01-09 22:17:45 -05:00
yarn.lock gulpfile: fix an issue with gulp task ... 2022-02-12 02:20:25 -07:00

This repo contains the sources for the yuzu-emu website at https://yuzu-emu.org/.

Local Development

Prerequisites:

  • git
  • yarn
  • graphicsmagick (apt install graphicsmagick on Debian/Ubuntu)

Steps to run:

  1. Run git submodule init && git submodule update.
  2. Install dependencies by running yarn.
  3. Set the GITHUB_WIKI_URL and TENANT enivironment variables:
    export GITHUB_WIKI_URL=https://github.com/yuzu-emu/yuzu.wiki.git
    export TENANT=yuzu
    
  4. Run yarn serve to watch files and serve on http://localhost:3000 or yarn build to compile a static version.