Reputation: 2019
I recently Created a few projects on GitHub and decided to use the Jekyll theme to make nice pages.
I went to my Project Repository and in the settings activated the Theme Cayman and I can access the page from: https://<username.github.io/<my_project>/
After I also wanted to create my username page so I also created: https://<username.github.io/
In this repository i have my index.html
based on jekyll css and started creating my page.
However if I go to my Projects repository I can't find where the index.md
or index.html
is stored so I can modify it.
Upvotes: 0
Views: 58
Reputation: 736
The Smite-Vb page is being created from the README.md, so you would just edit the README file.
If you click "Project site" and look at step 4 on this site: https://pages.github.com/ you'll see they describe editing the readme.
If you want to do something different, you could create a docs/ folder or a gh-pages branch, see here for more info: https://help.github.com/articles/user-organization-and-project-pages/#project-pages
Upvotes: 1