Adds gitea link (#20)
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/push/next Pipeline was successful Details
ci/woodpecker/push/master Pipeline was successful Details

#### 📖 Summary

- adds Gitea link in header
- adds Woodpecker / CI link in footer
- updates links in Readme. (Github removed)

#### 📑 Test Plan

> 💡 Select your test plan for the code changes.

- [x] Tested via CI pipeline
- [ ] Custom test
- [ ] No test plan

##### Details / Justification

<!-- Add your test details or justification for missing tests here. -->

#### 📚 Additional Notes

<!-- A place for additional detail notes. -->

Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: #20
This commit is contained in:
OCram85 2022-09-13 14:55:12 +02:00
parent cb0a65d379
commit 376a0155e8
2 changed files with 15 additions and 5 deletions

View File

@ -5,7 +5,7 @@
<p align="center">
<a href="https://ocram85.com/">
<img src="https://raw.githubusercontent.com/OCram85/Blog/master/assets/img/logo_square.png" alt="OCram85.com Logo" width="300" height="300">
<img src="https://gitea.ocram85.com/OCram85/Blog/raw/branch/master/assets/img/logo_square.png" alt="OCram85.com Logo" width="300" height="300">
</a>
</p>
@ -18,11 +18,11 @@
</p>
<p align="center">
<a href="https://github.com/OCram85/Blog">
<img src="https://img.shields.io/github/license/OCram85/Blog" alt="Project License">
<a href="https://gitea.ocram85.com/OCram85/Blog">
<img src="https://img.shields.io/badge/license-MIT-green" alt="Project License">
</a>
<a href="https://cloud.drone.io/OCram85/Blog">
<img src="https://cloud.drone.io/api/badges/OCram85/Blog/status.svg" alt="Drone.IO Build">
<a href="https://ci.ocram85.com/OCram85/Blog">
<img src="https://ci.ocram85.com/api/badges/OCram85/Blog/status.svg" alt="Woodpecker Build">
</a>
<a href="https://hub.docker.com/r/ocram85/blog/tags">
<img src="https://img.shields.io/docker/image-size/ocram85/blog/latest" alt="Docker Image Tags">

View File

@ -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