From 39ba2e863c50bf3df17b8d325a688393d3ae6953 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Mon, 27 Apr 2020 01:42:31 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cfe5683..16a7b11 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,9 @@ Beautiful Jekyll is actively used by thousands of people with wildly varying deg Every GitHub user can have one repository (repository = project) named `.github.io` and the website for that repository will be `https://.github.io`. -If you want your project to be named something else, for example `MyAwesomeProject`, that's no problem! All you have to do is go to _Settings_ at the top right corner of the page, and rename your repository to `MyAwesomeProject` (remember to click on the _Rename_ button to confirm!). Then you need to scroll down to the _GitHub Pages_ section and choose "master branch" as the source (not "master branch /docs folder"!). +If you want your project to be named something else, for example `MyAwesomeProject`, that's no problem! All you have to do is go to _Settings_ at the top right corner of the page, and rename your repository to `MyAwesomeProject` (remember to click on the _Rename_ button to confirm). Then you need to scroll down to the _GitHub Pages_ section and choose "master branch" as the source (not "master branch /docs folder"!). + +Now your website will be at `https://.github.io\MyAwesomeProject`. #### How do I change the number of posts per page OR the colour of the navigation bar OR the image in the navigation bar OR ...?