Website source code
Find a file
Matías Locatti 5e94052508
Progress Report - May 2023 (#355)
* Create index,md

* Ze media

* Another AMD pic

* HDR pics

* Update index,md

Short one

* Rename

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Add files via upload

* Add files via upload

* Update index.md

* Add files via upload

* Update index.md

* Update index.md

* Update index.md

* Changes

Co-authored-by: Honghoa <59675380+kurenaihana@users.noreply.github.com>
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>

* Yes, more changes

* Update index.md

* Update index.md

* Apply suggestions from code review

Byte's

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

* Update index.md

* Update index.md

* Update index.md

* byte vid

* Update index.md

* byte's suggestions

* Update index.md

* Apply suggestions from code review

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

* Apply suggestions from code review

byte

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

* Update index.md

* Add files via upload

* Update index.md

* Add files via upload

* Update index.md

* Update index.md

* Update index.md

* Apply suggestions from code review

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

* Update index.md

* Apply suggestions from code review

Flam's

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

* Update index.md

* Better cropping

* Add files via upload

* Delete dkgbug.mp4

* Delete dkgfix.mp4

* Add files via upload

* Apply suggestions from code review

Flam, pass 2

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

* Update index.md

* Delete overlay.png

* Add files via upload

* Update timestamp & forum ID

---------

Co-authored-by: Honghoa <59675380+kurenaihana@users.noreply.github.com>
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com>
2023-06-17 13:03:05 -07:00
.ci scripts/shared-hugo-scripts: use the latest commit 2023-03-18 15:32:36 -06:00
.github/workflows Full Hugo Image Processing (#346) 2023-05-03 11:19:38 +05:30
scripts scripts/shared-hugo-scripts: use the latest commit 2023-03-18 15:32:36 -06:00
site Progress Report - May 2023 (#355) 2023-06-17 13:03:05 -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 Full Hugo Image Processing (#346) 2023-05-03 11:19:38 +05:30
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 deps: update dependencies 2023-05-09 16:39:04 -06:00
README.md Full Hugo Image Processing (#346) 2023-05-03 11:19:38 +05:30
update_submodules.sh Updated update_submodules including shared-hugo-scripts. Updated shared-hugo-scripts 2018-01-09 22:17:45 -05:00
yarn.lock deps: update dependencies 2023-05-09 16:39:04 -06: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:1313 or yarn build to compile a static version.