You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,19 @@ gem "jekyll-tagging"
89
89
```Gemfile
90
90
gem "liquid-md5"
91
91
```
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.
0 commit comments