leilukin-site/README.md

2.2 KiB

Leilukin's Hub

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

Deployed Netlify and Neocities. The deploy-to-neocities GitHub action is used to deploy this site to Neocities.

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