-
- Hi, I’m a starter Astro. I’m particularly great for getting you started with your own blogging
- website.
-
-
Here are my some of my awesome built in features:
-
- - I'm ultra fast as I'm a static site
- - I'm fully responsive
- - I come with a light and dark mode
- - I'm easy to customise and add additional content
- - I have Tailwind CSS styling
- - Shiki code syntax highlighting
- - Satori for auto generating OG images for blog posts
-
-
- Clone or fork my repo if you like me!
-
-
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 38ae7c7..98ebca9 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -24,9 +24,7 @@ const latestNotes = allNotes.sort(collectionDateSort).slice(0, MAX_NOTES);
Hello World!
- Hi, I’m a theme for Astro, a simple starter that you can use to create your website or blog.
- If you want to know more about how you can customise me, add more posts, and make it your own,
- click on the GitHub icon link below and it will take you to my repo.
+ Hi, ...
diff --git a/src/site.config.ts b/src/site.config.ts
index d1b48cc..520ed89 100644
--- a/src/site.config.ts
+++ b/src/site.config.ts
@@ -3,7 +3,7 @@ import type { AstroExpressiveCodeOptions } from "astro-expressive-code";
export const siteConfig: SiteConfig = {
// Used as both a meta property (src/components/BaseHead.astro L:31 + L:49) & the generated satori png (src/pages/og-image/[slug].png.ts)
- author: "Chris Williams",
+ author: "emrepbu",
// Date.prototype.toLocaleDateString() parameters, found in src/utils/date.ts.
date: {
locale: "en-GB",
@@ -14,13 +14,13 @@ export const siteConfig: SiteConfig = {
},
},
// Used as the default description meta property and webmanifest description
- description: "An opinionated starter theme for Astro",
+ description: "description",
// HTML lang property, found in src/layouts/Base.astro L:18 & astro.config.ts L:48
- lang: "en-GB",
+ lang: "tr-TR",
// Meta property, found in src/components/BaseHead.astro L:42
- ogLocale: "en_GB",
+ ogLocale: "tr_TR",
// Used to construct the meta title property found in src/components/BaseHead.astro L:11, and webmanifest name found in astro.config.ts L:42
- title: "Astro Theme Cactus",
+ title: "kisisel blog",
};
// Used to generate links in both the Header & Footer.