This is the template to be used together with the Digital Garden Obsidian Plugin. See the README in the plugin repo for information on how to set it up.
- Docs are available at dg-docs.ole.dev
https://my-digital-mashrooms-garden.vercel.app/
bc I need them to remember wth to do
- Analytics: oleeskild/obsidian-digital-garden#195
- Comments: https://giscus.app/
- Add
<div class="comments">
before and</div>
after your code (heresrc/site/_includes/components/user/notes/footer/giscus.njk
) from the Giscus
- Than add this code to the existing custom style file
src/site/styles/custom-style.scss
- max-width depends on your preferences/monitor
.comments { display: flex; margin: auto; max-width: 50%; }