From 1327b584f5e981a7b9f8323de635667cf3e634d7 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 20 Apr 2026 19:35:56 +0300 Subject: [PATCH 1/2] Enhance README.md: Add project description and website links --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 8068c12..cb10bd3 100644 --- a/README.md +++ b/README.md @@ -1 +1,21 @@ # cpp-linter.github.io + +[![Website](https://img.shields.io/badge/website-cpp--linter.github.io-2ea44f?logo=googlechrome&logoColor=white)](https://cpp-linter.github.io/) +[![GitHub Org](https://img.shields.io/badge/github-cpp--linter-181717?logo=github)](https://github.com/cpp-linter) +[![License](https://img.shields.io/github/license/cpp-linter/cpp-linter.github.io)](LICENSE) +[![MkDocs](https://img.shields.io/badge/docs-MkDocs%20Material-526CFE?logo=materialformkdocs&logoColor=white)](https://cpp-linter.github.io/) + +Documentation website for the `cpp-linter` project and organization. + +This repository hosts the public site at , including the homepage, getting started guides, and community links for the C/C++ linting ecosystem around `cpp-linter`. + +## Website + +- Main site: +- GitHub organization: + +## What You'll Find + +- Project overview and landing page content +- Getting started documentation +- Discussion and community entry points From 5b8e8a1285ba1396cc727d8d65794d8e39ffdbba Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 20 Apr 2026 19:38:20 +0300 Subject: [PATCH 2/2] Fix badge styling in README.md for website link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb10bd3..13cb52d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # cpp-linter.github.io -[![Website](https://img.shields.io/badge/website-cpp--linter.github.io-2ea44f?logo=googlechrome&logoColor=white)](https://cpp-linter.github.io/) +[![Website](https://img.shields.io/static/v1?logo=googlechrome&logoColor=white&label=Website&message=cpp-linter.github.io&color=yellow)](https://cpp-linter.github.io/) [![GitHub Org](https://img.shields.io/badge/github-cpp--linter-181717?logo=github)](https://github.com/cpp-linter) [![License](https://img.shields.io/github/license/cpp-linter/cpp-linter.github.io)](LICENSE) [![MkDocs](https://img.shields.io/badge/docs-MkDocs%20Material-526CFE?logo=materialformkdocs&logoColor=white)](https://cpp-linter.github.io/)