Skip to content

Commit 8b06b53

Browse files
authored
Update README.md
1 parent afe6f9b commit 8b06b53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ That's it! Now you can juste use the link provided by Github to access you websi
6262

6363
* 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`.
6464
* 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.
6566
* You should be able to use any [Github Flavored Markdown](https://guides.github.com/features/mastering-markdown/).
6667

6768
## Contributing

0 commit comments

Comments
 (0)