Personal Ghost Theme

A light and minimal blogging theme for Ghost.

29203246

Features

  • Clean and minimal design
  • Extremely lightweight
  • Responsive layout
  • Author and tag pages with covers
  • Code highlighting using PrismJS
  • On demand Disqus comments (Loads on button click)
  • Contact form using Formspree
  • Social sharing for posts
  • Responsive embeds

Features

  • Clean and minimal design
  • Extremely lightweight
  • Responsive layout
  • Author and tag pages with covers
  • Code highlighting using PrismJS
  • On demand Disqus comments (Loads on button click)
  • Contact form using Formspree
  • Social sharing for posts
  • Responsive embeds

Installation

Download theme.zip file from latest release.

Disqus comments

Open post.hbs in a text editor and replace test-apkdzgmqhj with your own Disqus site-id.

Contact form

  1. Open page-contact.hbs in a a text editor and replace [email protected] with your own email address.
  2. After uploading the theme create a new page with URL contact.
  3. Visit the page and submit the form with dummy data, you will receive a verification email.

Usage

Responsive embeds

Wrap your iframe or video in a div with a class of embed-responsive.

<div class="embed-responsive">
	<!-- Your iframe or embed code here -->
</div>

The embeds will be contained within a container, if you want a full width embed just add a class full.

<div class="embed-responsive full">
	<!-- Your iframe or embed code here -->
</div>

Full width images

Add #full at the end of your image links to make them full width.

GitHub