bim

Collections

Collections are top-level directories with specific behaviors.

Collection Types

blog/

blog/
  2024-01-15-my-post.md    → /blog/my-post/
  2024/january/post.md     → /blog/post/

notes/

notes/
  linux/
    index.md               → /notes/linux/
    networking.md          → /notes/linux/networking/

Directories without index.md get auto-generated indexes.

snippets/

Place actual code files (not Markdown):

snippets/
  rust/vec_dedup.rs        → /snippets/vec-dedup/
  bash/backup.sh           → /snippets/backup/

Other Collections

Collection Behavior Summary

CollectionURL StructureSorted ByBacklinksRSS
blogflatdateyesyes
noteshierarchicaltitleyesno
snippetsflattitleyesno
slidesflattitlenono
othersflattitleyesno

Related: #collections #organization @documentation