·
We publish letscodeit.dev blog posts from a separate GitHub repository. The Next.js app fetches markdown at runtime with a one-hour cache,…
GEO (generative engine optimization) is how you structure and publish content so AI chatbots and answer engines quote your pages when…
When you send a message to an LLM, you are not paying for characters or words. You pay for tokens . A token is the unit the model splits…
If you missed our post on using GitHub as a CMS – I'd recommend reading it.
It's about how we built the architecture: Cloudflare Pages deploy and cdn.letscodeit.dev as the content subdomain for posts and uploads. Trade-offs, setup steps, and an honest FAQ.
Using GitHub as a CMS for a Next.js blog
Happy reading!
Comment deleted
I tried a similar setup with GitHub Pages, but had issues with deployment times. Curious if anyone else faced that?
Cloudflare Pages is great, but make sure to consider the caching implications when using it with a CMS setup.
Comments