--- import Layout from '../../../../layouts/Layout.astro' import Footer from '../../../../components/Footer.astro' const title = `Moved projects to SourceHut` const description = `Learning other ways of software collaboration` let publishedOn = `the 15th of February, 2025` const publishDate = `2025-02-15` const publishState = `` const content = `

I have moved main activities (e.g, repository, planned work, announcements/discussions) on my projects to SourceHut — a code forge much like GitHub, GitLab or Codeberg, but with significant differences.

The projects are still automatically mirrored to GitHub using automatic git push --mirror via SourceHut Builds.

👉 My projects on SourceHut

` publishedOn = publishedOn === '' ? publishDate : publishedOn ---

{title}

Published on {publishState}