Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabling multiple Obsidian repositories under one homepage #53

Open
patrykpalej opened this issue Oct 14, 2022 · 0 comments
Open

Enabling multiple Obsidian repositories under one homepage #53

patrykpalej opened this issue Oct 14, 2022 · 0 comments

Comments

@patrykpalej
Copy link

I think that it would be great to scale up an obsidian-zola page by enabling multiple repositories linked to a single homepage:

homepage

Does this framework allow for that? Currently routing is the following:
<page_name>.netlify.app/docs/<note-name>

It could be changed to:

<page_name>.netlify.app/repo1/<note-name>
<page_name>.netlify.app/repo2/<note-name>
...

where each subpage would refer to another GH repo and would be associated with another button. It would help to organize big PKMs which contain several separate parts.

I tried to implement it on my own but had some issues. I duplicated parts of code with "docs/" and named it with another subfolder name but I cannot find where exactly the pointed GH repo with the content is associated with ".../docs/..." subpage. Not even sure if this framework supports such en extension. Has anyone tried?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant