Some customization

This commit is contained in:
2025-11-28 13:44:26 +08:00
parent f9a7c123cc
commit 985164f4c5
13 changed files with 2264 additions and 235 deletions

View File

@@ -1,14 +1,14 @@
import type { IconMap, SocialLink, Site } from '@/types'
export const SITE: Site = {
title: 'astro-erudite',
title: '溴化锂的笔记本',
description:
'astro-erudite is a opinionated, unstyled blogging template—built with Astro, Tailwind, and shadcn/ui.',
href: 'https://astro-erudite.vercel.app',
author: 'jktrn',
locale: 'en-US',
featuredPostCount: 2,
postsPerPage: 3,
'Security, Programming, Life',
href: 'https://nvme0n1p.dev',
author: 'libr',
locale: 'zh-CN',
featuredPostCount: 5,
postsPerPage: 8,
}
export const NAV_LINKS: SocialLink[] = [
@@ -16,27 +16,27 @@ export const NAV_LINKS: SocialLink[] = [
href: '/blog',
label: 'blog',
},
{
href: '/authors',
label: 'authors',
},
{
href: '/about',
label: 'about',
},
{
href: '/friends',
label: 'friends',
},
]
export const SOCIAL_LINKS: SocialLink[] = [
{
href: 'https://github.com/jktrn',
href: 'https://github.com/lbr77',
label: 'GitHub',
},
{
href: 'https://twitter.com/enscry',
href: 'https://twitter.com/0x88ffa357',
label: 'Twitter',
},
{
href: 'mailto:jason@enscribe.dev',
href: 'mailto:me@nvme0n1p.dev',
label: 'Email',
},
{