Github pages serve user sites one level down: ``` https://davestewart.github.io/vuex-pathify ``` It would be useful to be able to simulate this: ```bash docsify serve docs --path vuex-pathify ``` ``` localhost:3000/vuex-pathify ```