mirror of
https://github.com/lbr77/blog-astro.git
synced 2026-04-09 00:19:12 +00:00
Some customization
This commit is contained in:
@@ -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',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user