timlrx / tailwind-nextjs-starter-blog

This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.
https://tailwind-nextjs-starter-blog.vercel.app/
MIT License
8.45k stars 1.96k forks source link

Pages custom Actions workflow #958

Closed abernier closed 1 month ago

abernier commented 1 month ago

READY TO MERGE

Provide a default pages.yml workflow that automatically deploys on GitHub Pages (if enabled in settings)

with the right basePath automatically

Demo: https://github.com/abernier/tailwind-nextjs-starter-blog/actions/runs/9870682135

vercel[bot] commented 1 month ago

@abernier is attempting to deploy a commit to the timlrx's projects Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tailwind-nextjs-starter-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 10, 2024 1:50pm
timlrx commented 1 month ago

Thanks! This greatly simplifies deploying to Github pages out of the box and also thanks for updating the readme. Let's give it a try!

abernier commented 1 month ago

do not hesitate to enable it in project's settings ;)

nb: then, could be great adding a link to https://timlrx.github.io/tailwind-nextjs-starter-blog in the readme ;)

timlrx commented 1 month ago

I have merged it in and almost everything works except for the cmd-k search. I believe it is probably a base path issue. Do you mind taking a look and once you are done, you can also include the demo link in the doc: https://timlrx.github.io/tailwind-nextjs-starter-blog/

abernier commented 1 month ago

except for the cmd-k search

https://github.com/timlrx/tailwind-nextjs-starter-blog/pull/962 fixes this