Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
karthik1729 committed Jun 19, 2024
1 parent 05539ab commit 45084aa
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
10 changes: 7 additions & 3 deletions src/apps/devdoc/app/layout/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,14 @@ const Main = ({ children, pageOpts }: NextraThemeLayoutProps) => {

return (
<div className="wb-bg-surface-basic-subdued wb-min-h-screen wb-antialiased">
<div className='wb-flex wb-flex-col hidden md:block'>
<div className='wb-p-2xl wb-bg-surface-primary-default wb-text-center text-text-on-primary'>
<div className="wb-flex wb-flex-col hidden md:block">
<div className="wb-p-2xl wb-bg-surface-primary-default wb-text-center text-text-on-primary">
Kloudlite is live on Product Hunt! &nbsp;
<a href="https://www.producthunt.com/posts/kloudlite" className="hover:wb-bodyLg-underline wb-underline-offset-4">
<a
target="_blank"
href="https://www.producthunt.com/posts/kloudlite"
className="hover:wb-bodyLg-underline wb-underline-offset-4"
>
Check out the launch and share your feedback!
</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Containerisation: Reviving Legacy Apps for Developers"
author: "Karthik Thirumalasetti"
authorEmail: "karthik001@me.com"
author: "Anshuman Bhaskar"
authorEmail: "nxtcoder17@gmail.com"
gravatarHash: "3613c388f0507bbbd89a8a6e7a0f3f79bbe49a779d34eafdaede663b3f2a2542"
date: "2024-04-08"
category: "engineering"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Demystifying 7 Common Misconceptions About Containers"
author: "Karthik Thirumalasetti"
authorEmail: "karthik001@me.com"
gravatarHash: "3613c388f0507bbbd89a8a6e7a0f3f79bbe49a779d34eafdaede663b3f2a2542"
author: "Piyush Kumar"
authorEmail: "nxtcoder19@gmail.com"
gravatarHash: "B91AC7FD82E97D96ED741FFA1B39DB6884ED940FAF598FC85F74CD57EE87AA76"
date: "2024-04-09"
category: "engineering"
tags: [Containers, Misconception, DevOps, Application Modernization]
Expand Down
4 changes: 2 additions & 2 deletions src/apps/devdoc/pages/blog/remote-local-environments.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "What Are Remote Local Environments?"
author: "Karthik Thirumalasetti"
authorEmail: "karthik001@me.com"
author: "Aditya Sharma"
authorEmail: "aditya@me.com"
gravatarHash: "3613c388f0507bbbd89a8a6e7a0f3f79bbe49a779d34eafdaede663b3f2a2542"
date: "2024-06-04"
category: "engineering"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "The Role of Open Source in Modern Software Development"
author: "Karthik Thirumalasetti"
authorEmail: "[email protected]"
gravatarHash: "3613c388f0507bbbd89a8a6e7a0f3f79bbe49a779d34eafdaede663b3f2a2542"
author: "Pavani Katuboyina"
authorEmail: "[email protected]"
gravatarHash: "E216535F9246F72AD959E59B724AFBFA102B8FEF6E797A0C86035236228DDDD5"
date: "2024-06-04"
category: "engineering"
tags: [Containerization, Kubernetes, Legacy Modernization]
Expand Down

0 comments on commit 45084aa

Please sign in to comment.