Helen Chong's résumé. Built with Eleventy. https://helenchong.dev/resume/
  • Nunjucks 53.3%
  • CSS 26.7%
  • JavaScript 20%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-28 20:10:06 +08:00
src all: fix code according to Biome linter suggestions 2026-07-18 16:07:27 +08:00
.editorconfig editorconfig: add config to insert final new line 2026-06-28 19:01:11 +08:00
.gitignore Ignore Eleventy site output folder 2024-09-24 17:24:05 +08:00
biome.json deps: upgrade Biome to 2.5.6 2026-07-28 20:10:06 +08:00
dprint.json deps: add Biome and dprint as dev dependencies 2026-07-18 14:56:07 +08:00
eleventy.config.js all: change the template file extension form html to njk 2026-07-18 15:45:24 +08:00
LICENSE.md feat: license the résumé under AGPL 3.0 or later 2026-02-19 09:49:15 +08:00
package-lock.json deps: upgrade Biome to 2.5.6 2026-07-28 20:10:06 +08:00
package.json deps: upgrade Biome to 2.5.6 2026-07-28 20:10:06 +08:00
pnpm-lock.yaml chore(deps): upgrade Eleventy to 3.1.5 2026-03-19 23:37:06 +08:00
README.md all: format files with Biome and dprint 2026-07-18 15:21:17 +08:00

Helen Chong's Résumé

Helen Chong's résumé. Built with Eleventy.

Run Locally

Requirement: Node.js.

  1. Clone this repository locally
    git clone https://git.helenchong.dev/helenchong/helenchong-resume.git
    
  2. Install dependencies
    npm install
    
  3. Run the project
    npm run dev
    
  4. Open http://localhost:8080/ in your browser

Licence

This project is licensed under the GNU Affero General Public License 3.0 or later.

Credits

Max Böck and Gurpreet Singh's Eleventy résumé templates for the inspiration.