Leilukin's personal and hobby website. https://leilukin.com/
Go to file
Helen Chong 41e85471eb Improve wording in blog about about custom domain and new host 2024-06-01 13:41:47 +08:00
.github/workflows Restore deploy-to-neocities GitHub action 2024-06-01 08:06:37 +08:00
src Improve wording in blog about about custom domain and new host 2024-06-01 13:41:47 +08:00
.gitattributes Initial commit 2023-06-15 17:14:12 +08:00
.gitignore Remove _site output folder from repository 2024-05-20 17:16:40 +08:00
README.md Update Read Me file about the site's deployment to Netlify and Neocities 2024-06-01 09:02:14 +08:00
bun.lockb Install netlify-plugin-cache plugin 2024-05-31 13:39:54 +08:00
eleventy.config.js Install details-utils 2024-05-22 15:35:10 +08:00
eleventy.config.md.js Set markdown-it linkify feature to true 2024-05-31 12:47:16 +08:00
netlify.toml Install netlify-plugin-cache plugin 2024-05-31 13:39:54 +08:00
package.json Install netlify-plugin-cache plugin 2024-05-31 13:39:54 +08:00

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 Community Plugins

markdown-it plugins

Self-hosted Assets

Run Locally

Recommended JavaScript runtime: Bun.

  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
    
  4. Open http://localhost:8080/ in your browser