diff --git a/README.md b/README.md
index 265d9f4..3303d37 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,12 @@
[](https://travis-ci.org/alshedivat/al-folio)
[](https://alshedivat.github.io/al-folio/)
-[](https://gitter.im/alshedivat/al-folio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
+[](https://GitHub.com/alsheidvat/al-folio/graphs/contributors/)
+

[](https://github.com/alshedivat/al-folio)
[](https://github.com/alshedivat/al-folio/fork)
+[](https://ko-fi.com/alshedivat)
A simple, clean, and responsive [Jekyll](https://jekyllrb.com/) theme for academics.
If you like the theme, give it a star!
@@ -198,16 +200,21 @@ If rebasing is too complicated, we recommend to re-install the new version of th
### FAQ
Here are some frequently asked questions.
-If you have a different question, please ask on [gitter](https://gitter.im/alshedivat/al-folio).
+If you have a different question, please ask using [Discussions](https://github.com/alshedivat/al-folio/discussions/categories/q-a).
-1. **Q:** I am using a custom domain (e.g., `foo.com`).
+1. **Q:** After I fork and setup the repo, I get a deployment error.
+ Isn't the website supposed to correctly deploy automatically?
+ **A:** Yes, if you are using release `v0.3.5` or later, the website will automatically and correctly re-deploy right after your first commit.
+ Please make some changes (e.g., change your website info in `_config.yml`), commit, and push.
+
+2. **Q:** I am using a custom domain (e.g., `foo.com`).
My custom domain becomes blank in the repository settings after each deployment.
How do I fix that?
**A:** You need to add `CNAME` file to the `master` or `source` branch of your repository.
The file should contain your custom domain name.
(Relevant issue: [130](https://github.com/alshedivat/al-folio/issues/130).)
-2. **Q:** My webpage works locally.
+3. **Q:** My webpage works locally.
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`.