Customize your Obsidian Digital Garden installation

Adjust the domain

To adjust the domain of your website, you first need to set a CNAME in your DNS system for the address you want (in my case bjoern.stierand.org). Then, enter the new domain in the Vercel frontend under Settings/Domains. Vercel will automatically handle the creation of TLS certificates.

Set the URL for individual notes

If you want to adjust the path of individual notes, you can set the dg-permalink attribute to the desired path. Hierarchies are also possible, for example in the form /mysite/page. Please be aware that you don't set the same permalink for multiple notes you plan to publish, otherwise your deployment will crash.

Hide content in notes from publishing

If you wish to selectively not publish certain text sections on websites, you can mark the corresponding section using the following syntax:

::: hidden
Here comes my hidden text
:::

To filter out these parts from the notes, define a regular expression under Custom Filters. This expression is as follows:

:::.*hidden(.*\n)*:::

Add a profile picture

If you need to add a profile picture, PicOfMe is an option.