From 575548e3a82cfc56797ba4e605c723cdeac53de2 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Fri, 1 Feb 2019 23:42:07 -0500 Subject: [PATCH] added the gitea templates --- gitea/templates/custom/extra_links.tmpl | 1 + gitea/templates/home.tmpl | 53 +++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 gitea/templates/custom/extra_links.tmpl create mode 100644 gitea/templates/home.tmpl diff --git a/gitea/templates/custom/extra_links.tmpl b/gitea/templates/custom/extra_links.tmpl new file mode 100644 index 0000000..c7414ae --- /dev/null +++ b/gitea/templates/custom/extra_links.tmpl @@ -0,0 +1 @@ +lain.church diff --git a/gitea/templates/home.tmpl b/gitea/templates/home.tmpl new file mode 100644 index 0000000..a44cda0 --- /dev/null +++ b/gitea/templates/home.tmpl @@ -0,0 +1,53 @@ +{{template "base/head" .}} +
+
+
+
+ +
+
+

+ {{AppName}} +

+

By Lains, for Lains

+
+
+
+
+
+

+ Easy to install +

+

+ Simply run the binary for your platform. Or ship Gitea with Docker or Vagrant, or get it packaged. +

+
+
+

+ Cross-platform +

+

+ Gitea runs anywhere Go can compile for: Windows, macOS, Linux, ARM, etc. Choose the one you love! +

+
+
+
+
+

+ Lightweight +

+

+ Gitea has low minimal requirements and can run on an inexpensive Raspberry Pi. Save your machine energy! +

+
+
+

+ Open Source +

+

+ It's all on GitHub! Join us by contributing to make this project even better. Don't be shy to be a contributor! +

+
+
+
+{{template "base/footer" .}}