diff --git a/blog/2022-04-19-vc-business-model/index.md b/blog/2022-04-19-vc-business-model/index.md index 564014f..4416bfa 100644 --- a/blog/2022-04-19-vc-business-model/index.md +++ b/blog/2022-04-19-vc-business-model/index.md @@ -4,7 +4,7 @@ slug: 'the-vc-business-model-and-why-vcs-invest' description: 'The majority of the confusion or difficulty I had raising Venture Capital was that I didn’t fully understand the VC business model. I didn’t understand the individual investors and their incentives. I didn’t appreciate the incentives for the fund itself. Nor did I understand what the fund’s investors (Limited Partners aka LPs) were expecting. Hopefully this will help you understand what I didn’t.' date: "2022-04-19" authors: [kam] -tags: [cyclic, VC] +tags: [cyclic, VC, startups] image: ./vc-triangle.png --- diff --git a/blog/2022-06-08-how-to-debug/index.md b/blog/2022-06-08-how-to-debug/index.md index bb77f89..8fd8958 100644 --- a/blog/2022-06-08-how-to-debug/index.md +++ b/blog/2022-06-08-how-to-debug/index.md @@ -1,9 +1,10 @@ --- title: How to Debug date: "2022-06-08" +description: "Sometimes when you hit a bug you don't know how or where to start. This is a starting point when you don't know where to start." slug: how-to-debug authors: [kam] -tags: [tech] +tags: [cyclic, software, tech] image: ./bugs.jpg --- diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 6c76633..956e876 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -74,7 +74,7 @@ const config: Config = { items: [ {to: '/blog', label: 'Blog', position: 'left'}, { - href: 'https://github.com/seekaye/', + href: 'https://github.com/seekayel/', label: 'GitHub', position: 'right', },