Leilukin's personal and hobby website.
https://leilukin.com/
e026054f5a | ||
---|---|---|
.github/workflows | ||
src | ||
.gitattributes | ||
.gitignore | ||
README.md | ||
bun.lockb | ||
eleventy.config.js | ||
eleventy.config.md.js | ||
package.json |
README.md
Leilukin's Hub
Source code of my hobby website, Leilukin's Hub. Built with Eleventy.
Currently hosted on Netlify and Neocities. Deployed to Neocities with the deploy-to-neocities GitHub action.
Dependencies
- Eleventy
- Eleventy's official RSS plugin
- Eleventy's official Navigation plugin
- @zachleat/details-utils
Eleventy Community Plugins
- @11tyrocks/eleventy-plugin-emoji-readtime
- eleventy-plugin-embed-everything
- eleventy-plugin-metagen
- @uncenter/eleventy-plugin-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
Recommended JavaScript runtime: Bun.
- 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