A modern and simple Ghost blog theme for story writers. DEMO
Download compressed package, then "Admin > Design > Upload > Activate".
Open "partials > comments-disqus.hbs", find this line and replace "your-blog-name-here" with your blog's Disqus name.
s.src = 'https://your-blog-name-here.disqus.com/embed.js';
Open "post.hbs", Uncomment disqus comment.
{{!-- {{> comments-disqus}} --}}
to
{{> comments-disqus}}
Re-pack the folder and upload in Ghost admin.
Open "partials > comments-facebook.hbs", find "YOUR_APP_ID" and replace with your facebook app id.
Open "post.hbs", Uncomment facebook comment.
{{!-- {{> comments-facebook}} --}}
to
{{> comments-facebook}}
Re-pack the folder and upload in Ghost admin.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.