Skip to content

Commit a0540b1

Browse files
Merge branch 'master' into blog-images
2 parents e0b0921 + d8fcef4 commit a0540b1

File tree

14 files changed

+181
-31
lines changed

14 files changed

+181
-31
lines changed

.github/workflows/build-and-deploy-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install and Build 🔧
3232
run: |
3333
make setup
34-
make build
34+
make clean
3535
3636
- name: Deploy 🚀
3737
uses: JamesIves/github-pages-deploy-action@v4

.github/workflows/build-and-preview-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install and Build 🔧
1818
run: |
1919
make setup
20-
make build
20+
make clean
2121
2222
- name: Broken Link Check 🔗
2323
uses: technote-space/broken-link-checker-action@v2

src/collections/blog/2022/2022-02-25-layer5-collab-with-openforce/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Layer5 collaboration with OpenForce 2022"
3-
date: 2022-02-25
3+
date: 2022-02-25
44
author: Shebeul Inyang
55
thumbnail: ./thumbnail.webp
66
darkthumbnail: ./thumbnail.webp

src/collections/blog/2022/2022-06-08-experience-lfx-pranav-singh/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: LFX Experience at Layer5 - Pranav Singh
33
subtitle: An exquisite experience
4-
date: 2022-06-08 08:00:00 -0630
4+
date: 2022-06-08 08:00:00 -0530
55
author: Pranav Singh
66
thumbnail: ./lfx-pranav.webp
77
darkthumbnail: ./lfx-pranav.webp

src/collections/blog/2022/2022-07-06-aaditya-gsoc-blogpost/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "My Journey as a Contributor to GSoC Intern at Layer5"
33
subtitle: "Nothing but a magical experience"
4-
date: 2022-07-06 08:00:00 -0630
4+
date: 2022-07-06 08:00:00 -0530
55
author: Aaditya Narayan Subedy
66
thumbnail: ./aaditya-subedy-layer5-intern.webp
77
darkthumbnail: ./aaditya-subedy-layer5-intern.webp

src/collections/blog/2022/2022-07-07-deploy-meshery-on-aks/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "How to deploy Meshery on AKS"
3-
date: 2022-07-21 08:00:00 -0630
3+
date: 2022-07-21 08:00:00 -0530
44
author: Srinivas Karnati
55
category: "Meshery"
66
description: "How to deploy Meshery on Azure Kubernetes service(AKS)."

src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Multi-Cluster Kubernetes Management with Meshery
33
subtitle: Wrangling your services one cluster at-a-time
4-
date: 2022-07-28 08:00:00 -0630
4+
date: 2022-07-28 08:00:00 -0530
55
author: Ashish Tiwari
66
description: "Manage all of your Kubernetes clusters with the cloud native management plane, Meshery. Learn how Meshery makes connecting, discovering, and configuring multiple clusters a breeze."
77
thumbnail: ./multi-cluster-kubernetes-management-with-meshery.webp

src/collections/blog/2024/07-01-meet-the-maintainer-xin-huang/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Meet the Maintainer: Xin Huang"
33
subtitle: "An interview series with open source maintainers"
4-
date: 2024-07-01T08:00:00-05:30
4+
date: 2024-07-01 08:00:00 -0530
55
author: Layer5 Team
66
thumbnail: ./xin-huang-layer5-maintainer.png
77
darkthumbnail: ./xin-huang-layer5-maintainer.png
Lines changed: 28 additions & 0 deletions
Loading
Lines changed: 28 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)