diff --git a/modules/services/forgejo/templates/home.tmpl b/modules/services/forgejo/templates/home.tmpl index 03242f3..168bfbe 100644 --- a/modules/services/forgejo/templates/home.tmpl +++ b/modules/services/forgejo/templates/home.tmpl @@ -7,49 +7,10 @@

{{AppDisplayName}}

-

A very painful Git service

+

{{ctx.Locale.Tr "startpage.app_desc"}}

-
-
-

- -

Made with copious amounts of caffeeine

-

-

- TODO: Write some funny text here -

-
-
-

- -

I hate it here

-

-

- Bottom text -

-
-
-
-
-

- -

Is this the real life?

-

-

- Something something fuck poettering -

-
-
-

- -

Open source or something

-

-

- I forgor -

-
-
+ {{template "home_forgejo" .}} {{template "base/footer" .}} diff --git a/modules/services/forgejo/templates/home_forgejo.tmpl b/modules/services/forgejo/templates/home_forgejo.tmpl new file mode 100644 index 0000000..d5d18c7 --- /dev/null +++ b/modules/services/forgejo/templates/home_forgejo.tmpl @@ -0,0 +1,36 @@ +
+
+

+ {{svg "octicon-flame"}} {{ctx.Locale.Tr "startpage.install"}} +

+

+ {{ctx.Locale.Tr "startpage.install_desc" "https://forgejo.org/download/#installation-from-binary" "https://forgejo.org/download/#container-image" "https://forgejo.org/download"}} +

+
+
+

+ {{svg "octicon-device-desktop"}} {{ctx.Locale.Tr "startpage.platform"}} +

+

+ {{ctx.Locale.Tr "startpage.platform_desc"}} +

+
+
+
+
+

+ {{svg "octicon-rocket"}} {{ctx.Locale.Tr "startpage.lightweight"}} +

+

+ {{ctx.Locale.Tr "startpage.lightweight_desc"}} +

+
+
+

+ {{svg "octicon-code"}} {{ctx.Locale.Tr "startpage.license"}} +

+

+ {{ctx.Locale.Tr "startpage.license_desc" "https://forgejo.org/download" "https://codeberg.org/forgejo/forgejo"}} +

+
+