A static react frontend for my blog.
You can see screenshots of my inspiration in the inspiration folder
This latest incaration is based off of static compiling MDX files.
- Social Images: Automatically generated OpenGraph images for all posts and the home page
- AI-Generated Descriptions: Optional TypeScript script to generate meta descriptions using Google Gemini API
- Summary Support: Summaries can be added manually to post frontmatter or generated using the Gemini script
To generate AI-powered descriptions for your posts:
export GEMINI_API_KEY="your-api-key"
yarn generate-descriptions # All posts without summaries
yarn generate-descriptions 123 # Specific post