1.3 KiB
1.3 KiB
Leilukin's Hub
Source code of my personal and hobby website, Leilukin's Hub, hosted on Neocities.
Dependencies
- Eleventy
- Eleventy's official RSS plugin
- Eleventy's official Navigation plugin
- Emoji Read Time Eleventy Plugin
- eleventy-plugin-metagen
- eleventy-plugin-embed-everything
- markdown-it-anchor
- Table of Contents (nesting) Eleventy Plugin
Self-hosted Assets
- Noto Sans font family
- Font Awesome
Run Locally
- Clone this repository locally
git clone https://github.com/helenclx/Neocities-Leilukin.git
- Install dependencies
bun install
- Run the project
bun run start
- 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.