From ebd125470a771e1f9eaf92229ddd59782d156edd Mon Sep 17 00:00:00 2001 From: OCram85 Date: Tue, 13 Sep 2022 13:53:19 +0200 Subject: [PATCH 1/4] add gitea link --- config/_default/menus.en.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 6bcb3a2..769160e 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -30,6 +30,11 @@ pageRef = "aboutme" weight = 40 +[[main]] + name = "Code" + url = "https://gite.ocram85.com" + weight = 50 + # -- Footer Menu -- # The footer menu is displayed at the bottom of the page, just before -- 2.45.2 From 2b6ab88c1d1788e05a47b3e9a2b6c9a0b48fd204 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Tue, 13 Sep 2022 14:04:57 +0200 Subject: [PATCH 2/4] fix github refs --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 63f6735..0a69724 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

- OCram85.com Logo + OCram85.com Logo

@@ -18,11 +18,11 @@

- - Project License + + Project License - - Drone.IO Build + + Woodpecker Build Docker Image Tags -- 2.45.2 From bd63a0acbb01c4cf529db7a68bc188e8b4496d69 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Tue, 13 Sep 2022 14:05:14 +0200 Subject: [PATCH 3/4] add code link --- config/_default/menus.en.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 769160e..89776c2 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -32,7 +32,7 @@ [[main]] name = "Code" - url = "https://gite.ocram85.com" + url = "https://gitea.ocram85.com" weight = 50 -- 2.45.2 From 13d6edff33a3c17afc5dc78c9bb98ddca77ac2c2 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Tue, 13 Sep 2022 14:05:51 +0200 Subject: [PATCH 4/4] add CI link --- config/_default/menus.en.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 89776c2..730fef4 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -55,3 +55,8 @@ url = "https://umami.ocram85.com/share/KAk7LmbU/Blog" weight = 30 +[[footer]] + name = "CI" + url = "https://ci.ocram85.com" + weight = 40 + -- 2.45.2