quangtt / disappointment

Nahhh just disappointed with my life right now...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disappointment

Disappointment is a customized minimalistic Ghost theme inspired by KISS.

Disappointment Mockup

Check it out on my blog.

Features

  • Minimalistic & responsive
  • Google Analytics
  • Disqus comments
  • 46 Social icons (Fontello)
  • Minified assets
  • Code syntax highlighting (via Prismjs)
  • Script for easy updating

SEO

  • Post tags as meta keywords
  • Structured Data (passed Google Structured Data Testing Tool)

// TODO

  • ...

Installation

  • Goto your ghost theme directory
cd /path/to/ghost/content/themes
  • Clone this repo
git clone https://github.com/quangtt/Disappointment.git
cd disappointment
npm install
./node_modules/.bin/gulp
  • Have fun!

Configuration

Make sure you modify all my personal stuff, such as:

  • Social links (social.hbs)
  • Google Analytics tracking code (analytics.hbs) (sign up and they will provide the whole new JS code)
  • Disqus shortname (disqus.hbs)
  • Blog cover: if you don't set your own cover, it'll show mine :)

Check for update

If you have already installed the theme, you can update it executing

sh update.sh

Preview

Desktop view

Desktop view

Desktop view (single post)

Desktop post view

Mobile view

Mobile view

Mobile view (single post)

Mobile post view

About

Nahhh just disappointed with my life right now...

License:MIT License


Languages

Language:CSS 51.5%Language:HTML 32.7%Language:JavaScript 14.2%Language:Shell 1.6%