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-09-08 21:11:49 +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 dev: use rumdl as the Markdown linter and formatter 2026-09-08 18:07:04 +08:00
.dir-locals.el dev: use rumdl as the Markdown linter and formatter 2026-09-08 18:07:04 +08:00
.editorconfig editorconfig: set indent style of Markdown files to space 2026-09-08 21:11:49 +08:00
.gitignore Set up blog project 2024-10-03 03:39:32 +08:00
biome.json deps: upgrade Biome to 2.5.12 2026-09-04 11:07:05 +08:00
dprint.json dprint.json: exclude Caddyfile template 2026-07-31 09:08:37 +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 dev: use rumdl as the Markdown linter and formatter 2026-09-08 18:07:04 +08:00
package.json dev: use rumdl as the Markdown linter and formatter 2026-09-08 18:07:04 +08:00
README.md dev: use rumdl as the Markdown linter and formatter 2026-09-08 18:07:04 +08:00
rumdl.toml dev: use rumdl as the Markdown linter and formatter 2026-09-08 18:07:04 +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.