Tim, how many gh pages can any user has for his account and how can I setup another if I already have the one that looks this way "username.github.io" | Hashnode
Yes, it is possible to have multiple GitHub Pages sites within one account.
Create another GitHub repository with the files you want to deploy, head over to settings and activate GitHub pages for the site. "username.github.io/<repo-name>"
You can also use a custom domain.
Timothy Olaleke
Software Developer & Google Developer Expert for Cloud
Yes, it is possible to have multiple GitHub Pages sites within one account. Create another GitHub repository with the files you want to deploy, head over to settings and activate GitHub pages for the site. "username.github.io/<repo-name>" You can also use a custom domain.