From f499322a6176707be726737ff6e79bd7edfdb8ca Mon Sep 17 00:00:00 2001 From: "Panagiotis \"Ivory\" Vasilopoulos" Date: Thu, 30 Nov 2023 22:04:10 +0000 Subject: [PATCH] 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 --- content/codeberg-pages/index.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/codeberg-pages/index.md b/content/codeberg-pages/index.md index 6704bda..3cb44f9 100644 --- a/content/codeberg-pages/index.md +++ b/content/codeberg-pages/index.md @@ -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 %}