Replies: 2 comments 2 replies
-
I think you need to use the Digital Garden template which is an 11Ty template and deploy to GitHub. Then activate GitHub Pages and connect the plugin of your Obsidian vault to the GitHub repo. 11Ty is a Static Site Generator It has three config files one All of them with the commands for npm: In theory you can run these npm commands locally and push the output website to the Git repo. But I tried and I couldn't do it, some errors with keys or APIs I don't remember. |
Beta Was this translation helpful? Give feedback.
-
I looked a bit into it, and got it to work with the following workflow:
You will need to add a GH_TOKEN secret to your repo, which should be a github API token having access to your repo. (You can reuse the one you have in your plugin settings) Let me know if you get it to work or not! |
Beta Was this translation helpful? Give feedback.
-
I read the docs. U noted that it technically should be able to be deployed to most if not any static site host. I'm interested to know how one can deploy to GitHub Pages (i.e. with URL username.github.io).
The deploy to netlify and vercel have its own template from your docs page, which makes it quite straightforward. But I couldn't figure out how to do so with GitHub Pages. Can u share the steps / how to?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions