You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ That's it! Now you can juste use the link provided by Github to access you websi
62
62
63
63
* Any markdown file in your repository will display in your Github Pages website. You just have to use the same path to access it and replace the `.md` extension by `.html`.
64
64
* To make links between your Markdown files just use a relative path to the other Markdown file. The configuration you copy pasted in your `_config.yml` provides a plugin to convert those URLs. So your Markdown files will have correct links both in Github and Github Pages.
65
+
* The index page of your website can be a `index.md` file or a `README.md` file. If both exists the `index.md` file has priority.
65
66
* You should be able to use any [Github Flavored Markdown](https://guides.github.com/features/mastering-markdown/).
0 commit comments