[ad_1]
I’m hosting a static portfolio website on GitHub and using WordPress to develop it. So basically, I have no problem with the front page; I have my URL, which is NAME.github.io/Portfolio. However, I want to create a new page, something like NAME.github.io/Portfolio/about, but I’m having issues with it. Locally, I managed to do it, but I cannot find a way to publish it online.
Do you know of any tutorials on this?
[ad_2]
Are you using a static generator for WordPress? Obviously you can’t host WordPress on GitHub because it only supports static content.
If you can make it work locally and export it to static, there’s no reason it wouldn’t work on GitHub. Is /portfolio a page in WP that you’ve created?
WordPress and GitHub pages are two separate things. You don’t use WordPress to build a static site, or shouldn’t, so this doesn’t really make sense to me.