Go to file
2025-03-05 16:01:09 +00:00
.vscode Initial commit from Astro 2025-03-03 21:37:43 +00:00
public making it mine :) 2025-03-04 14:11:13 +00:00
src tidy up 2025-03-05 15:47:53 +00:00
.gitignore Initial commit from Astro 2025-03-03 21:37:43 +00:00
.prettierrc.mjs Initial commit from Astro 2025-03-03 21:37:43 +00:00
astro.config.mjs Initial commit from Astro 2025-03-03 21:37:43 +00:00
deploy.sh added simple deploy script 2025-03-04 17:01:33 +00:00
LICENSE Initial commit from Astro 2025-03-03 21:37:43 +00:00
package-lock.json Initial commit from Astro 2025-03-03 21:37:43 +00:00
package.json Initial commit from Astro 2025-03-03 21:37:43 +00:00
README.md Initial commit from Astro 2025-03-03 21:37:43 +00:00
tailwind.config.mjs clearing white space 2025-03-05 15:50:39 +00:00
tsconfig.json Initial commit from Astro 2025-03-03 21:37:43 +00:00

treelink-cover


Live demo

Online tool

Documentation

🚀 Getting started

# Run this in your terminal...
npm init astro -- --template trevortylerlee/treelink treelink-test

# ... or read the quick start guide...
# https://docs.treelink.app/guides/quick-start/

# ... or watch on YouTube
# https://youtu.be/3-eALOdm-3s?si=o6O3_Ackrbp0gkLH

Features

  • Customizable, with premade themes for light and dark mode
  • Custom OpenGraph images per post, with a fallback image
  • Icon support for hundreds of sites
  • RSS and sitemap generation
  • Optional blog
  • Web vitals: 100 100 100 100

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3030
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying

👀 Want to learn more?

Feel free to check Astro's documentation or jump into Astro's Discord server.