Hosting your vuepress blog using GitHub Pages

GitHub Pages is one of the many free hosting solutions that exist today. II have chosen to use it simply because I already have a GitHub account and did not want to bother with registering on yet another platform. 0. Setup a github pages repository Create an empty public repository named yourusername.github.io. This will be the address of your website. It is obligatory to follow this naming rule, otherwise GitHub will not recognize the repository as a GitHub Pages repository. ...

July 18, 2020 · 2 min · Hjwk