blog post "folders"
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:
- create a directory suffixed .b3 under your content dir. Ex. content/test.b3/
- put all related files in this .b3 dir.
- write your post text, and place it in index.markdown
- 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:
