So I have a OneNote that I use for various Linux deployment stuff, for my homelab, and I am trying to learn more about using VuePress.
So far, in my research, I haven’t really found like “an idiot’s guide” to deploying VuePress so that I am able to start creating markdown files so that it can automatically generate/regenerate the VuePress output pages.
My question is - what would people recommend to get VuePress up and running quickly for someone who knows nothing about it?
Do I need to deploy GitLab at home so I will be able to push my content to that, and then have VuePress docker container pull from that, to then generate the pages?
If anybody has any suggestions or ideas on how I can get up and running quickly so that I can focus on converting my OneNote to VuePress markdown pages, that would be greatly appreciated.
(So far, based on what I’ve read so far, I am going to need to stand up a node.js
server/service, and a pnpm
package manager (because apparently, for npm
, I need a subscription, which for my homelab use case, I don’t think would really be feasible.)
I tried to deploy it quickly with one of the docker images via Portainer, but that didn’t really work.
I was able to deploy the same docker container https://github.com/blastehh/vuepress-docker
without Portainer, but that Docker container’s documentation doesn’t really tell me where I would be able to see the output result or how to get it to build the pages.
If anybody has like a docker-compose file that I can use, your help is greatly appreciated.
Thank you.