Y
Hacker News
new
|
ask
|
show
|
jobs
by
klinquist
986 days ago
I use Jekyll (and a GitHub action to build, copy to S3, and invalidate a cloudfront dist cache) to turn my markdown editor to create and publish web pages.
2 comments
NicoJuicy
986 days ago
Well, I just point Cloudflare Pages to my github repo and it deploys automatically ( at least for Hugo).
Takes like 5 minutes, at most:
https://blog.sapico.me/posts/setting-up-a-blog-on-cloudflare...
link
dclowd9901
986 days ago
Yep I have basically the same setup
link
Takes like 5 minutes, at most: https://blog.sapico.me/posts/setting-up-a-blog-on-cloudflare...