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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,15 +91,15 @@ gem "liquid-md5"
91
91
```
92
92
## FAQ
93
93
94
-
*Q: I have configured posts but no posts are showing?*
94
+
> I have configured posts but no posts are showing?*
95
95
96
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
97
98
-
*Q: I have configured Disqus via _config.yml but Disqus fails to load on the page?*
98
+
> I have configured Disqus via _config.yml but Disqus fails to load on the page?*
99
99
100
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
101
102
-
*Q: I am using this theme but I don't see any tags?*
102
+
> I am using this theme but I don't see any tags?*
103
103
104
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