Leilukin's personal and hobby website.
https://leilukin.com/
d1f977020c | ||
---|---|---|
.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.
Deployed Netlify and Neocities. The deploy-to-neocities GitHub action is used to deploy this site to Neocities.
Originally, this website was hosted on Neocities exclusively. While I am still deploying this site to Neocities, visiting leilukin.neocities.org
will redirect you to leilukin.com
. That said, if you also have a Neocities account, you can still follow me through my Neocities profile.
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