From 4cb2e595529f2b07e46fc3e6cf899389e8a3d769 Mon Sep 17 00:00:00 2001 From: wompmacho Date: Fri, 13 Mar 2026 03:43:24 +0000 Subject: [PATCH] updating footer, links and readme --- README.md | 8 +--- config/_default/params.toml | 4 +- layouts/partials/footer.html | 71 ++++++++++++++++++++++++++++++++++++ 3 files changed, 74 insertions(+), 9 deletions(-) create mode 100644 layouts/partials/footer.html diff --git a/README.md b/README.md index 626740b..eb0bcd7 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,6 @@ # Project: Self-Hosted CI/CD and Static Hosting -[TOC] - -This project manages a centralized self-hosted environment using **Gitea** for version control and automation, **Caddy** as a lightweight web server, and **Nginx Proxy Manager** for SSL termination. - -## Architecture Overview - -The system relies on a shared host volume to move static files from the Gitea Runner to the web server directory. +This project manages a centralized self-hosted environment using **Gitea** for version control and automation, **Caddy** as a lightweight web server, and **Nginx Proxy Manager** for SSL termination. The system relies on a shared host volume to move static files from the Gitea Runner to the web server directory. **Components:** diff --git a/config/_default/params.toml b/config/_default/params.toml index 3c1be6e..c0a3449 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -52,8 +52,8 @@ customCSS = true heroStyle = "basic" # valid options: basic, big, background showBreadcrumbs = true showDraftLabel = true - showEdit = true - # editURL = "https://github.com/username/repo/" + showEditURL = true + editURL = "https://git.wompmacho.com/wompmacho/wiki/edit/main/content/" editAppendPath = true seriesOpened = true showHeadingAnchors = true diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..e6f4d55 --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,71 @@ +