Skip to content

Commit

Permalink
chore(docs/core): 2024-12-13 23:12:05
Browse files Browse the repository at this point in the history
Affected files:
content/GC/Abstract.md
quartz.config.ts
  • Loading branch information
zakhaev26 committed Dec 13, 2024
1 parent 5f4dd72 commit 61c04ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions content/GC/Abstract.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**GC Broadcast / Grand Championship Broadcasting Service** is a live score broadcasting application for both web and app platforms. The application is built using Golang,Kafka,MongoDB, SSE (Server-Sent Events), and Redis. The web version is being developed using Next.js, while the app version is built using Flutter.
2 changes: 1 addition & 1 deletion quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const config: QuartzConfig = {
},
colors: {
lightMode: {
light: "#FFA700",
light: "#faf8f8",
lightgray: "#e5e5e5",
gray: "#b8b8b8",
darkgray: "#4e4e4e",
Expand Down

0 comments on commit 61c04ac

Please sign in to comment.