Helen Chong's developer portfolio and blog website. Built with Eleventy, https://helenchong.dev
  • Vento 51.9%
  • CSS 32.8%
  • JavaScript 15.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-19 10:32:57 +08:00
src config/files.js: streamline file passthrough of favicons 2026-08-18 12:40:43 +08:00
.editorconfig editorconfig: add config to insert final new line 2026-06-28 18:58:45 +08:00
.gitignore Update Uses page with my Linux desktop setup 2025-06-24 21:17:19 +08:00
biome.json biome.json: migrate to 2.5.9 2026-08-19 10:32:57 +08:00
dprint.json dprint.json: exclude Caddyfile template 2026-07-31 09:08:29 +08:00
eleventy.config.js config/markdown-it.js: move imports of non-Markdown plugins to the main Eleventy config 2026-07-18 19:56:01 +08:00
LICENSE-content docs: add content licence 2026-02-18 14:14:24 +08:00
LICENSE.md feat: add license 2026-02-18 12:04:16 +08:00
package-lock.json deps: upgrade dprint to 0.56.0 2026-08-19 10:31:48 +08:00
package.json deps: upgrade dprint to 0.56.0 2026-08-19 10:31:48 +08:00
README.md all: format files with Biome and dprint 2026-07-18 16:38:08 +08:00

Helen Chong's Developer Portfolio and Blog

Source code of Helen Chong's developer portfolio and blog website. Built with Eleventy.

More technical information about this website can be found the website's colophon page.

Run Locally

Requirement: Node.js.

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

Licence

The content of this project itself is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license, and the underlying source code used to format and display that content is licensed under the GNU Affero General Public License 3.0.