Skip to content

Casper-Slidr is a theme for Ghost.js blogging platform. It is derived from the default Casper theme that comes as part of Ghost.js installation, hence the name...

License

Notifications You must be signed in to change notification settings

baldeephira/casper-slidr

Repository files navigation

casper-slidr

Casper-Slidr is a theme for Ghost.js blogging platform. It is derived from the default Casper theme that comes as part of Ghost.js installation, hence the name...

THEME FEATURES

You can see casper-slidr theme in action at http://bhira.net. If you would like to read more about how the different features were incorporated into the theme, take a look at this blog post.

HOW TO INSTALL THEME?

  • Copy casper-slidr.zip to <ghost install dir>/content/themes
  • unzip casper-slidr.zip
  • Edit casper-slidr/default.hbs
    • Set width/height for 'blog-logo' style, based on the your blog logo
    • Customize the list entries under 'my-menu' to your liking
    • Remember to create the corresponding ghost pages
    • Set your Google Analytics Account Number instead of UA-XXXXXXX-X
  • Edit casper-slidr/post.hbs
    • Set disqus_shortname value to your blog instead of XXXXX
  • Copy your favicon to casper-slidr/assets/images/favicon.png

SCREENSHOTS

HOW TO BUILD FROM SOURCE?

  • Install git
  • Install node js
  • Install grunt-cli
  • Clone casper-slidr repository from github
  • Use npm to install all dependent node modules
  • Run grunt to build the project
brew install git
brew install node
npm install -g grunt-cli
git clone https://github.com/baldeephira/casper-slidr.git
cd casper-slidr
npm install
grunt

About

Casper-Slidr is a theme for Ghost.js blogging platform. It is derived from the default Casper theme that comes as part of Ghost.js installation, hence the name...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published