Adding CSS for themes and PlantUML integration for Gitea.
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 19s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Successful in 2m51s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (benedikta) (push) Successful in 4m8s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Successful in 4m43s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 16s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (benedikta) (push) Successful in 3m29s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Successful in 3m1s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Successful in 5m29s

This commit is contained in:
2025-10-03 10:26:25 -04:00
parent 3a9b0d267c
commit 0cc4362a23
74 changed files with 49135 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{{if .RequireHighlightJS}}
<script src="https://git.trez.wtf/assets/deflate.js"></script>
<script src="https://git.trez.wtf/assets/encode.js"></script>
<script src="https://git.trez.wtf/assets/plantuml_codeblock_parse.js"></script>
<script>
parsePlantumlCodeBlocks("https://plantuml.trez.wtf")
</script>
{{end}}