Migration Part 2 - Embrace the Jam!

This is alt text This is second part of my article on migration. Part one is here In part one, I covered my pros and cons of having a VPS ...

Writing a VuePress theme

To write a theme, create a .vuepress/theme directory in your docs root, and then create a Layout.vue file: . └─ .vuepress  └─ theme    └─ Layout.vue From there it's the same as ...