Helen Chong's personal blog. Built with Eleventy. https://blog.helenchong.omg.lol
  • Vento 50.5%
  • CSS 31%
  • JavaScript 18.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-22 20:19:29 +08:00
patches feat: patch @11ty/eleventy to enable getting previous and next items in collections with i18n plugin and Vento 2026-05-02 18:19:45 +08:00
src colophon: add linters and formatters 2026-07-18 18:59:54 +08:00
.editorconfig editorconfig: add config to insert final new line 2026-06-28 18:59:22 +08:00
.gitignore Set up blog project 2024-10-03 03:39:32 +08:00
biome.json deps: upgrade Biome to 2.5.5 2026-07-22 09:49:37 +08:00
dprint.json deps: add Biome and dprint as dev dependencies 2026-07-18 16:42:26 +08:00
eleventy.config.js eleventy.config.js: use arrow function for table fo contents HTML wrapper 2026-07-18 18:21:41 +08:00
LICENSE-content docs: add content licence 2026-02-18 14:17:37 +08:00
LICENSE.md feat: add license 2026-02-18 12:49:58 +08:00
package-lock.json deps: upgrade markdown-it-bracketed-spans to 1.0.3 2026-07-22 20:19:29 +08:00
package.json deps: upgrade markdown-it-bracketed-spans to 1.0.3 2026-07-22 20:19:29 +08:00
README.md all: format files with Biome and dprint 2026-07-18 16:42:57 +08:00

Galaxy Garden

Source code of Helen Chong's personal blog. Built with Eleventy. Available in English and Simplified Chinese.

More technical information about this blog can be found on the colophon page.

Run Locally

Requirement: Node.js.

  1. Clone this repository locally
    git clone https://git.helenchong.dev/helenchong/helenchong-blog.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.