blog starter
A blog/portfolio starter template using content collections.
Source
https://github.com/ally-ahmed/tss-blog-starter
Demo
https://tss-blog-starter.pages.dev/
GitHub
GitHub - ally-ahmed/tss-blog-starter: A blog/portfolio starter proj...
A blog/portfolio starter project built with Tanstack Start. - ally-ahmed/tss-blog-starter
TanStack Start Blog Starter
A blog starter template built using Tanstack Start
7 Replies
passive-yellow•8mo ago
this looks very cool. i might start a blog in 2025 so this comes in handy 👍
never used such an approach, how would one actually write the blog posts? just just a markdown preview in VS Code? or preview by running the dev server locally?
sensitive-blue•8mo ago
Maybe this is the year for all of us 😀 . I also have a portfolio/blog site with no articles. Moving it to TanStack Start soon.
how would one actually write the blog posts? just just a markdown preview in VS Code? or preview by running the dev server locally?I think I may go for the dev server and have my editor and browser side by side. Since with MDX you can use custom react components I am not sure how that would look like in VS Code preview. I will report back once I start writing posts 😂 .
passive-yellow•8mo ago
do you deploy using prerendering?
sensitive-blue•8mo ago
Yes I did set up prerendering and I have deployed on cloudflare pages and when I build locally I see the HTML files that are generated so I assume cloudflare is also just serving the generated HTML files.
Quick update: There was an issue with content collections where it would run 3 times. This now fixed by the maintainer and docs on how to integrate with TansStack Start is out https://www.content-collections.dev/docs/quickstart/tanstack-start. Shout out to the maintainer https://github.com/sdorra. I have migrated to the new adapter and it is working well.
passive-yellow•8mo ago
cool!
so we still need to fix the react 19 issue
then we are 🔥
extended-salmon•5mo ago
@Ahmed Ali ( ..)(..)(._. ) thank you so much 🙏 🤍
sensitive-blue•5mo ago
@gaytomycode You are welcome. I am glad you find it useful. I will try to update to Tailwind CSS V4 this weekend.