Replies: 2 comments
-
I found this to work for me. No nice - but works: cd modmod/include/slides
npm i
export PATH=$PATH:$PWD/node_modules/.bin/
cd - now you can use the cd content/mods/A-foundations/topics/basic-syntax/
ln -s ../../../../../modmod/include/slides/node_modules .
slidev slides.md -t teach-rs |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey there! Altering the source content in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you very much for this nice repo!!
How is it intended to work on slide content?
I think there is a more convenient way than generating the course with modmod every time or copying slides between the export and the repo...
Beta Was this translation helpful? Give feedback.
All reactions