Leilukin's personal and hobby website. https://leilukin.com/
Go to file
Helen Chong 673d7d3624 Move domain name registrar to colophon page 2024-06-07 13:17:40 +08:00
src Move domain name registrar to colophon page 2024-06-07 13:17:40 +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 Remove info about Neocities deplotment and add Netlify status badge 2024-06-04 23:24:24 +08:00
bun.lockb Uninstall netlify-plugin-cache 2024-06-01 14:20:55 +08:00
eleventy.config.js Add manual heading anchor paired shortcode 2024-06-06 07:44:44 +08:00
eleventy.config.md.js Add enableLazyLoading parameter to figure element paired shortcode 2024-06-06 22:25:00 +08:00
package.json Uninstall netlify-plugin-cache 2024-06-01 14:20: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.

Dependencies

Eleventy Community Plugins

markdown-it plugins

Self-hosted Assets

Run Locally

Recommended JavaScript runtime: Bun.

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