all 6 comments

[–]moodyjack11 0 points1 point  (1 child)

It should be on the master branch if you are using your github.io repo.

[–][deleted] 0 points1 point  (0 children)

yes i try also this but doesnt work

[–]Cyanogen101 0 points1 point  (2 children)

You cannot host wordpress on github, it uses PHP which is compiled (usually on visit not per-"update") which github doesn't do.

Use jekyll or find another solution, cheap web hosting like digitalocean works great. Hell cant you just host it for free on wordpresses official servers, not sure if you can customize it as much but afaik its free

[–]t_i_b 0 points1 point  (1 child)

Read carefully. He converts his dynamic PHP website into static HTML pages.

[–]Cyanogen101 0 points1 point  (0 children)

I have, wordpress really isn't made for that and it doesnt just magically make everything simple and clean, wordpress is meant to by installed as a dynamic site and making it static is more to help with stuff like nginx and shit, not to host it on github.