Pages: More background information (#374)

- Link to repository
- More organized "See also" section
- Link to FEATURES.md of Pages repository

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/374
This commit is contained in:
Panagiotis "Ivory" Vasilopoulos 2023-11-30 22:04:10 +00:00
parent 55a504e33a
commit f499322a61

View file

@ -7,6 +7,7 @@ eleventyNavigation:
---
Codeberg Pages allows you to easily publish static websites with a human-friendly address (`{username}.codeberg.page`) via Git on Codeberg.
Follow these simple steps below to get started, or check out the advanced usage below.
1. Create a public repository named 'pages' in your user account or organization.
@ -14,7 +15,14 @@ Follow these simple steps below to get started, or check out the advanced usage
3. Push your content to the default branch of the new repository.
4. You should now be able to access your content by visiting `{username}.codeberg.page`.
See also [https://codeberg.page/](https://codeberg.page) or the [Troubleshooting](troubleshooting) page.
---
This project is developed "in-house" by Codeberg. You can find the source code [here](https://codeberg.org/Codeberg/pages-server/).
See also:
- [codeberg.page](https://codeberg.page)
- [Troubleshooting (Codeberg Documentation)](troubleshooting)
- [Features (Codeberg Pages Repository)](https://codeberg.org/Codeberg/pages-server/src/branch/main/FEATURES.md)
{% assign navPages = collections.all | eleventyNavigation %}
{%- for entry in navPages %}