built-in features for every tinydot site:

feeds

  • /rss.xml or /feed.xml - RSS feed for entire site
  • /folder/rss.xml - RSS feed for specific folder
  • includes full content in feed items

tags

  • add tags: tag1, tag2 in frontmatter
  • /tags - list all tags
  • /tags/tag-name - entries with specific tag

archive

  • /archive - chronological list of all entries
  • sorted by date from frontmatter or updated time

search

  • /search?q=query - full-text search across site

seo

  • /sitemap.xml - auto-generated sitemap
  • open graph images auto-generated for pages

ai

based on llmstxt.org standard:

  • /llms.txt - summary with file list and first lines
  • /llms-full.txt - complete content of all markdown files

raw access

  • /path/to/file/raw - raw file content (images, media, etc)