mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-23 02:31:33 +08:00
Enhanced branding
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@ pnpm-debug.log*
|
||||
|
||||
# macOS-specific files
|
||||
.DS_Store
|
||||
.vercel
|
||||
|
@ -7,7 +7,7 @@
|
||||
class='relative mx-auto flex w-full items-center justify-between sm:flex sm:items-center'
|
||||
aria-label='global'
|
||||
>
|
||||
<a class='flex-none text-xl font-semibold' href='/' aria-label='Brand'>lorem ipsum</a>
|
||||
<a class='flex-none text-xl font-semibold' href='/' aria-label='Brand'>resume</a>
|
||||
|
||||
<div class='flex flex-row items-center justify-center gap-x-7'>
|
||||
<a
|
||||
|
@ -20,7 +20,7 @@ const meta = {
|
||||
<span class='relative inline-flex h-2 w-2 rounded-full bg-green-400'></span>
|
||||
</span>
|
||||
|
||||
<p class='font-medium'>Get template</p>
|
||||
<p class='font-medium'>Get free template</p>
|
||||
</a>
|
||||
<div class='px-4 py-10 text-center sm:px-6 lg:px-8'>
|
||||
<h1 class='block text-7xl font-bold sm:text-9xl'>404</h1>
|
||||
|
@ -120,7 +120,7 @@ const paginationProps = {
|
||||
<span class='relative inline-flex h-2 w-2 rounded-full bg-green-400'></span>
|
||||
</span>
|
||||
|
||||
<p class='font-medium'>Get template</p>
|
||||
<p class='font-medium'>Get free template</p>
|
||||
</a>
|
||||
</div>
|
||||
</PageLayout>
|
||||
|
@ -45,9 +45,9 @@ const allPostsByDate = sortMDByDate(allPosts).slice(0, MAX_POSTS)
|
||||
<span class='relative inline-flex h-2 w-2 rounded-full bg-green-400'></span>
|
||||
</span>
|
||||
|
||||
<p class='font-medium'>Get template</p>
|
||||
<p class='font-medium'>Get free template</p>
|
||||
</a>
|
||||
<div class='flex gap-x-7 flex-wrap gap-y-3 justify-center'>
|
||||
<div class='flex flex-wrap justify-center gap-x-7 gap-y-3'>
|
||||
<Label title='Lorem Ipsum'>
|
||||
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='h-5 w-5' slot='icon'
|
||||
><path
|
||||
@ -224,6 +224,6 @@ const allPostsByDate = sortMDByDate(allPosts).slice(0, MAX_POSTS)
|
||||
<span class='relative inline-flex h-2 w-2 rounded-full bg-green-400'></span>
|
||||
</span>
|
||||
|
||||
<p class='font-medium'>Get template</p>
|
||||
<p class='font-medium'>Get free template</p>
|
||||
</a>
|
||||
</PageLayout>
|
||||
|
@ -90,7 +90,7 @@ const paginationProps = {
|
||||
<span class='relative inline-flex h-2 w-2 rounded-full bg-green-400'></span>
|
||||
</span>
|
||||
|
||||
<p class='font-medium'>Get template</p>
|
||||
<p class='font-medium'>Get free template</p>
|
||||
</a>
|
||||
</div>
|
||||
</PageLayout>
|
||||
|
@ -62,7 +62,7 @@ const meta = {
|
||||
<span class='relative inline-flex h-2 w-2 rounded-full bg-green-400'></span>
|
||||
</span>
|
||||
|
||||
<p class='font-medium'>Get template</p>
|
||||
<p class='font-medium'>Get free template</p>
|
||||
</a>
|
||||
</div>
|
||||
</PageLayout>
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user