Skip to content

GavickPro/Perfetta-Free-Ghost-Theme

Repository files navigation

Perfetta

Free theme for Ghost prepared by GavickPro.

-> DEMO <-

Important The v.1.3.0 adds a built-in support for the post cover images - if you are using older version of the theme, you will have to set cover images for all your older posts.

Download

Important All below packages contain the "perfetta" directory with the theme which should be moved to the content/themes directory.

Download v.1.5.1 for Ghost 0.6.*

Download v.1.5.0 for Ghost 0.6.0

Download v.1.4.0 for Ghost 0.5.9

Download v.1.3.0 for Ghost 0.5.2

Download v.1.2.0 for Ghost 0.5.0

Download v.1.1.2 for Ghost 0.4.2

Download v.1.1.1 for Ghost 0.4.2

Download v.1.1.0 for Ghost 0.4.2

Download v.1.0.0 for Ghost 0.4.1

Screenshot

Important information

This theme contains a few features which may require some additional knowledge or settings.

Featured images/videos

The image or video placed at the beginning of the post will be used as a featured image/video on the post list. Additionally if you want to display the post over the title on the post page, you have to set the alternative text of the image to featured-image.

In theory you can use different images as a featured image on the posts’ list and on the post page (in this case you can add the featured-image alternative text to a different image).

The videos will be responsive thanks to the fitvids jQuery plugin.

Animations

Animated blocks on the post list uses the scrollReveal.js library. It is a very simple library for scroll-based animations. The official documentation for this library is available here.

Disqus comments

You can specify your Disqus username in the partials/config.hbs file in the following line:

var disqus_shortname = '';

Google Analytics support

You can specify your Google Analytics tracking code ID in the partials/config.hbs file in the following line:

var ga_ua = 'UA-XXXXX-X';

Background image

The image displayed in the background is a blog cover image which can be defined in the Ghost settings.

If you want to use a responsive version of this image, you should leave blank the cover image under the Ghost settings and replace images in the assets/images/ directory with your own ones.

Logo area

The text "Free Ghost Theme" can be changed in the partials/logo.hbs file in the following fragment:

 <small>Free Ghost Theme</small>

Footer area

You can modify the content of the page footer in the partials/footer.hbs file. It will be displayed on all subpages of your Ghost blog.

Useful Ghost resources

We recommend these Ghost resources if you need to improve your knowledge regarding this CMS:

Copyright & License

Copyright (C) 2014 GavickPro - Released under the MIT License.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.