Helen Chong's developer portfolio and blog website. Built with Eleventy, https://helenchong.dev
  • CSS 63.9%
  • JavaScript 36.1%
Find a file
2026-04-12 11:14:52 +08:00
src chore(colophon): restructure info about website build dependencies 2026-03-23 20:19:10 +08:00
.editorconfig feat: add EditorConfig file 2026-03-14 20:23:51 +08:00
.gitignore Update Uses page with my Linux desktop setup 2025-06-24 21:17:19 +08:00
eleventy.config.js chore: convert leading spaces to tabs 2025-12-16 23:32:13 +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 chore(deps): upgrade @uncenter/eleventy-plugin-toc to 2.1.1 2026-04-12 11:14:52 +08:00
package.json chore(deps): upgrade @uncenter/eleventy-plugin-toc to 2.1.1 2026-04-12 11:14:52 +08:00
README.md chore(deps): switch back to Node.js as the JavaScript runtime 2026-03-21 21:39:07 +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.