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
- Host: GitHub
- URL: https://github.com/dzimchuk/ghost-miniblog-theme
- Owner: dzimchuk
- License: apache-2.0
- Created: 2018-05-18T14:34:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T15:26:23.000Z (almost 7 years ago)
- Last Synced: 2025-01-10T23:16:05.311Z (4 months ago)
- Language: HTML
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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@latestnodemon current/index.js --watch content/themes/ghost-miniblog-theme --ext hbs,js,css
```## Credits
SVG icons by