Leilukin's personal and hobby website. https://leilukin.com/
Go to file
Helen Chong c19fc79c20 Remove TypeScript files created by Bun 2024-05-22 18:07:08 +08:00
.github/workflows Indent deploy steps 2024-04-17 02:09:33 +08:00
src Change font-weight of changelog navigation 2024-05-22 17:36:00 +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 Install details-utils 2024-05-22 15:35:10 +08:00
bun.lockb Install details-utils 2024-05-22 15:35:10 +08:00
eleventy.config.js Install details-utils 2024-05-22 15:35:10 +08:00
eleventy.config.md.js Style footnote section 2024-05-17 23:58:08 +08:00
package.json Remove TypeScript files created by Bun 2024-05-22 18:07:08 +08:00

README.md

Leilukin's Hub

Source code of my hobby website, Leilukin's Hub, hosted on Neocities.

Built with Eleventy and deployed to Neocities with the deploy-to-neocities GitHub action.

Dependencies

Eleventy Community Plugins

markdown-it plugins

Self-hosted Assets

Run Locally

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

This project was created using bun init in bun v1.1.0. Bun is a fast all-in-one JavaScript runtime.