feat: revamped author card
This commit is contained in:
parent
c410c499e1
commit
2211c4bbf3
46 changed files with 566 additions and 426 deletions
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
import type { CollectionEntry } from 'astro:content'
|
||||
import { formatDate, readingTime, parseAuthors } from '@lib/utils'
|
||||
import { Image } from 'astro:assets'
|
||||
import AvatarComponent from '@/components/ui/avatar'
|
||||
import { Badge } from '@/components/ui/badge'
|
||||
import { Separator } from '@/components/ui/separator'
|
||||
import AvatarComponent from '@/components/ui/avatar'
|
||||
import { formatDate, parseAuthors, readingTime } from '@lib/utils'
|
||||
import { Image } from 'astro:assets'
|
||||
import type { CollectionEntry } from 'astro:content'
|
||||
import Link from './Link.astro'
|
||||
|
||||
type Props = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue