--- title: blog post "folders" author: Panayotis Vryonis date: 2009-11-29 15:04:00 tags: features --- bucket3 supports "content folders" that turn into a single post. This means, you can create a folder, add there all files related to a post (for example images, ar audio), and "turn" them into a post. I like this because it makes easy to keep my content organized. Here is how you do it: 1. create a directory suffixed .b3 under your content dir. Ex. content/test.b3/ 2. put all related files in this .b3 dir. 3. write your post text, and place it in index.markdown 4. to link to the other files, prefix references to the other files with @site, ex: <img src="@site/photo.jpg" /> For example, this post contains the bucket3 logo: [see the post source here.](http://bucket3.com/blog_source/posts/2009/11/folder-as-blogpost.b3/)