Skip to content

Repository files navigation

Group Website

Source code of the Wen Group Website.

Production URL

The build uses https://wengroup.github.io by default for canonical and social metadata. Set SITE_URL when building a copy for a custom domain:

SITE_URL=https://www.example.com npm run build

SITE_URL is baked into the generated HTML at build time, so a build is only valid for the domain it was built for. The GitHub Actions workflow does not set it and therefore always publishes the wengroup.github.io build.

Add your profile

If you've just joined the group, follow the below steps to add your profile. For steps 1 and 3, see the Dev Tools section in the Group Manual for instructions.

1. Fork this repo

2. Add you info

  • In your fork, navigate to the corresponding folder in content_data/people.

  • Add your headshot image. Preferably, a 2 by 2 inches image with a PPI larger than 200.

  • Create a Markdown file with the below contents:

    ---
    name: <your name>
    Email: <your email>
    photo: <path to your headshot image>
    date: <yyyy-mm-dd> # when you added this file
    description: <A brief introduction of yourself>
    ---

    See existing files for examples.

    Add publications

  • Navigate to the corresponding folder in content_data/paper.bib.

  • Add the new paper following the existing format.

3. Make a pull request

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages