Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't locate "automatic page generator" button in Github [closed]

Tags:

I'm not able to find the "automatic page generator button" under a repository's setting page. Could someone please let me know where I can find the button? Thank you!

like image 784
gspring Avatar asked Dec 20 '16 18:12

gspring


1 Answers

There is no automatic page generator button in GitHub anymore, I am not able to find it in any of my repos. GitHub now uses Jekyll to make the pages.

Instead, you can do the following to create a GitHub webpage: Go to github.com/YOUR_REPO_NAME/settings/ then scroll down to the GitHub Pages section and select the "Choose a theme" button. Then choose a theme and select the green "Chose theme" button. Now create an index.html in the master branch and create your page there.

like image 172
William V. Avatar answered Sep 28 '22 10:09

William V.