Helen Chong's personal blog. Built with Eleventy. https://blog.helenchong.omg.lol
  • CSS 63%
  • JavaScript 37%
Find a file
2026-04-13 23:09:35 +08:00
src feat(posts): create new post about my 2026 Qingming Festival 2026-04-13 23:09:35 +08:00
.editorconfig feat: add EditorConfig file 2026-03-14 20:23:22 +08:00
.gitignore Set up blog project 2024-10-03 03:39:32 +08:00
eleventy.config.js chore: convert leading spaces to tabs 2025-12-16 23:40:57 +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 chore(deps): upgrade @uncenter/eleventy-plugin-toc to 2.1.1 2026-04-12 11:15:43 +08:00
package.json chore(deps): upgrade @uncenter/eleventy-plugin-toc to 2.1.1 2026-04-12 11:15:43 +08:00
README.md chore(deps): switch back to Node.js as the JavaScript runtime 2026-03-21 21:34:48 +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.