Skip to content

solaymanhaider/storyteller

Repository files navigation

Storyteller

A modern and simple Ghost blog theme for story writers. DEMO

Installation

Download compressed package, then "Admin > Design > Upload > Activate".

Configure Disqus Comment

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.

Configure Facebook Comment

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.

Contributing

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.

License

MIT