Leilukin's personal and hobby website. https://leilukin.com/
Go to file
Helen Chong 3731fb1c6b Rename Cassette Beasts shrine Trivia page to Facts page 2024-05-09 13:47:01 +08:00
.github/workflows Indent deploy steps 2024-04-17 02:09:33 +08:00
_site Rename Cassette Beasts shrine Trivia page to Facts page 2024-05-09 13:47:01 +08:00
src Rename Cassette Beasts shrine Trivia page to Facts page 2024-05-09 13:47:01 +08:00
.gitattributes Initial commit 2023-06-15 17:14:12 +08:00
.gitignore Fix ignoring log folder in the site source folder 2024-04-27 15:52:20 +08:00
README.md Remove markdown-it-container from Read ME 2024-05-06 22:53:49 +08:00
bun.lockb Resolve installation of markdown-it-bracketed-spans 2024-05-07 02:29:00 +08:00
eleventy.config.js Make markdown configurations into a separate config file 2024-05-07 01:01:15 +08:00
eleventy.config.md.js Add figure and figcaption elmeent paired shortcode 2024-05-07 14:48:11 +08:00
index.ts Install Eleventy 2024-04-06 11:57:28 +08:00
package.json Uninstall markdown-it-container 2024-05-06 21:28:39 +08:00
tsconfig.json Install Eleventy 2024-04-06 11:57:28 +08:00

README.md

Leilukin's Hub

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

Dependencies

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.