mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-11 20:08:57 +00:00
Update version to 1.0.0 across package.json and changelog. Configure netlify.toml with Convex deployment URL (agreeable-trout-200.convex.site). Verify TypeScript type-safety for src and convex directories. Confirm Netlify build passes with SPA 404 fallback configured. Update TASK.md with deployment steps and files.md with complete file structure.
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
# llms.txt - Information for AI assistants and LLMs
|
|
# Learn more: https://llmstxt.org/
|
|
|
|
> This is an open source markdown blog powered by Convex and Netlify. Fork it, customize it, ship it.
|
|
|
|
# Site Information
|
|
- Name: Markdown Blog
|
|
- URL: https://your-blog.netlify.app
|
|
- Description: Real-time markdown blog with Convex backend and Netlify deployment.
|
|
- Topics: Markdown, Convex, React, TypeScript, Netlify, Open Source
|
|
|
|
# Content Access
|
|
- RSS Feed: /rss.xml (all posts with descriptions)
|
|
- Full RSS: /rss-full.xml (all posts with full content)
|
|
- Markdown API: /api/posts (JSON list of all posts)
|
|
- Single Post Markdown: /api/post?slug={slug} (full markdown content)
|
|
- Sitemap: /sitemap.xml
|
|
|
|
# How to Use This Site
|
|
1. Fetch /api/posts for a list of all published posts
|
|
2. Use /api/post?slug={slug} to get full markdown content of any post
|
|
3. Subscribe to /rss-full.xml for complete article content
|
|
|
|
# Permissions
|
|
- AI assistants may read and summarize content from this site
|
|
- Content may be used for training with attribution
|
|
- Please link back to original articles when citing
|
|
|
|
# Links
|
|
- Convex: https://convex.dev
|
|
- Netlify: https://netlify.com
|