From 22d7332120f3fdc12c769e8dad983d39d3edc4ac Mon Sep 17 00:00:00 2001 From: Moritz Marquardt Date: Wed, 1 Dec 2021 23:54:04 +0100 Subject: [PATCH] Add index.html page for main domain --- .domains | 1 + index.html | 187 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 188 insertions(+) create mode 100644 .domains create mode 100644 index.html diff --git a/.domains b/.domains new file mode 100644 index 0000000..3bdefa7 --- /dev/null +++ b/.domains @@ -0,0 +1 @@ +codeberg.page diff --git a/index.html b/index.html new file mode 100644 index 0000000..78c866f --- /dev/null +++ b/index.html @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + 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, personal blog or almost anything else into a Git repository, and we'll do the rest.

+
+
+
+ +
+
+
+
+

+ 1 + Set up your repository +

+

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

+

or
+

+ Create a branch pages in a repository:
+ git checkout --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 your own domain, add a DNS record:
+ CNAME [[branch.]repo.]user.codeberg.page +

+ Or for zone roots where CNAME doesn't work:
+ ALIAS codeberg.page (or A 217.197.91.145)
+ TXT [[branch.]repo.]user.codeberg.page +

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