Coder Social home page Coder Social logo

peeves's Introduction

Peeves

Ghost v0.4.2 Download Here

Ghost v0.4.1 Download Here

Based on the style of medium. Peeves offers a clean, minimal design with easy to read typography.

Features

  • Parralax effect header
  • Changeable header image
  • Responsive design
  • Social media links
  • Disqus support
  • Tag pages

Installation

  1. Download the theme by clicking here.
  2. Extract the the .zip file.

Changing social links

  1. Go into the partials folder.
  2. Open up social-links.hbs in your text editor.
  3. Replace the href link with your link.
  4. To add a link copy the code below and paste it into the ul element.
  5. Replace the link with your link and replace the icon with the corresponding icon from here.

<li><a href="https://twitter.com/mholland_" target="_blank"><i class="fa fa-twitter-square"></i></a></li>

Changing the header image

  1. Firstly go to the admin page for you blog
  2. Go to your profile by clicking your name in the top right corner.
  3. Click the General tab.
  4. Scroll down to the Blog Cover heading.
  5. Click upload image and upload your image.

Adding/Changing the sidebar links

    1. Firstly go to the partials folder.
  1. Open up sidebar-links.hbs
  2. To add a static page copy the code below and change the about at the end of the link to be the name of your static page.
  3. Copy your new link into the ul

Code to copy: <li><a href="{{@blog.url}}/about"><i class="fa fa-user"></i> About</a></li>

Example: <li><a href="{{@blog.url}}/contact"><i class="fa fa-user"></i> About</a></li>

Google Plus Authorship

  1. Log into the admin for your blog.
  2. Click your your account in the top right and click "Your Profile"
  3. Change the website input box to point at your google plus.
  4. Save it then test it here
  5. You might need to edit your google plus profile to point at your ghost blog. Follow the instructions here. You only need to do step 2.

Adding Disqus comments

  1. Go into the partials folder.
  2. Open up comments.hbs.
  3. Replace the disqus shortname with your disqus shortname
  4. Save it.
  5. Open up post.hbs.
  6. Un-rem the comment code. Example below

Remmed out: <!--{{> comments}}-->

Un remmed: {{> comments}}

Proudly made in the U.K using Atom.

Copyright & License

Copyright (C) Max Holland (the "Original Author") - Released under the MIT License.

See the included LICENSE file for more details.

peeves's People

Contributors

max-holland avatar sonia9uppal avatar dkhgh avatar whmii avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.