-
Notifications
You must be signed in to change notification settings - Fork 71
Description
First of all, thank you for creating this awesome Astro template. I've been using it for my blog and I really like it.
Describe
I noticed that the current template does not include a Table of Contents (TOC) for blog posts. When writing long articles, it becomes difficult for readers to navigate through the content without a summary of headings.
What have done
I have implemented a TOC component that automatically generates a list of links based on the markdown headings. It improves the reading experience significantly for longer posts.
Additional context
I have already finished the implementation in my local fork and everything works well. I would love to submit a Pull Request to share this feature with the community.
Let me know if you are interested!

