How can I add table of content and disqus system on solo

I need some instructions with the solo theme, for example, I need to add a table of content to the right and a beautiful comment system! any help


check Disqus universal code

<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: Disqus | Install instructions for Universal Code /
/
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://guru61-com.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="Disqus – The #1 way to build your audience">comments powered by Disqus.</a></noscript>

There is an official guide for adding Table of Contents (steps should be more or less the same for all themes)

Regarding disqus, are you aware Ghost has it’s own comment system?

If you still want to add disqus instead of the native comments, you can check out this guide:

1 Like