Donnie Dark is dark, responsive, customizable theme for Ghost 0.5+ blogs. Name of the theme is hats-off for a great movie. See it live here!
- JQuery (shipped with Ghost)
- Bootstrap 3.2.0
- Pure 0.5
- Tooltipster 3.2.6
- Wow.js
- Animate.css
- Font-Awesome 4.2.0
- Elegant Disqus and Google Analytics integration.
See the Ghost documentation on installing themes.
This theme includes a javascript configuration file that can be edited to elegantly utilize Google Analytics and Disqus. It is also possible to easily edit header of the page, changing links and social icons to your liking.
- Open file
donnie-dark/assets/js/config.js
. - To add Google Analytics to your site, just add your google analytics key in the
donnie_dark_config_google_analytics_key = ''
. - To add Disqus to your site, just add your disqus shortname to
donnie_dark_config_disqus_shortname = ''
.
Page header is contained in default.hbs
. By default the page header contains left and right sections. On the left you have blog name and links to static pages. On the right you have social icons and blog cover image. You can find all social icons from the font-awesome webpage.
- Took example of ghost theme structure from sheet theme by brianokeefe.