From f428389dd75209ab05c7beb2804840caf63b0314 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 2 Oct 2023 13:34:07 +0200 Subject: [PATCH] drop remaining drone refs (#444) --- .prettierignore | 1 - .tarignore | 2 +- .woodpecker/test.yml | 2 +- README.md | 2 +- exampleSite/content/posts/usage/getting-started.md | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.prettierignore b/.prettierignore index b2fc7d4..2a2d617 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,3 @@ -.drone.yml search*.js _normalize.css list.json.json diff --git a/.tarignore b/.tarignore index 3d61ea9..7d3fe23 100644 --- a/.tarignore +++ b/.tarignore @@ -3,7 +3,7 @@ .tarignore .dictionary* .git* -.drone* +.woodpecker* .lighthouse* .markdownlint* .jsbeautify* diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index b2efbe9..c13a912 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -48,4 +48,4 @@ steps: commands: - lhci autorun environment: - LHCI_SERVER_URL: https://drone-artifact.rknet.org/${CI_REPO_NAME}/ + LHCI_SERVER_URL: https://ci-artifact.rknet.org/${CI_REPO_NAME}/ diff --git a/README.md b/README.md index 4627557..2eef538 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Geekblog -[![Build Status](https://img.shields.io/drone/build/thegeeklab/hugo-geekblog?logo=drone&server=https%3A%2F%2Fdrone.thegeeklab.de)](https://drone.thegeeklab.de/thegeeklab/hugo-geekblog) +[![Build Status](https://ci.thegeeklab.de/api/badges/thegeeklab/hugo-geekblog/status.svg)](https://ci.thegeeklab.de/repos/thegeeklab/hugo-geekblog) [![Hugo Version](https://img.shields.io/badge/hugo-0.93-blue.svg)](https://gohugo.io) [![GitHub release](https://img.shields.io/github/v/release/thegeeklab/hugo-geekblog)](https://github.com/thegeeklab/hugo-geekblog/releases/latest) [![GitHub contributors](https://img.shields.io/github/contributors/thegeeklab/hugo-geekblog)](https://github.com/thegeeklab/hugo-geekblog/graphs/contributors) diff --git a/exampleSite/content/posts/usage/getting-started.md b/exampleSite/content/posts/usage/getting-started.md index b7d54c2..d2ac712 100644 --- a/exampleSite/content/posts/usage/getting-started.md +++ b/exampleSite/content/posts/usage/getting-started.md @@ -14,7 +14,7 @@ Geekblog is a simple Hugo theme for personal blogs. It is intentionally designed -[![Build Status](https://img.shields.io/drone/build/thegeeklab/hugo-geekblog?logo=drone&server=https%3A%2F%2Fdrone.thegeeklab.de)](https://drone.thegeeklab.de/thegeeklab/hugo-geekblog) +[![Build Status](https://ci.thegeeklab.de/api/badges/thegeeklab/hugo-geekblog/status.svg)](https://ci.thegeeklab.de/repos/thegeeklab/hugo-geekblog) [![Hugo Version](https://img.shields.io/badge/hugo-0.93-blue.svg)](https://gohugo.io) [![GitHub release](https://img.shields.io/github/v/release/thegeeklab/hugo-geekblog)](https://github.com/thegeeklab/hugo-geekblog/releases/latest) [![GitHub contributors](https://img.shields.io/github/contributors/thegeeklab/hugo-geekblog)](https://github.com/thegeeklab/hugo-geekblog/graphs/contributors)