Skip to content

whathellis/my-digital-garden

Repository files navigation

Digital Obsidian Garden

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.

Deploy with Vercel

Docs


https://my-digital-mashrooms-garden.vercel.app/

Notes

bc I need them to remember wth to do

To make comments better fit the page

  • Add <div class="comments"> before and </div> after your code (here src/site/_includes/components/user/notes/footer/giscus.njk) from the Giscus

Screenshot 2025-02-01 18 23 01 my-digital-gardensrcsite_includescomponentsusernot

  • 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%; 
         }

Screenshot 2025-02-01 19 46 30 Editing_my-digital-gardensrcsitestylescustom-style

Releases

No releases published

Packages

No packages published