Skip to content

Commit

Permalink
#48 Add disqus support
Browse files Browse the repository at this point in the history
  • Loading branch information
m19c committed Aug 20, 2014
1 parent ccc40b3 commit 0183c68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Readium 2.0

# Readium 2.0.0
**The Medium-like theme for [Ghost](https://github.com/TryGhost)**. Reduced to the core design of Medium (without the cluttered
stuff, like the sidebar) to bring you a similar user experience
while giving you the freedom to host it on your own servers and on your own terms.
Expand Down Expand Up @@ -35,8 +34,11 @@ If you give your images an alt text, it gets added automatically as figcaption b
- Free & Open Source Font usage
- Theoretically ready for multiple users (here is how to [hack Ghost for Mulit-User](http://lifewiththemacks.com/multi-user-support/))

### Comments
To enable the disqus support open the file partials/comment-list.hbs and follow the instruction.

#### If your Ghost blog is self hosted:
1. Copy the contents of the .zip file into /content/themes/.
1. Copy the contents of the .zip file into /content/themes/.
2. You need to restart your Ghost instance. After that you can switch themes inside your Ghost admin (http://your.domain.com/ghost/settings/general/). Scroll down and choose "Readium" from the theme dropdown.
3. Now you can customize your logo, langing page image (if you choose to have one), as well as user images and texts to fit the theme.
4. Have fun.
Expand All @@ -51,4 +53,4 @@ If you give your images an alt text, it gets added automatically as figcaption b
- Highlight JS by Ivan Sagalaev
- @mr_boolean, @riplexus & @unverbraucht for helping with JS
- The awesome guys that make Ghost
- The really rad guys that design Medium
- The really rad guys that design Medium
3 changes: 2 additions & 1 deletion partials/comment-list.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
line 6 and line 18. It is also required to update the
variable "disqus_shortname".
--}}

{{!--
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'readium'; // required: replace example with your forum shortname
Expand All @@ -15,3 +15,4 @@
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
--}}

0 comments on commit 0183c68

Please sign in to comment.