Update README.md

This commit is contained in:
Maruan 2021-10-13 09:40:39 -04:00 committed by GitHub
parent 533bed5c08
commit 1b64518c65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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). But after deploying, it is not displayed correctly (CSS and JS is not loaded properly).
How do I fix that? <br> How do I fix that? <br>
**A:** Make sure to correctly specify the `url` and `baseurl` paths in `_config.yml`. **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. Set `url` to `https://<your-github-username>.github.io` or to `https://<your.custom.domain>` if you are using a custom domain.
If you are deploying a project page to GitHub Pages, leave `url` blank and set `baseurl: /<your-project-name>/`. If you are deploying a personal or organization website, leave `baseurl` blank.
Generally, if you are deploying your webpage to `your-domain.com/your-project/`, you must set `url: your-domain.com` and `baseurl: /your-project/`. If you are deploying a project page, set `baseurl: /<your-project-name>/`.
4. **Q:** Atom feed doesn't work. Why? 4. **Q:** Atom feed doesn't work. Why?
<br> <br>