commit 9477b8137a906dfa7a5ddc1a615840c43f9f6be6 Author: h Date: Tue Nov 25 20:09:45 2025 +0100 feat(templates): add projects page diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b26a482 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +repomix-output.xml +conf/ \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..f328194 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Gitea themes + main page for git.kotikot.com diff --git a/templates/custom/extra_links.tmpl b/templates/custom/extra_links.tmpl new file mode 100644 index 0000000..a183573 --- /dev/null +++ b/templates/custom/extra_links.tmpl @@ -0,0 +1,3 @@ +{{if .IsSigned}} + projects +{{end}} diff --git a/templates/custom/portfolio.tmpl b/templates/custom/portfolio.tmpl new file mode 100644 index 0000000..ce0244b --- /dev/null +++ b/templates/custom/portfolio.tmpl @@ -0,0 +1,512 @@ +
+
+
+

+ {{AppName}} +

+

+ hi there. explore our projects below. +

+
+ +
+
+
+ + + +
+
+ +
+ +
+ +
+
+ + +
+
+ +
+ +
+
+ +
loading portfolio...
+ + + +
+
+ +
+
+ + + + diff --git a/templates/home.tmpl b/templates/home.tmpl new file mode 100644 index 0000000..8dfd8a5 --- /dev/null +++ b/templates/home.tmpl @@ -0,0 +1,3 @@ +{{template "base/head" .}} +{{template "custom/portfolio" .}} +{{template "base/footer" .}} diff --git a/templates/status/404.tmpl b/templates/status/404.tmpl new file mode 100644 index 0000000..8dfd8a5 --- /dev/null +++ b/templates/status/404.tmpl @@ -0,0 +1,3 @@ +{{template "base/head" .}} +{{template "custom/portfolio" .}} +{{template "base/footer" .}}