Leilukin's personal and hobby website. https://leilukin.com/
Go to file
Helen Chong 72b878ef81 Replace custom CSS and JavaScript frontmatter with bundles 2024-07-18 22:11:18 +08:00
src Replace custom CSS and JavaScript frontmatter with bundles 2024-07-18 22:11:18 +08:00
.gitattributes Initial commit 2023-06-15 17:14:12 +08:00
.gitignore Remove _site output folder from repository 2024-05-20 17:16:40 +08:00
README.md Correct Git repo address in README 2024-06-11 02:45:46 +08:00
bun.lockb Upgrade to Eleventy 3.0 2024-07-18 20:49:55 +08:00
eleventy.config.js Replace custom CSS and JavaScript frontmatter with bundles 2024-07-18 22:11:18 +08:00
eleventy.config.md.js Use aria-labelledby for sidebar navigation landmarks 2024-07-14 11:19:35 +08:00
package.json Upgrade to Eleventy 3.0 2024-07-18 20:49:55 +08:00

README.md

Leilukin's Hub

Netlify Status

Source code of my hobby website, Leilukin's Hub. Built with Eleventy and deployed to Netlify.

More technical information can be found on my site's colophon page.

Run Locally

Recommended JavaScript runtime: Bun.

  1. Clone this repository locally
    git clone https://github.com/helenclx/leilukin-site.git
    
  2. Install dependencies
    bun install
    
  3. Run the project
    bun run start
    
  4. Open http://localhost:8080/ in your browser