create-vault-cms 1.0.9 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/_GUIDE.md +26 -26
  2. package/package.json +1 -1
package/_GUIDE.md CHANGED
@@ -1,26 +1,26 @@
1
- # Welcome to Vault CMS
2
-
3
- ## Run the setup wizard
4
-
5
- If you just installed Vault CMS, the most important step is running the wizard. It will detect your Astro theme and configure your content types automatically.
6
-
7
- > [!TIP]
8
- > **Command**: Press `Ctrl/Cmd + P` and search for **"Vault CMS: Open Wizard"** if you closed it.
9
-
10
- ## The CMS home base
11
-
12
- We use a custom Obsidian bases view to give you a bird's-eye view of your content.
13
-
14
- > [!NOTE]
15
- > Click the **Home** icon in your tab bar or open the `_bases/Home.base` file to see your content in a grid view.
16
-
17
- ## Key workflows
18
-
19
- - **Writing**: hust use `Ctrl/Cmd + N` to create a new file using your default content type and start writing.
20
- - **Publishing**: use the **Git: Push** command (or click the up arrow in the status bar) to send your changes live to your Astro site.
21
-
22
- ### Need help?
23
-
24
- - **Documentation**: [docs.vaultcms.org](https://docs.vaultcms.org)
25
- - **Community**: [join the Discord](https://discord.gg/gyrNHAwHK8)
26
- - **Video Guide**: [set up guide on YouTube](https://www.youtube.com/watch?v=3zeqJ5tqmaQ)
1
+ # Welcome to Vault CMS
2
+
3
+ ## Run the setup wizard
4
+
5
+ If you just installed Vault CMS, the most important step is running the wizard. It will detect your Astro theme and configure your content types automatically.
6
+
7
+ > [!TIP]
8
+ > **Command**: Press `Ctrl/Cmd + P` and search for **"Vault CMS: Open Wizard"** if you closed it.
9
+
10
+ ## The CMS home base
11
+
12
+ We use a custom Obsidian bases view to give you a bird's-eye view of your content.
13
+
14
+ > [!NOTE]
15
+ > Click the **Home** icon in your tab bar or open the `_bases/Home.base` file to see your content in a grid view.
16
+
17
+ ## Key workflows
18
+
19
+ - **Writing**: hust use `Ctrl/Cmd + N` to create a new file using your default content type and start writing.
20
+ - **Publishing**: use the **Git: Push** command (or click the up arrow in the status bar) to send your changes live to your Astro site.
21
+
22
+ ### Need help?
23
+
24
+ - **Documentation**: [docs.vaultcms.org](https://docs.vaultcms.org)
25
+ - **Community**: [join the Discord](https://discord.gg/gyrNHAwHK8)
26
+ - **Video Guide**: [set up guide on YouTube](https://www.youtube.com/watch?v=3zeqJ5tqmaQ)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vault-cms",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
4
4
  "description": "Installer for Vault CMS",
5
5
  "main": "src/cli.js",
6
6
  "bin": {