Skip to content

Commit 78496a6

Browse files
committed
feat!: refactor commit-check.github.io
1 parent e610bcd commit 78496a6

File tree

30 files changed

+1279
-1400
lines changed

30 files changed

+1279
-1400
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ Thumbs.db
1919
*.log
2020

2121
# Temporary files
22-
*~
22+
*~
23+
__pycache__/

404.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

Gemfile

Lines changed: 0 additions & 14 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Commit Check
3+
Copyright (c) 2025 cpp-linter
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
# Commit Check Documentation Site
1+
# commit-check.github.io
22

3-
This repository contains the unified documentation site for the Commit Check organization, hosted at [commit-check.github.io](https://commit-check.github.io).
3+
This repository contains the source code for the [commit-check](https://commit-check.github.io) website.
44

5-
## Structure
6-
7-
- **commit-check/**: Documentation for the main commit-check tool
8-
- **commit-check-action/**: Documentation for the GitHub Action
9-
10-
## Development
11-
12-
This site is built with Jekyll and automatically deployed via GitHub Pages.

_config.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

_includes/navigation.html

Lines changed: 0 additions & 7 deletions
This file was deleted.

_layouts/default.html

Lines changed: 0 additions & 62 deletions
This file was deleted.

assets/css/main.scss

Lines changed: 0 additions & 116 deletions
This file was deleted.

0 commit comments

Comments
 (0)