--- eleventyNavigation: key: GettingStarted title: Getting Started with Codeberg icon: rocket order: 10 description: This article shows you how to get started with Codeberg --- Knut the Polar Bear Hello there! We're glad you're considering to join Codeberg, the community-driven non-profit software development platform. I'm Knut the Polar Bear, and I'm going to guide you through your first steps on Codeberg. You can start with [finding out more about Codeberg](/getting-started/what-is-codeberg) or by jumping right to [your first steps on Codeberg](/getting-started/first-steps). Welcome to Codeberg! 😊 {% assign navPages = collections.all | eleventyNavigation %} {%- for entry in navPages %} {% if entry.url == page.url %} {%- if entry.children.length -%} {%- for child in entry.children %} {%- endfor %}
Find out more in this section:
{{ child.title }}
{% endif %} {% endif %} {%- endfor %}