Replies: 8 comments 12 replies
-
|
Have you installed Material for MkDocs? It should be automatically installed within publisher since it's a dependency, but maybe there is some other error? Can you share your As for template repo, etc. I'm working on that. Also, I'm working on a debug plugin, that will help with this kind of errors in the future. |
Beta Was this translation helpful? Give feedback.
-
|
I didn't realize you had made a template repo! THANK YOU ... I've been able to get a test vault working locally. Going to play with your template, then when things are running smoothly, I'll need to find a gh-pages workflow. I am SO happy I found your repo! It has EVERYTHING I've been looking for to organize and publish my obsidian vault online except for the gh-pages deployment. I am SO grateful! Thank you! |
Beta Was this translation helpful? Give feedback.
-
|
I've been spending days on this and am hitting my head against the wall. Here are the error messages I'm getting when I execute both "mkdocs serve" and "mkdocs build". INFO - Building documentation... |
Beta Was this translation helpful? Give feedback.
-
|
Thanks! I'll just wait ... I feel more comfortable with that. Again, I'm in no hurry. I have something that works at the moment, but will be able to move it over to this when the time comes. Again, THANK YOU!!! |
Beta Was this translation helpful? Give feedback.
-
|
Hello @mkusz ! I found some time to test this from the dev branch as I thought it might be helpful to you with troubleshooting and feedback. I've made a test repo here - https://github.com/AgedLace/test-mkdocs-publisher Still have the deprecation warnings, and I had to turn strict mode off. Below is a copy of my terminal log. INFO - Building documentation... Also, I have created 3 test blog posts, but only the first one is recognized. I have double checked that their status is set to published. The rest of the repository seems to be working as intended. I see from the above terminal log that they are somehow not included in the 'nav' configuration. It was my understanding that pub-meta took care of this automatically? Thank you again for your time and effort in creating this. It is very useful! |
Beta Was this translation helpful? Give feedback.
-
|
Okay ... I have sent you an invite to be a contributor to the repo. I will work through the things you've shared, if I come across something I don't understand, I will let you know. THANK YOU!! |
Beta Was this translation helpful? Give feedback.
-
|
I executed the command you gave me above ... here is the pasted portion of my terminal log ... Attempting uninstall: mkdocs-publisher do I need to install / update those programs through pip? Or is it more complicated than that. In case you need the info, I'm running a Linux distro called Manjaro on my desktop. It is a derivitive of Arch Linux. Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
I think I've made all the changes you suggested and pushed to my test repo. Generated two debugger logs. Attaching below. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have attempted to create a test site based upon your documentation. When I run a local server, I got a LOT of errors along the lines of
"Traceback (most recent call last):
File "/home/deb/.local/bin/mkdocs", line 8, in
sys.exit(cli())"; last one is "ModuleNotFoundError: No module name 'material'
FYI - I modeled my mkdocs.yml after the one that is in your repository.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions