From d2df66dd0fe48bb7d75cbe51f731c8932fc9ad4f Mon Sep 17 00:00:00 2001 From: Maruan Date: Wed, 13 Oct 2021 09:40:39 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 559d02ebbbae..d45be3b7d4b9 100644 --- a/README.md +++ b/README.md @@ -233,9 +233,9 @@ If you have a different question, please ask using [Discussions](https://github. But after deploying, it is not displayed correctly (CSS and JS is not loaded properly). How do I fix that?
**A:** Make sure to correctly specify the `url` and `baseurl` paths in `_config.yml`. - If you are deploying a personal or organization website to GitHub Pages, leave both fields blank. - If you are deploying a project page to GitHub Pages, leave `url` blank and set `baseurl: //`. - Generally, if you are deploying your webpage to `your-domain.com/your-project/`, you must set `url: your-domain.com` and `baseurl: /your-project/`. + Set `url` to `https://.github.io` or to `https://` if you are using a custom domain. + If you are deploying a personal or organization website, leave `baseurl` blank. + If you are deploying a project page, set `baseurl: //`. 4. **Q:** Atom feed doesn't work. Why?