From dd3f2731e0612b3b402d1464d5612fd9fc342748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 10 Aug 2026 23:08:30 +0200 Subject: [PATCH] Remove Star History from README Removed Star History section from README. Closes #15190 --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index ea6465ce2..13050922b 100644 --- a/README.md +++ b/README.md @@ -138,10 +138,6 @@ To build and install the extended/deploy edition, first install a C compiler suc CGO_ENABLED=1 go install -tags extended,withdeploy github.com/gohugoio/hugo@latest ``` -## Star History - -[![Star History Chart](https://api.star-history.com/svg?repos=gohugoio/hugo&type=Timeline)](https://star-history.com/#gohugoio/hugo&Timeline) - ## Documentation Hugo's [documentation][] includes installation instructions, a quick start guide, conceptual explanations, reference information, and examples.