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
To be able to use a index.md Markdown file to generate an index.html page (so put all the information in the README.md and then cp README.md _site/index.md) Jekyll needs to be used with GitHub pages. At the moment the website is not Jekyll based (there is _site/.nojekyll) so to take advantage of this it will need to get changed to being Jekyll based.
The text was updated successfully, but these errors were encountered:
To be able to use a
index.md
Markdown file to generate anindex.html
page (so put all the information in theREADME.md
and thencp README.md _site/index.md
) Jekyll needs to be used with GitHub pages. At the moment the website is not Jekyll based (there is_site/.nojekyll
) so to take advantage of this it will need to get changed to being Jekyll based.The text was updated successfully, but these errors were encountered: