I don't really care for getting Vuepress or Vitepress to work (I won't use React or whatever other framework, I like Vue), it seems really contrived. In general, the majority of my issue is the fact that the themes are clear how to implement them. Documentation is all over the place too. Might as well make the time wasting worthwhile.
Instead of trying to make some "plug and play" or "easy to set up" solution, I'm just going to set up a framework for me that I can just copy over and modify easily.
What are the important parts of a single-page, static blog framework?
- Pages can be just be added added
- The nav links are generated automagically by the build process
- Modifications should be clear where they should be made
- The generated content should be accessible outside of the just the navbar