From 5f0bf30eadaf6ad4597db771213fb2f7b50729a8 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Thu, 13 Jul 2023 02:00:21 +0200 Subject: [PATCH] markdown: header: serve awesome logo from local directory - rename img directory to _static --- {img => _static}/awesome.png | Bin {img => _static}/favicon.ico | Bin markdown/header.md | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename {img => _static}/awesome.png (100%) rename {img => _static}/favicon.ico (100%) diff --git a/img/awesome.png b/_static/awesome.png similarity index 100% rename from img/awesome.png rename to _static/awesome.png diff --git a/img/favicon.ico b/_static/favicon.ico similarity index 100% rename from img/favicon.ico rename to _static/favicon.ico diff --git a/markdown/header.md b/markdown/header.md index 72558854fa..6e83a852a3 100644 --- a/markdown/header.md +++ b/markdown/header.md @@ -1,6 +1,6 @@ # Awesome-Selfhosted -[![Awesome](https://cdn.jsdelivr.net/gh/sindresorhus/awesome@d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![](https://github.com/awesome-selfhosted/awesome-selfhosted-data/actions/workflows/ci.yml/badge.svg)](https://github.com/awesome-selfhosted/awesome-selfhosted/issues/3558) +[![Awesome](_static/awesome.png)](https://github.com/sindresorhus/awesome) [![](https://github.com/awesome-selfhosted/awesome-selfhosted-data/actions/workflows/ci.yml/badge.svg)](https://github.com/awesome-selfhosted/awesome-selfhosted/issues/3558) Self-hosting is the practice of hosting and managing applications on your own server(s) instead of consuming from [SaaSS](https://www.gnu.org/philosophy/who-does-that-server-really-serve.html) providers.