From ca6a6a59e5169f06fffe128f3becda4c6ddd778f Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Sat, 30 Jul 2022 19:56:42 +0200 Subject: [PATCH] page Signed-off-by: Sam Therapy --- .domains | 1 + index.html | 184 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 185 insertions(+) create mode 100644 .domains create mode 100644 index.html diff --git a/.domains b/.domains new file mode 100644 index 0000000..1ed7555 --- /dev/null +++ b/.domains @@ -0,0 +1 @@ +freecumextremist.finance diff --git a/index.html b/index.html new file mode 100644 index 0000000..0c2a1b9 --- /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 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.freecumextremist.finance[/REPOSITORY][/@BRANCH] +

+

or
+

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

+ Then, add a DNS record to that domains:
+ CNAME [[branch.]repo.]user.freecumextremist.finance +

+ Or for zone roots where CNAME doesn't work:
+ ALIAS freecumextremist.finance
+ TXT [[branch.]repo.]user.freecumextremist.finance +

+ If ALIAS isn't supported, use A & AAAA instead:
+ A 158.101.113.160
+ AAAA 2603:c020:4004:62ee:abcd:1234:0:a
+ + TXT as above +

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