Warning
This project archived.
Initially, I created this project in March 2024 because I needed a self-hosted publishing solution that featured a file explorer view.
Nowdays, I highly recommend Quartz as a much better solution.
Volglass is a fork of MindStone(digital-garden)
It is this project's goal to assist publishing your Obsidian contents.
Volglass documentation is build my self!!
- Search documents
- Dark Theme
- Embed Link Support
- Mermaid Support
- TeX Support(partial)
- Canvas Support
Also, I fixed many issues that the original has.
See Getting Started
Instead of cloning this repository, I recommend to use volglass-cli.
npm init --yesnpm install --save-dev volglass-clinpx volglass initnpx volglass dev --use-ssh -T
Now, volglass-cli does these tasks
- clone this repository(with ssh
--use-ssh) to dev directory - download template page contents(
-T) - run
next dev
Please run npx volglass dev after the second time.