diff --git a/.gitignore b/.gitignore index d10a8bf..2bafdc1 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ pnpm-debug.log* # macOS-specific files .DS_Store +.vercel diff --git a/src/components/layout/Header.astro b/src/components/layout/Header.astro index 54bc31e..579c945 100644 --- a/src/components/layout/Header.astro +++ b/src/components/layout/Header.astro @@ -7,7 +7,7 @@ class='relative mx-auto flex w-full items-center justify-between sm:flex sm:items-center' aria-label='global' > - lorem ipsum + resume
-

Get template

+

Get free template

404

diff --git a/src/pages/blog/[...page].astro b/src/pages/blog/[...page].astro index 9dc57c2..5279d1b 100644 --- a/src/pages/blog/[...page].astro +++ b/src/pages/blog/[...page].astro @@ -120,7 +120,7 @@ const paginationProps = { -

Get template

+

Get free template

diff --git a/src/pages/index.astro b/src/pages/index.astro index 47e6354..49e59c4 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -45,9 +45,9 @@ const allPostsByDate = sortMDByDate(allPosts).slice(0, MAX_POSTS) -

Get template

+

Get free template

-
+
diff --git a/src/pages/tags/index.astro b/src/pages/tags/index.astro index 47cb742..6b50e03 100644 --- a/src/pages/tags/index.astro +++ b/src/pages/tags/index.astro @@ -62,7 +62,7 @@ const meta = { -

Get template

+

Get free template

diff --git a/src/site.config.ts b/src/site.config.ts index 4adf4cf..bfacd21 100644 --- a/src/site.config.ts +++ b/src/site.config.ts @@ -3,11 +3,11 @@ 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: 'lorem ipsum', + author: 'SRLEOM', // Meta property used to construct the meta title property, found in src/components/BaseHead.astro L:11 - title: 'lorem', + title: 'astro-theme-resume', // Meta property used as the default description meta property - description: 'The official website of Lorem Ipsum', + description: 'The official Astro Resume Theme', // HTML lang property, found in src/layouts/Base.astro L:18 lang: 'en-GB', // Meta property, found in src/components/BaseHead.astro L:42