File tree Expand file tree Collapse file tree 4 files changed +30
-12
lines changed Expand file tree Collapse file tree 4 files changed +30
-12
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Select the method that best fits your development workflow:
1818
1919 ** Perfect for:** CI/CD pipelines, automated PRs, team collaboration
2020
21- [ Get started with GitHub Actions →] ( https://commit-check.github.io /commit-check-action/ ) { .md-button .md-button--primary }
21+ [ Get started with GitHub Actions →] ( https://github.com/ commit-check/commit-check-action ) { .md-button .md-button--primary }
2222
2323- :material-git: ** Pre-commit Hooks**
2424
@@ -28,7 +28,7 @@ Select the method that best fits your development workflow:
2828
2929 ** Perfect for:** Local development, enforcing commit standards before commits
3030
31- [ Get started with pre-commit →] ( https://github.com /commit-check/commit-check ) { .md-button .md-button--primary }
31+ [ Get started with pre-commit →] ( https://commit-check. github.io /commit-check/example.html#running-as-pre- commit-hook ) { .md-button .md-button--primary }
3232
3333- :fontawesome-brands-python: ** Command Line**
3434
Original file line number Diff line number Diff line change 44 < div class ="hero ">
55 < h1 id ="cc-linting-that-simply-works "> Commit Check that simply works</ h1 >
66 < p >
7- < strong > Check commit in your development workflow </ strong >
7+ Streamline your workflow with automated validation for commits, branches, and beyond. </ strong >
88 < br >
9- - automated, configurable, and reliable.
109 < br >
10+ Automated • Configurable • Reliable
1111 < br >
12- Integrate seamlessly into any development workflow in minutes.
1312 </ p >
1413 < p >
1514 < a class ="md-button md-button--primary " href ="getting-started/ ">
Original file line number Diff line number Diff line change 77 --commit-check-logo-color-yellow : # ffffff ;
88}
99
10+ /* Custom theme colors to match commit-check branding */
11+ : root {
12+ --md-primary-fg-color : # 009485 ;
13+ --md-primary-fg-color--light : # 00a893 ;
14+ --md-primary-fg-color--dark : # 008077 ;
15+ }
16+
17+ [data-md-color-scheme = "default" ] {
18+ --md-primary-fg-color : # 009485 ;
19+ --md-primary-fg-color--light : # 00a893 ;
20+ --md-primary-fg-color--dark : # 008077 ;
21+ }
22+
23+ [data-md-color-scheme = "slate" ] {
24+ --md-primary-fg-color : # 009485 ;
25+ --md-primary-fg-color--light : # 00a893 ;
26+ --md-primary-fg-color--dark : # 008077 ;
27+ }
28+
1029/* Hero section styling */
1130.hero {
1231 text-align : center;
Original file line number Diff line number Diff line change 11site_name : " commit-check"
2- site_description : " Documentation for the commit-check organization ."
2+ site_description : " Automated, configurable, and reliable commit validation for professional development workflows ."
33site_url : " https://commit-check.github.io/"
44repo_url : https://github.com/commit-check
55repo_name : " commit-check"
@@ -29,26 +29,26 @@ theme:
2929 palette :
3030 # Palette toggle for automatic mode
3131 - media : " (prefers-color-scheme)"
32- primary : blue
33- accent : cyan
32+ primary : teal
33+ accent : teal
3434 toggle :
3535 icon : material/brightness-auto
3636 name : Switch to light mode
3737
3838 # Palette toggle for light mode
3939 - media : " (prefers-color-scheme: light)"
4040 scheme : default
41- primary : indigo
42- accent : cyan
41+ primary : teal
42+ accent : teal
4343 toggle :
4444 icon : material/lightbulb-outline
4545 name : Switch to dark mode
4646
4747 # Palette toggle for dark mode
4848 - media : " (prefers-color-scheme: dark)"
4949 scheme : slate
50- primary : indigo
51- accent : cyan
50+ primary : teal
51+ accent : teal
5252 toggle :
5353 icon : material/lightbulb
5454 name : Switch to system preference
You can’t perform that action at this time.
0 commit comments