Port to Vitepress#160
Conversation
254c5e7 to
bb94e2a
Compare
|
Hi, this sounds great! Did you base this on my initial work or redo it completely? (sorry for being so late, I don't have enough time to seriously work on this at the moment) |
|
Hi! It is definitely based on your initial work. I kept all of your content and the file structure exactly as it was. I simply swapped out the underlying engine (VuePress) for VitePress and updated the configuration files to get the build working again. All your original writing is preserved. The theme is changed a bit but it should be easy to style it the way you like. |
|
You may want to build it and have a look just as a sanity check. |
|
I meant the |
|
ah, btw, the source for |
- no need for {rollup/vite}-plugin-string with raw imports in vite
- typeRoots need to be directories with directories of types - added *.tex?raw for vitepress and SyntaxError export for latex.js
it is strictly local to playground.md
Tried building docs with the vuepress config but since 2023 the vue/vuepress ecosystem has changed and I couldn't find compatible versions of various packages where things worked. Switching to Vitepress fixed most of these issues.