Hacker News new | ask | show | jobs
by tn890 1672 days ago
If I just wanted to deploy a blog from github to Cloudflare pages, what would be the best way of doing that without writing javascript? Is there a way currently?
2 comments

Absolutely possible! If you've just got a folder of static assets, you can connect it up to Pages, and enter that directory as the "build output directory".

https://developers.cloudflare.com/pages/framework-guides/dep...

Thank you. Docs are good, I'm already up and running :)
For that you can use Github pages and you don't need to touch JS or Cloudflare
Tried that, what I really like about Cloudflare is that it offers me more freedom than Github which basically forces you to use Jekyll if I'm not mistaken.
You are mistaken, you can deploy any static site.

I’ve deployed a couple of static documentation sites with automated builds with the help of GitHub Actions [0].

[0]: https://github.com/marketplace/actions/github-pages-action

What do you mean by more freedom? You definitelly don't need Jekyll for Github pages. Any static page can be hosted on Github pages