Helen Chong's personal blog. Built with Eleventy. https://blog.helenchong.omg.lol
  • Vento 49.8%
  • CSS 31.3%
  • JavaScript 18.9%
Find a file
2026-05-24 21:08:22 +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 feat(posts): create 24 May 2026 weekly recap post 2026-05-24 21:08:22 +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 markdown-it-attrs to 4.5.0 2026-05-22 18:15:01 +08:00
package.json chore(deps): upgrade markdown-it-attrs to 4.5.0 2026-05-22 18:15:01 +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.