Skip to content

Commit 1b85931

Browse files
changes
1 parent b53686c commit 1b85931

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

src/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ export const SITE: Site = {
55
author: "Krishna Chaitanya Ethamukkala",
66
profile: "https://ekrishnachaitanya2004.netlify.app/about/",
77
desc: "A minimal, responsive and SEO-friendly Astro blog theme.",
8-
title: "Krishna",
8+
title: "Time Machine",
99
ogImage: "astropaper-og.jpg",
1010
lightAndDarkMode: true,
11-
postPerIndex: 4,
11+
postPerIndex: 5,
1212
postPerPage: 5,
13-
scheduledPostMargin: 15 * 60 * 1000, // 15 minutes
13+
scheduledPostMargin: 1 * 60 * 1000, // 1 minutes
1414
};
1515

1616
export const LOCALE = {

src/pages/index.astro

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@ const socialCount = SOCIALS.filter(social => social.active).length;
4242
<p>Krishna, please… just go. I can’t hold it in anymore. It’s night now… it’s my time.</p>
4343
</div>
4444

45-
<p>
46-
If you ever need to revisit any files, photos, or notes related to these blogs, you’ll find them all here:
47-
<LinkButton className="underline decoration-dashed underline-offset-4 hover:text-skin-accent" href="https://github.com/ekrishnachaitanya2004/Krishna-Site-Doc.git">
48-
EKHC
49-
</LinkButton>
50-
</p>
51-
5245
{socialCount > 0 && (
5346
<div class="social-wrapper">
5447
<div class="social-links">Social Links:</div>

0 commit comments

Comments
 (0)