From 376a0155e8747608deb3daa34194ee24776e46b2 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Tue, 13 Sep 2022 14:55:12 +0200 Subject: [PATCH] Adds gitea link (#20) #### :book: Summary - adds Gitea link in header - adds Woodpecker / CI link in footer - updates links in Readme. (Github removed) #### :bookmark_tabs: Test Plan > :bulb: Select your test plan for the code changes. - [x] Tested via CI pipeline - [ ] Custom test - [ ] No test plan ##### Details / Justification #### :books: Additional Notes Co-authored-by: OCram85 Reviewed-on: https://gitea.ocram85.com/OCram85/Blog/pulls/20 --- README.md | 10 +++++----- config/_default/menus.en.toml | 10 ++++++++++ 2 files changed, 15 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 diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 6bcb3a2..730fef4 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://gitea.ocram85.com" + weight = 50 + # -- Footer Menu -- # The footer menu is displayed at the bottom of the page, just before @@ -50,3 +55,8 @@ url = "https://umami.ocram85.com/share/KAk7LmbU/Blog" weight = 30 +[[footer]] + name = "CI" + url = "https://ci.ocram85.com" + weight = 40 +