summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg2021-08-04 16:19:31 +0200
committerGeorg2021-08-04 16:19:31 +0200
commit81c08975bdd8fd2976cfedbdf07cef7b042d1277 (patch)
tree497c5a2d03c8f288245c930872fdcb40ac2b11d8
parent5a36f16d0749440e93f78d8f72db93dc6cb8c41d (diff)
downloadwebsite-81c08975bdd8fd2976cfedbdf07cef7b042d1277.tar.gz
website-81c08975bdd8fd2976cfedbdf07cef7b042d1277.tar.bz2
website-81c08975bdd8fd2976cfedbdf07cef7b042d1277.zip
Git
Signed-off-by: Georg <georg@lysergic.dev>
-rw-r--r--git.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/git.html b/git.html
new file mode 100644
index 0000000..01765d1
--- /dev/null
+++ b/git.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+<meta charset="UTF-8">
+ <link rel="stylesheet" href="styles.css">
+<title>LibertaCasa - git</title>
+</head>
+
+<body>
+<pre>
+┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
+│ │ │─│ │─ │┬┘ │ │─┤
+┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │
+
+┌─┐ ┬─┐ ┐─┐ ┬─┐
+│ │─┤ └─┐ │─┤
+└─┘ ┘ │ ──┘ ┘ │
+
+
+<p><a href="https://git-scm.com/">> What's Git</a></p>
+
+> We aim to publish all relevant infrastructure and configuration details to our community in a way that not only allows for easy access, but also allows for uncomplicated contributions.
+> We chose to use a self-hosted Git server to achieve this. Full repository access is possible through Gitea (<a href="https://git.com.de/">https://git.com.de</a>), there you may register for your own account, browse, contribute, and, if desired, also publish your own repositories.
+> For a quick-glance at only LibertaCasa specific repositories we employ a cgit instance on <a href="https://git.casa/">https://git.casa</a> - if you only want to look, without editing anything, this is the perfect place to go, as it is blazing fast and easy to navigate.
+</pre>
+</body>
+</html>