Leilukin's personal and hobby website.
https://leilukin.com/
d744d666ba | ||
---|---|---|
.github/workflows | ||
_site | ||
src | ||
.gitattributes | ||
.gitignore | ||
README.md | ||
bun.lockb | ||
eleventy.config.js | ||
eleventy.config.md.js | ||
index.ts | ||
package.json | ||
tsconfig.json |
README.md
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
- markdown-it-attrs
- markdown-it-bracketed-spans
- markdown-it-deflist
- 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.