chore: miscellaneous cleanup

- Update README documentation
- Update favicon configuration
- Enhance site metadata in Head.astro and consts.ts
- Refactor RSS feed generation logic in rss.xml.ts
- Adjust avatar schema to accept both URL and local paths in content.config.ts
This commit is contained in:
enscribe 2025-03-22 16:25:52 -07:00
parent efd7682952
commit 71d1df3bd7
No known key found for this signature in database
GPG key ID: 9BBD5C4114E25322
25 changed files with 85 additions and 669 deletions

View file

@ -15,7 +15,7 @@ export type Link = {
export const SITE: Site = {
TITLE: 'astro-erudite',
DESCRIPTION:
'astro-erudite is a opinionated, no-frills blogging template—built with Astro, Tailwind, and shadcn/ui.',
'astro-erudite is a opinionated, unstyled blogging template—built with Astro, Tailwind, and shadcn/ui.',
EMAIL: 'jason@enscribe.dev',
NUM_POSTS_ON_HOMEPAGE: 2,
POSTS_PER_PAGE: 3,