quangtt-rks / KISS

A modified Phantom Ghost theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#KISS KISS is a minimalistic Ghost theme inspired by Phantom.

You can see it live on my blog.

Features

  • Minimalistic & responsive
  • Google Analytics
  • Disqus comments
  • Icon-font (Fontello)
  • Linked social data support (twitter cards and opengraph)
  • Minified assets
  • Code syntax highlighting (via prism)

SEO

  • Post tags as meta keywords

Configuration

If you are testing ghost locally:

git clone git@github.com:calincru/KISS.git
cd KISS
npm install
./node_modules/.bin/gulp
cp -r ../KISS /path/to/ghost/content/themes

Then follow the steps mentioned here.

If you want to set it as your new ghost theme, click Download ZIP on the right of this page and then follow these steps.

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

  • Social links
  • Google Analytics tracking code (sign up and they will provide the whole new JS code)
  • Twitter handle in default.hbs
  • Static pages in page-projects.hbs

Demo

Desktop look

Desktop

Mobile look

Mobile

About

A modified Phantom Ghost theme

License:MIT License


Languages

Language:HTML 42.5%Language:CSS 40.7%Language:JavaScript 16.8%