https://github.com/decaf-dev/vaultexplorer.com
Documentation for the Obsidian Vault Explorer Plugin
https://github.com/decaf-dev/vaultexplorer.com
Last synced: 4 months ago
JSON representation
Documentation for the Obsidian Vault Explorer Plugin
- Host: GitHub
- URL: https://github.com/decaf-dev/vaultexplorer.com
- Owner: decaf-dev
- License: mit
- Created: 2024-06-05T05:20:52.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T18:02:01.000Z (over 1 year ago)
- Last Synced: 2025-02-15T13:58:11.332Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://vaultexplorer.com/
- Size: 22.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vaultexplorer.com
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
### Installation
Install Bun.sh from https://bun.sh/
### Local Development
```
bun run dev
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
bun run build
```
This command generates static content into the `public` directory and can be served using any static contents hosting service.
## Site map
A site map can be generated from:
https://www.xml-sitemaps.com/
An initial sitemap was already submitted to the Google console and Google will look at `robots.txt` for fetching the newest sitemap from now on.