commit c1d912b98fb1b7bd3a2c1a6a5045b54bcb5ad1e9 Author: hoernschen Date: Sat Oct 28 18:03:03 2023 +0000 index.html hinzugefĆ¼gt diff --git a/index.html b/index.html new file mode 100644 index 0000000..b0c8113 --- /dev/null +++ b/index.html @@ -0,0 +1,184 @@ + + + + + + + + + + + + Codeberg Pages - static pages for your projects + + + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+ +
+
+ +
+

Host static websites with Codeberg Pages!

+

It's quick, easy, free & fast - just put your open source project's homepage, developer blog or web experiment into a Git repository at Codeberg, and we'll do the rest.

+
+
+
+ +
+
+
+
+

+ 1 + Set up your repository +

+

+ Create a public repository named pages to make the site available at the main subdomain. +

+

or
+

+ Create a branch pages in a public repository:
+ git switch --orphan pages
git rm --cached -r . +

+
+
+

+ 2 + Upload your files +

+

+ Push your static content, HTML, style, fonts, images or anything else. +

+ +
+
+

+ 3 + You're done! +

+

+ Access your new website using this link:
+ https://USERNAME.codeberg.page[/REPOSITORY][/@BRANCH] +

+

or
+

+ To use a custom domain, create a file .domains in your repository with the domain name you wish to use. +

+ Then, add a DNS record for that domain:
+ CNAME [[branch.]repo.]user.codeberg.page. +

+ Or for apex domains where CNAME doesn't work:
+ ALIAS codeberg.page.
+ TXT [[branch.]repo.]user.codeberg.page +

+ If ALIAS isn't supported, use A & AAAA instead:
+ A 217.197.91.145
+ AAAA 2001:67c:1401:20f0::1
+ + TXT as above +

+
+
+
+
+
+
+ + +
+ + + +