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-09-08 21:11:05 +08:00
src dev: use rumdl as the Markdown linter and formatter 2026-09-08 17:54:18 +08:00
.dir-locals.el dir-locals.el: remove dprint auto-formatting for markdown-mode 2026-09-08 18:13:13 +08:00
.editorconfig editorconfig: set indent style of Markdown files to space 2026-09-08 21:11:05 +08:00
.gitignore Update Uses page with my Linux desktop setup 2025-06-24 21:17:19 +08:00
biome.json deps: upgrade Biome to 2.5.12 2026-09-04 17:59:09 +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 dev: use rumdl as the Markdown linter and formatter 2026-09-08 17:54:18 +08:00
package.json dev: use rumdl as the Markdown linter and formatter 2026-09-08 17:54:18 +08:00
README.md dev: use rumdl as the Markdown linter and formatter 2026-09-08 17:54:18 +08:00
rumdl.toml dev: use rumdl as the Markdown linter and formatter 2026-09-08 17:54:18 +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.