2024-04-27 07:36:01 +00:00
|
|
|
# Leilukin's Hub
|
2024-04-06 03:57:28 +00:00
|
|
|
|
2024-04-27 07:36:01 +00:00
|
|
|
Source code of my personal and hobby website, [Leilukin's Hub](https://leilukin.neocities.org/), hosted on [Neocities](https://neocities.org/).
|
2024-04-06 03:57:28 +00:00
|
|
|
|
2024-04-27 07:36:01 +00:00
|
|
|
## Dependencies
|
|
|
|
- [Eleventy](https://www.11ty.dev/)
|
|
|
|
- Eleventy's official [RSS](https://www.11ty.dev/docs/plugins/rss/) plugin
|
|
|
|
- Eleventy's official [Navigation](https://www.11ty.dev/docs/plugins/navigation/) plugin
|
|
|
|
- [Emoji Read Time Eleventy Plugin](https://11ty.rocks/#plugin-emoji-read-time)
|
|
|
|
- [eleventy-plugin-metagen](https://www.npmjs.com/package/eleventy-plugin-metagen)
|
|
|
|
- [eleventy-plugin-embed-everything](https://www.npmjs.com/package/eleventy-plugin-embed-everything)
|
|
|
|
- [markdown-it-anchor](https://www.npmjs.com/package/markdown-it-anchor)
|
|
|
|
- [Table of Contents (nesting) Eleventy Plugin](https://www.npmjs.com/package/eleventy-plugin-nesting-toc)
|
2024-04-06 03:57:28 +00:00
|
|
|
|
2024-04-27 07:36:01 +00:00
|
|
|
## Self-hosted Assets
|
|
|
|
- [Noto Sans](https://fonts.google.com/noto/specimen/Noto%20Sans) font family
|
|
|
|
- [Font Awesome](https://fontawesome.com/)
|
2024-04-06 03:57:28 +00:00
|
|
|
|
2024-04-27 07:36:01 +00:00
|
|
|
## Run Locally
|
|
|
|
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
|
2024-04-06 03:57:28 +00:00
|
|
|
```
|
2024-04-27 07:36:01 +00:00
|
|
|
4. Open http://localhost:8080/ in your browser
|
2024-04-06 03:57:28 +00:00
|
|
|
|
|
|
|
This project was created using `bun init` in bun v1.1.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|