quangtt / murakami

Just another theme for Ghost blog. Thanks to calincru/KISS!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This theme is no longer maintained :(

Murakami

Murakami is a customized minimalistic Ghost theme inspired by KISS.

Murakami Mockup

Check it out on my blog.

Features

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

SEO

  • Post tags as meta keywords
  • Structured Data (passed Google Structured Data Testing Tool)
  • Targeting language (hreflang tag, default is vi - Vietnamese)
  • Apply some standards of AMP HTML (but not much effective, customize Ghost HTML is hard as shit)

// TODO

  • Trying to fix validation errors of AMP HTML Validation
  • ...

Installation

  • Goto your ghost theme directory
cd /path/to/ghost/content/themes
  • Clone this repo
git clone https://github.com/quangtt/murakami.git
cd murakami
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


P/s: Murakami(村上春樹 - Haruki Murakami) is my favorite Japanese author. I love many of his novels, including Norwegian Wood

About

Just another theme for Ghost blog. Thanks to calincru/KISS!

License:MIT License


Languages

Language:CSS 44.7%Language:HTML 38.3%Language:JavaScript 15.2%Language:Shell 1.8%