AMillionMonkeys@lemmy.world to Programming@programming.devEnglish · 3 months agoMoving from GitHub to Codeberg, for lazy peopleunterwaditzer.netexternal-linkmessage-square5linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-linkMoving from GitHub to Codeberg, for lazy peopleunterwaditzer.netAMillionMonkeys@lemmy.world to Programming@programming.devEnglish · 3 months agomessage-square5linkfedilink
minus-squareJade@programming.devlinkfedilinkarrow-up0arrow-down1·3 months agoYou can just run the build locally and push the output to a branch. Same as people using other SSGs with GitHub pages have been doing for ages
minus-squaresoc@programming.devlinkfedilinkEnglisharrow-up0·3 months agoI know what I “can just” do. It’s just missing most of the point of a shared hosting service then.
minus-squareJade@programming.devlinkfedilinkarrow-up0arrow-down1·3 months agoWhar? GitHub Pages is a static host. Jekyll is a static site generator. The only thing you don’t get is a free CI deploy pipeline, but you don’t need that to deploy a website.
You can just run the build locally and push the output to a branch. Same as people using other SSGs with GitHub pages have been doing for ages
I know what I “can just” do.
It’s just missing most of the point of a shared hosting service then.
Whar? GitHub Pages is a static host. Jekyll is a static site generator. The only thing you don’t get is a free CI deploy pipeline, but you don’t need that to deploy a website.