From bfc7a47f5da0f9b8c9987d21ae70c2e9b794e4cd Mon Sep 17 00:00:00 2001
From: Brendan <2bndy5@gmail.com>
Date: Sun, 28 Sep 2025 20:59:03 -0700
Subject: [PATCH 1/5] fix: hero rendering
* Better color choice for anti-aliasing.
* Better size and positioning for mobile and desktop.
* Update mkdocs.yml config to silence warnings about unused documents (`blog/**`)
* Update `repo_name` in mkdocs.yml to display GitHub org name instead of the generic default ("Github")
* Disable markdownlint warnings as needed.
---
docs/getting-started.md | 26 ++++++++-----------
docs/index.md | 31 +++++++++++++++++++---
docs/stylesheets/extra.css | 53 ++++++++++++++++++++++++--------------
mkdocs.yml | 8 +++---
4 files changed, 77 insertions(+), 41 deletions(-)
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 11c4416..fae91c6 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -4,11 +4,13 @@ Welcome to cpp-linter! This guide will help you integrate C/C++ linting into you
## Choose Your Integration
+
+
Select the method that best fits your development workflow:
-- :material-github: **GitHub Actions**
+- :material-github: **GitHub Actions**
---
@@ -18,8 +20,7 @@ Select the method that best fits your development workflow:
[Get started with GitHub Actions →](https://cpp-linter.github.io/cpp-linter-action/){ .md-button .md-button--primary }
-
-- :material-git: **Pre-commit Hooks**
+- :material-git: **Pre-commit Hooks**
---
@@ -28,9 +29,8 @@ Select the method that best fits your development workflow:
**Perfect for:** Catching issues before commits, local enforcement
[Get started with pre-commit →](https://github.com/cpp-linter/cpp-linter-hooks){ .md-button .md-button--primary }
-
-- :fontawesome-brands-python: **Command Line**
+- :fontawesome-brands-python: **Command Line**
---
@@ -40,7 +40,7 @@ Select the method that best fits your development workflow:
[Get started with cpp-linter package →](https://cpp-linter.github.io/cpp-linter/){ .md-button .md-button--primary }
-- :simple-rust: **Command Line (Rust)**
+- :simple-rust: **Command Line (Rust)**
---
@@ -56,7 +56,7 @@ Select the method that best fits your development workflow:
-- :fontawesome-brands-github: **clang-tools-static-binaries**
+- :fontawesome-brands-github: **clang-tools-static-binaries**
---
@@ -64,8 +64,7 @@ Select the method that best fits your development workflow:
[Download from →](https://github.com/cpp-linter/clang-tools-static-binaries){ .md-button .md-button--primary }
-
-- :fontawesome-brands-docker: **clang-tools-docker**
+- :fontawesome-brands-docker: **clang-tools-docker**
---
@@ -73,8 +72,7 @@ Select the method that best fits your development workflow:
[Download from →](https://github.com/cpp-linter/clang-tools-docker){ .md-button .md-button--primary }
-
-- :fontawesome-brands-python: **clang-tools-wheels**
+- :fontawesome-brands-python: **clang-tools-wheels**
---
@@ -84,13 +82,11 @@ Select the method that best fits your development workflow:
-
-
## Easy Installation
-- :fontawesome-brands-python: **clang-tools-pip**
+- :fontawesome-brands-python: **clang-tools-pip**
---
@@ -98,7 +94,7 @@ Select the method that best fits your development workflow:
[Get started with clang-tools CLI →](https://cpp-linter.github.io/clang-tools-pip/){ .md-button .md-button--primary }
-- :fontawesome-brands-python: **clang-tools-asdf**
+- :fontawesome-brands-python: **clang-tools-asdf**
---
diff --git a/docs/index.md b/docs/index.md
index caa8e2a..95c775d 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -4,6 +4,21 @@ hide:
- toc
---
+
+
+
# C/C++ linting that simply works
@@ -22,19 +37,19 @@ hide:
-
-# C/C++ linting that simply works
-
-**Lint your C/C++ code in workflow** - automated, configurable, and reliable. Integrate seamlessly into any workflow in minutes.
-
-[Get started :material-rocket-launch:](getting-started.md){ .md-button .md-button--primary }
-
-
+ Lint your C/C++ code in your development workflow
+ - automated, configurable, and reliable.
+ Integrate seamlessly into any development workflow in minutes.
+