The how and why of GitHub to Codeberg
The how and why of GitHub to Codeberg How to migrate (multiple) static websites from GitHub Pages to Codeberg. GitHub pages to Codeberg + statichost.eu The steps below will migrate a manually written static website from GitHub Pages to Codeberg + statichost.eu, not Codeberg Pages. Any change to one’s new Codeberg repository will be automatically pushed to statichost.eu. The latter is used because Codeberg Pages is advised against by themselves if uptime is crucial. If reliable uptime isn’t necessary one can follow the legacy tutorial. Create an account on Codeberg: https://codeberg.org. Then click the top right “+” menu → “+ New Repository”. Choose whatever repository name and leave the rest as is. Click “Create Repository”. On one’s PC, navigate to the website’s git directory…