Leilukin's personal and hobby website. https://leilukin.com/
Go to file
Helen Chong ec6a1e7f4c Remove links to leilukin.neocities.org and replace them with leilukin.com if relevant 2024-05-31 07:35:10 +08:00
.github/workflows Remove GitHub Pages deployment 2024-05-30 14:17:07 +08:00
src Remove links to leilukin.neocities.org and replace them with leilukin.com if relevant 2024-05-31 07:35:10 +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 links to leilukin.neocities.org and replace them with leilukin.com if relevant 2024-05-31 07:35:10 +08:00
bun.lockb Use uncenter's eleventy-plugin-toc fork as the table of contents plugin 2024-05-26 11:27:12 +08:00
eleventy.config.js Install details-utils 2024-05-22 15:35:10 +08:00
eleventy.config.md.js Add pared shortcode for content warning component 2024-05-28 00:55:09 +08:00
package.json Remove GitHub Pages deployment 2024-05-30 14:17:07 +08:00

README.md

Leilukin's Hub

Source code of my hobby website, Leilukin's Hub. Built with Eleventy.

Currently hosted on Netlify and Neocities. Deployed to Neocities with the deploy-to-neocities GitHub action.

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