Thanks for these beautiful styles. I cloned your repo and am able to see the styled slides perfectly with the vs code marp extension.
However, I have not been able to make these work from the command line. Perhaps this is a question best directed at the marp-cli repo (on the use of themes), but I thought I'd check to see if perhaps you might know since it's an important use case.
The relevant CSS files do not seem to be found. For example from the root of the marpstyle folder I try:
marp --server ./examples --theme-set ./style
This correctly gives me a choice to open any of the slide demos from the examples folder. But when I open any demo such as example-kant.md the rendered version in the slider presenter looks like this:
Do you have any experience with using these styles from the command line, or any suggestions? THanks!
Thanks for these beautiful styles. I cloned your repo and am able to see the styled slides perfectly with the vs code marp extension.
However, I have not been able to make these work from the command line. Perhaps this is a question best directed at the marp-cli repo (on the use of themes), but I thought I'd check to see if perhaps you might know since it's an important use case.
The relevant CSS files do not seem to be found. For example from the root of the marpstyle folder I try:
This correctly gives me a choice to open any of the slide demos from the examples folder. But when I open any demo such as
example-kant.md
the rendered version in the slider presenter looks like this:Do you have any experience with using these styles from the command line, or any suggestions? THanks!
update: I did post the same issue to the marp-cli repo, because thinking of this led to a few other questions: https://github.com/marp-team/marp-cli/issues/440