leilukin-site/README.md

48 lines
2.0 KiB
Markdown
Raw Normal View History

# Leilukin's Hub
2024-04-06 03:57:28 +00:00
2024-05-20 09:23:48 +00:00
Source code of my hobby website, [Leilukin's Hub](https://leilukin.neocities.org/), hosted on [Neocities](https://neocities.org/).
Built with [Eleventy](https://www.11ty.dev/) and deployed to Neocities with the [deploy-to-neocities](https://github.com/bcomnes/deploy-to-neocities) GitHub action.
2024-04-06 03:57:28 +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
2024-05-22 07:35:10 +00:00
- [details-utils](https://www.npmjs.com/package/@zachleat/details-utils)
2024-05-22 07:29:59 +00:00
### Eleventy Community Plugins
- [eleventy-plugin-emoji-readtime](https://www.npmjs.com/package/@11tyrocks/eleventy-plugin-emoji-readtime)
- [eleventy-plugin-embed-everything](https://www.npmjs.com/package/eleventy-plugin-embed-everything)
2024-05-22 07:29:59 +00:00
- [eleventy-plugin-metagen](https://www.npmjs.com/package/eleventy-plugin-metagen)
- [eleventy-plugin-nesting-toc](https://www.npmjs.com/package/eleventy-plugin-nesting-toc)
### markdown-it plugins
- [markdown-it-anchor](https://www.npmjs.com/package/markdown-it-anchor)
2024-05-09 12:12:22 +00:00
- [markdown-it-attribution](https://www.npmjs.com/package/markdown-it-attribution)
2024-05-06 11:35:37 +00:00
- [markdown-it-attrs](https://www.npmjs.com/package/markdown-it-attrs)
- [markdown-it-bracketed-spans](https://www.npmjs.com/package/markdown-it-bracketed-spans)
- [markdown-it-deflist](https://www.npmjs.com/package/markdown-it-deflist)
- [markdown-it-footnote](https://www.npmjs.com/package/markdown-it-footnote)
2024-04-06 03:57:28 +00:00
## Self-hosted Assets
2024-05-20 05:27:35 +00:00
- [Lexend](https://www.lexend.com/) font family
- [Intel One Mono](https://www.intel.com/content/www/us/en/company-overview/one-monospace-font.html) typeface
- [Font Awesome](https://fontawesome.com/)
2024-04-06 03:57:28 +00:00
## Run Locally
Recommended JavaScript runtime: [Bun](https://bun.sh).
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