Skip to content

Commit 459c9e8

Browse files
authored
Update README.md
1 parent 8af941b commit 459c9e8

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,19 @@ gem "jekyll-tagging"
8989
```Gemfile
9090
gem "liquid-md5"
9191
```
92-
**
92+
## FAQ
93+
94+
*Q: I have configured posts but no posts are showing?*
95+
96+
**Solution:** You most probably forgot to configure [jekyll-paginate](https://jekyllrb.com/docs/pagination/) in your _config.yml! Make sure you have the correct configuration as described above!
97+
98+
*Q: I have configured Disqus via _config.yml but Disqus fails to load on the page?*
99+
100+
**Solution:** Make sure you configure the correct `url` within your `_config.yml`. Also make sure that your domain is trusted by Disqus. This can be configured within Disqus by adding a trusted domain.
101+
102+
*Q: I am using this theme but I don't see any tags?*
103+
104+
**Solution**: as described above you have to add the tagging plugin. Additionally, tags do not work natively by Github Pages. You have to build your site on an external CI and push the `_site` artifacts to a hosting repository.
93105

94106
## Contributing
95107

0 commit comments

Comments
 (0)