Obsidian
What | Where To build the website you need Hugo with "extended" Sass/SCSS version.o build the website you need Hugo with "extended" Sass/SCSS version. |
---|---|
Official Page | https://obsidian.md/ |
Docs | https://help.obsidian.md |
Community Plugins
Obsidian Git
Open the Obsidian settings, enable community plugins and search for Obsidian Git to install it.
I use shortcuts for commit and push as follows:
These are my Obsidian Git settings:
Automatic settings:
Commit message settings:
Backup settings:
Miscellaneous settings
Advanced settings
Templater
Create obsidian template files with Templater.
Static Website
There are plenty of solutions to generate a static website from markdown files. Quartz is based on Hugo and supports Obsidian Vault Integration. In fact Obsidian is the preferred way to use Quartz.
Clone or fork quartz and open it with Obsidian.
In Obsidian settings:
- Under Options > Files and Links, set the New link format to always use Absolute Path in Vault.
- Go to Settings > Files & Links > Turn “on” automatically update internal links.
- Options > Core Plugins and enable the Templates plugin.
- Options > Hotkeys and set a hotkey for ‘Insert Template’ to create a new note
To build the web site you need Hugo with “extended” Sass/SCSS version.
Run make serve
to locally test the website.