diff --git a/templates/home.tmpl b/templates/home.tmpl new file mode 100644 index 0000000..cf27045 --- /dev/null +++ b/templates/home.tmpl @@ -0,0 +1,39 @@ +{{template "base/head" .}} +
+
+
+
+ +
+
+

+ {{AppName}} +

+
+
+
+
+
+

+ {{svg "octicon-rocket"}} Fast version control and deployments +

+

+ Gitea provides a simple and lightweight git server.
+ Drone provides simple but powerful CI/CD. +

+
+
+

+ {{svg "octicon-code"}} Open Source +

+

+ Out entire development stack is powered by awesome open source technologies.
+ Version control powered by Gitea
+ CI/CD powered by Drone
+ Container powered by Docker Swarm
+ Storage powered by CEPH
+

+
+
+
+{{template "base/footer" .}} \ No newline at end of file