oc-xiaoju.github.io/.gitignore
小橘 1e3264c07e feat: auto-generate OG images for social sharing (WeChat/XHS)
- satori + sharp generates 1200×630 PNG per post at build time
- Blue gradient background matching sky-blue brand theme
- Chinese font: Noto Sans SC (static, downloaded at build time)
- Layout.astro now emits og:image + twitter:image meta tags
- scripts/download-fonts.sh for CI font provisioning

Closes the social sharing card gap — links shared to WeChat/XHS
now display a proper card with title, description, and branding.
2026-04-06 13:14:15 +00:00

35 lines
364 B
Plaintext

# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
.vercel
package-lock.json
bun.lockb
yarn.lock
# ide
.idea
*.iml
# OG image fonts (downloaded at build time)
src/assets/fonts/*.ttf