A set of preconfigured Obsidian vaults to publish Astro blog posts easily.
📺 Astro Suite for Obsidian Video Guide
- Easy integration into Astro website projects
- Preconfigured plugins, hotkeys and settings optimized for Astro workflows
- CMS-like homepage using Obsidian Bases
- Default, Minimal, and Docs options optimized for different Astro themes
- Optional instant-publish option via the Git plugin
Note
To see an Astro Suite Obsidian vault combined with an Astro site specifically designed with it in mind, check out my theme Astro Modular.
- Clone or install your Astro theme of choice.
- Clone or download a zip of this repo.
- Open the folder of the version you want (Default, Minimal, or Docs)
- Copy the contents of that folder into the proper directory depending on your theme (see below)
- Open Obsidian and select the "Open folder as vault" option, and select the folder with the
.obsidianfolder in it.
Each vault has preconfigured settings and plugins that match its intended use case / Astro theme.
Optimized for Slate blog, but the most general-purpose option. Copy folder contents in the src/content folder.
Optimized for Chiri, a far more opinionated vault prioritizing visual minimalism. Copy folder contents in the src/content/posts folder.
Optimized for Starlight, Astro's starter documentation theme. Copy folder contents in the src/content folder.
Add the following to your Astro project's .gitignore file:
# Obsidian workspace files
**/.obsidian/workspace.json
**/.obsidian/workspace-mobile.json
This prevents conflicts between multiple devices.