Add blog CMS with tracked public posts
Build Check / build (pull_request) Successful in 34s
Build Check / push-image (pull_request) Has been skipped
Build Check / deploy-coolify (pull_request) Has been skipped

This commit is contained in:
2026-07-17 22:02:25 +00:00
parent ef63164d58
commit 912e5edb81
24 changed files with 1667 additions and 36 deletions
+1 -1
View File
@@ -11,6 +11,7 @@ export function Navbar() {
const navItems = [
{ label: "Home", path: "/" },
{ label: "Projects", path: "/projects" },
{ label: "Blog", path: "/blogs" },
{ label: "Connect", path: "/contact" },
];
@@ -40,4 +41,3 @@ export function Navbar() {
</nav>
);
}