29 lines
2.4 KiB
Markdown
29 lines
2.4 KiB
Markdown
|
|
||
|
After following all steps to[ push your obsidian changes onto a git repo](obsidian://open?vault=enter&file=Coding%20Tips%20(Classical)%2FProject%20Vault%2FObsidian%2FObsidian-git%20process), you can now push it for public-facing viewership as well. The git syncing is good for the backend whereas this is a good way to view the front end.
|
||
|
|
||
|
|
||
|
|
||
|
## Setting up the Site
|
||
|
|
||
|
1. First we go to[ this github repo](https://github.com/oleeskild/digitalgarden) and press Deploy to deploy the template to Netlify.
|
||
|
2. Once it is finished deploying, you should see : ![[Pasted image 20230815154156.png]]
|
||
|
3. Go to your obsidian vault and download the Digital Garden plugin.
|
||
|
4. Follow the instructions as listed on the Digital Garden plugin page & press 'enable' on the plugin.
|
||
|
5. Create a new note & then press Ctrl+ P (or Command + P on Mac) > Digital Garden > Publish single note.
|
||
|
6. Your note is now published onto your netlify page!
|
||
|
1. You can do the typical domain setting changes if you would like to redirect your netlify setting to some other FQDN in the future as well through vercel.
|
||
|
7. Further tips - Go to settings > Digital Garden > Manage Appearance & you can now change the theme around to the Obsidian theme that you are using locally as well! I'm using the terminal theme for my obsidian website. :-)
|
||
|
8.
|
||
|
|
||
|
---
|
||
|
|
||
|
|
||
|
|
||
|
Resources:
|
||
|
- this is [docs](https://dg-docs.ole.dev) for digital garden.
|
||
|
- this is the [sample netlify/vercel site](https://netlify-neopets.vercel.app) where your obsidian is published.
|
||
|
- this is the [git repo](https://github.com/shwetha729/netlify-neopets/tree/main/src/site/notes) where you can see your changes
|
||
|
- here is a [sample obsidian site. ](https://mindtopia.esteban-thilliez.com)
|
||
|
- here is the[ obsidian article ](https://medium.com/@estebanthi/publish-your-obsidian-vault-for-free-674da8eaaebd)on publishing your obsidian site via digital garden
|
||
|
- Here are a[ few more](https://beingpax.medium.com/a-non-technical-guide-to-set-up-digital-garden-with-obsidian-for-free-62d6df75553c) such articles on [publishing](https://beingpax.medium.com/7-obsidian-publish-alternatives-to-publish-your-notes-online-for-free-33db4fb06f5) [the obsidian site. ](https://beingpax.medium.com/how-to-publish-your-obsidian-notes-online-for-free-851af90e797)
|
||
|
- Another article on including [footnotes](https://medium.com/obsidian-observer/tufte-style-sidenotes-in-obsidian-89b0a785bc54) within your notes.
|