diff --git a/src/components/Header.astro b/src/components/Header.astro index 291fb9a..503d02c 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -32,6 +32,7 @@ import { Icon } from 'astro-icon/components' img.header-icon { height: 28px; + border-radius: 0; } header { diff --git a/src/content/posts/how-khoj-generates-images.md b/src/content/posts/how-khoj-generates-images.md index 32e5eae..f28cd25 100644 --- a/src/content/posts/how-khoj-generates-images.md +++ b/src/content/posts/how-khoj-generates-images.md @@ -1,5 +1,5 @@ --- -title: "How We Generate Personalized Images" +title: "How Khoj Generates Personalized AI Images" author: saba description: Khoj offers a unique approach to generating images that are personalized to the user's preferences and context. heroImage: /pacific_coast_highway.png diff --git a/src/content/posts/khoj-ai-personal-accountant.mdx b/src/content/posts/khoj-ai-personal-accountant.mdx index 7f5eeec..0433cbf 100644 --- a/src/content/posts/khoj-ai-personal-accountant.mdx +++ b/src/content/posts/khoj-ai-personal-accountant.mdx @@ -1,14 +1,13 @@ --- -title: "Khoj as My Personal AI Accountant" +title: "Khoj as a Personal AI Accountant" author: debanjum -description: Learn how I use Khoj to keep my account synced and maintain an up-to-date view into all my finances. +description: Learn how our founder, Debanjum, uses Khoj to keep his accounts synced and maintain an up-to-date view into all his finances. heroImage: /ai_accountant_abstract.webp pubDate: 2024-10-04 keywords: ["ai accountant", "plaintext accounting", "workflows"] --- import ClickableChatCard from '../../components/ClickableChatCard.astro'; -## Overview I've been maintaining my personal finances using a [plaintext accounting](https://plaintextaccounting.org/) tool called [Beancount](https://github.com/beancount/beancount?tab=readme-ov-file#beancount-double-entry-accounting-from-text-files), for the last decade. These days [Khoj](https://app.khoj.dev) helps me keep my accounts synced and maintain an up-to-date view into all my finances. diff --git a/src/layouts/BlogPost.astro b/src/layouts/BlogPost.astro index b1b2ff4..c9c9a71 100644 --- a/src/layouts/BlogPost.astro +++ b/src/layouts/BlogPost.astro @@ -100,7 +100,7 @@ const authorObj = AUTHOR_METADATA[author as keyof typeof AUTHOR_METADATA]; keywords && (