leilukin-site/README.md

2.4 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.

Originally, this website was hosted on Neocities exclusively. While I am still deploying this site to Neocities, visiting leilukin.neocities.org will redirect you to leilukin.com. That said, if you also have a Neocities account, you can still follow me through my Neocities profile.

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