An open API service indexing awesome lists of open source software.

https://github.com/dzimchuk/ghost-miniblog-theme

Miniblog.Core theme ported to Ghost
https://github.com/dzimchuk/ghost-miniblog-theme

Last synced: 3 months ago
JSON representation

Miniblog.Core theme ported to Ghost

Awesome Lists containing this project

README

        

# Miniblog.Core theme for Ghost

[Miniblog.Core](https://github.com/madskristensen/Miniblog.Core) theme ported to [Ghost](https://github.com/TryGhost/Ghost).

## Disqus

In order to enable [Disqus](https://disqus.com/) comments you need to provide your Disqus shortname by adding the following piece of code to the `Code Injection/Blog Header` section:

```

var disqus_shortname = 'your Disqus shortname';

```

## More social links in the footer

Ghost allows you to specify your Facebook and Twitter account in the General section of your blog's settings. These accounts will be displayed in the blog footer (next to the copyright statement). If you want more social accounts to be displayed there such as GitHub, LinkedIn or Google+ add their respective Urls to the `Code Injection/Blog Header` section:

```

var github_url = 'https://github.com/{your profile}';
var linkedin_url = 'https://www.linkedin.com/in/{your profile}';
var google_plus_url = 'https://plus.google.com/+{your profile}';

```

## Live reloading when developing a theme

If you're developing or updating a theme it may be useful to have Ghost automatically pick up changes as you copy your updated theme files to `content/themes/{your theme name}` directory. You can use [nodemon](https://github.com/remy/nodemon) to accomplish that.

```
npm install -g nodemon@latest

nodemon current/index.js --watch content/themes/ghost-miniblog-theme --ext hbs,js,css
```

## Credits
SVG icons by