Default location for new attachments
Set to “Same folder as current file”.
Why: When you drag an image into a post, it saves directly alongside the markdown file (e.g., inside my-amazing-post/), keeping the bundle self-contained.
Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files—making it a perfect editor for HugoBlox.

For the best developer experience (DX) and portability, we recommend organizing content into Leaf Bundles (self-contained directories). This keeps your post and its assets (images, graphs, notebooks) together.
To make Obsidian play nicely with this structure, adjust these settings:
Go to Settings → Files & Links:
Default location for new attachments
Set to “Same folder as current file”.
Why: When you drag an image into a post, it saves directly alongside the markdown file (e.g., inside my-amazing-post/), keeping the bundle self-contained.
Use Wikilinks
Uncheck (Turn Off).
Why: Forces standard Markdown links  instead of ![[image.png]]. Standard Markdown is portable and works natively with Hugo, GitHub, and other tools.
Enhance your workflow with these community plugins:
my-amazing-post) and edit the index.md inside it automatically. This bridges the gap between Obsidian’s folder view and Hugo’s file structure.Open Vault
Open your project’s root folder (or content/ folder) as an Obsidian Vault.
Create Content
content/blog/my-new-post).index.Add Frontmatter
Add your Hugo frontmatter to the top of index.md:
---title: My New Postdate: 2025-01-01authors: [admin]---Write & Drag Assets Write your post. Drag and drop images, PDFs, or JSON files directly onto the editor. Obsidian will place them in the same folder.
Commit Your post and all its assets are now in one tidy folder. Commit and deploy!