Website source code
Find a file
Matías Locatti ac9e944ad2
Progress Report - November 2022 (#338)
* Let's a go

* Media upload

You have no idea how long this takes with 0.8mbps.

* Missing little one

* More missing pics

* Article dump and formatting

* Update index.md

* Wrong image name

Muh Netlify

* Darker summary pic

* Small nits

* byte suggestions

* More byte

* Green frogs

* Nits while I can't sleep

* NVIDIA hating on Maxwell

* oops

* Flam suggestions

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

* Hex hax

* Missing bit

* Flam's suggestions

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

* SMAA bit updated

* Oops

* Add forum ID, update time, fix typo

Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com>
2022-12-10 13:38:23 -08:00
.ci
.github/workflows CI: use alias version for github-pages-deploy-action 2022-11-13 02:09:45 -07:00
scripts update scripts to latest (#284) 2021-06-29 09:55:46 +05:30
site Progress Report - November 2022 (#338) 2022-12-10 13:38:23 -08:00
.gitignore download: add flatpak download link 2021-11-19 17:17:47 -07:00
.gitmodules
.travis.yml
gulpfile.js js: use Hugo to bundle, minify the JS files 2022-05-13 16:53:15 -06:00
LICENSE
maintenance.html Add maintenance page (#285) 2021-07-08 10:45:43 +05:30
package.json deps: update dependencies 2022-10-30 20:05:58 -06:00
README.md Update to build website 2022-05-29 22:11:58 -07:00
update_submodules.sh
yarn.lock deps: update dependencies 2022-11-13 02:07:59 -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.