Leilukin's personal and hobby website.
https://leilukin.com/
1b3821847a | ||
---|---|---|
.github/workflows | ||
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 hobby website, Leilukin's Hub, hosted on Neocities.
Built with Eleventy and deployed to Neocities with the deploy-to-neocities GitHub action.
Dependencies
- Eleventy
- Eleventy's official RSS plugin
- Eleventy's official Navigation plugin
- details-utils
Eleventy Community Plugins
- eleventy-plugin-emoji-readtime
- eleventy-plugin-embed-everything
- eleventy-plugin-metagen
- eleventy-plugin-nesting-toc
markdown-it plugins
- markdown-it-anchor
- markdown-it-attribution
- markdown-it-attrs
- markdown-it-bracketed-spans
- markdown-it-deflist
- markdown-it-footnote
Self-hosted Assets
- Lexend font family
- Intel One Mono typeface
- 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.